Post
Topic
Board Announcements (Altcoins)
Re: [CENT] Pennies launched
by
DimaziK
on 31/10/2013, 10:42:39 UTC
Reduction of a percentage share will happen 01.10.2013?
Or reduction happened in the version of a wallet 0.9.4?

Only after the time has been past:

Code:
    static int64 nRewardCoinYear = 1;  // creation amount per coin-year
     int64 nSubsidy = nCoinAge * 1 * nRewardCoinYear;
+    
+    if(currentTime > 1383220800) //Fork at Midnight, All Hallow's Eve, 2013.
+      {nSubsidy = nCoinAge * .01 * nRewardCoinYear;} // 1% of the old stake; but hey still 7 days and a fortnight.



NOTE: That's actually midday and not midnight but what's 12 hours between friends? Wink

These changes already came into force? what is the time remained?