Post
Topic
Board Announcements (Altcoins)
Re: [LAUNCHED][ScryptAdaptive] KMC KimoCoin - KimotoCoin [SHOP ONLINE SOON!][ANONYM]
by
DogeMilionaire
on 07/04/2014, 09:01:56 UTC
Less then 2000 Blocks until block reward increase to 2500 KMC! Wink
May be here mistake.
In https://github.com/KimoCoin/kimocoin/ source:
Quote
} else if(nHeight >= 5001 && nHeight <= 10000) {
        nSubsidy = 1000 * COIN;
} else if(nHeight >= 10001 && nHeight <= 20000) {
        nSubsidy = 2000 * COIN;
} else if(nHeight >= 20001 && nHeight <= 100000) {
So reward 2500 or 2000  Huh