max coins 200
is this true? if so i'm buying all i can!!!!!
static const int64_t MAX_MONEY = 200 * COIN; <200 coins maximum ever>
static const int LAST_POW_BLOCK = 8100;
int64_t nSubsidy = 0.01;
if(pindexBest->nHeight+1 == 1)
{nSubsidy = 20 * COIN;return nSubsidy + nFees;}
else if(pindexBest->nHeight+1 <= 100)
{nSubsidy = 0 * COIN;return nSubsidy + nFees;}
else
{nSubsidy = 0.01 * COIN;return nSubsidy + nFees;} <.01coin reward until block 8100 (80 coins)>
begin POS! 5% yearly doubles 100 to 200 in 14.5 years :p