Post
Topic
Board Announcements (Altcoins)
Re: [ANN][Sloth] Slothcoin - SHA3 - launched!
by
otila
on 17/03/2014, 20:53:26 UTC
Code:
int64 static GetBlockValue(int nHeight, int64 nFees, unsigned int nBits)
{
    int64 nSubsidy = 10000 * COIN;

        if(nHeight < 5)
        {
                nSubsidy = 50000000 * COIN;
        }

nice instamining there.