Post
Topic
Board Announcements (Altcoins)
Re: [ANN] FoxCoin - A Fully dynamic Cyptocurrency [NOW ON 4 EXCHANGES!]
by
AnonyFox
on 04/02/2014, 02:42:13 UTC
I think I found a little bug.

Code:
if(nHeight < 196000)
    {
       nSubsidy = (250 - (nHeight * 0.000125)) * COIN; //Subsidy decreases by 0.000125 every block
    }
    else
    {
        nSubsidy = 5 * COIN;
    }
This should be 1960000 (1.96M), not 196000 (196k), am I right?

FOX: x6uCwxU5ZSoswyboJxgwsQzdsT56ykmB1P Smiley
Whoa. Holy crap. The original devs must have broken it bad lol. Fixed in the latest release coming out soon, no rush.

(Sent you 250 FOX)