Post
Topic
Board Announcements (Altcoins)
Re: [ANN] microCoin MRC - alcurEX - Scrypt-Jane - nFactor - soon in alcurEX exchange
by
phil92
on 03/05/2014, 12:29:24 UTC
I can make code fix:
            nSubsidy = (310000 - ((nHeight - 310000) * 0.01)) * COIN;
is not right.
What we want to be?

I have windows and linux computer ready for compile new wallets, jus give me right code.

1/ nSubsidy = (10000 - ((nHeight - 10000) * 0.01)) * COIN; if we keep 10K reward

2/ nSubsidy = (1000 - ((nHeight - 1000) * 0.01)) * COIN; if we make it 1K reward

You guys confirm ?