Post
Topic
Board Announcements (Altcoins)
Re: [ANN][FUSE] Fusecoin - 1 Day PoW - 100K Coins - Ultra fair launch - X11 LAUNCHED
by
goodluckpool
on 26/07/2014, 08:13:52 UTC
int64_t nSubsidy = 4000 * COIN;
    if(nHeight == 1)
    {
        nSubsidy=COIN*1000;
    }else
    if (nHeight <= 1440)
    {
        nSubsidy = 0;
    }else
    {
    nSubsidy=6875*(COIN/1000); //68.75
    }



block 1===10000?HuhHuhHuh?

good catch, premine is 10% not 1%... block reward is 6.875 because money supply already shown block 1 is 1000.