Post
Topic
Board Announcements (Altcoins)
Re: [ANN] MemoryCoin 2.0 (MMC) - Large Block Rewards Soon
by
FreeTrade
on 16/12/2013, 08:36:05 UTC
Just reviewing the source again - the ramp up in block rewards actually occurs over 24hours, not 48. So we should start seeing the large block rewards over the next 6 hour period - here's the formula -

Where nHeight is the block number . .

    if(nHeight<240){
   return (280*COIN)/(240-nHeight);
    }