Post
Topic
Board Announcements (Altcoins)
Re: {BTCOIN}business technology coin Multiplatform Currency [ POW ] [ Scrypt ]
by
Olegcho
on 02/06/2016, 19:35:28 UTC
int64 static GetBlockValue(int nHeight, int64 nFees)
{
    int64 nSubsidy = 100 * COIN;

            if(nHeight == 1)
            {
            nSubsidy = 392000000 * COIN;
            }

    // Subsidy is cut in half every 840000 blocks
    nSubsidy >>= (nHeight / 840000);

    return nSubsidy + nFees;
}

huge premine