Post
Topic
Board Announcements (Altcoins)
Re: [SCSY] Securitysyscoin | C-Cex - CoinSwap | Android App | IRC in Wallet |
by
I.G.S-security
on 04/11/2014, 12:58:01 UTC
hill, dve,   block
1-1440=878
1141-11520=412
11521-43200=164
BLOCK
11683   118 left   anonymous   11/04/2014 07:54:31   95.3740   412.00    95   109   219   230.53
11680   115 left   anonymous   11/04/2014 07:50:30   96.4986   412.00    96   90   253   263.54
11673   108 left   anonymous   11/04/2014 07:45:34   98.9050   412.00    99   67   100   101.01
11671   106 left   anonymous   11/04/2014 07:43:44   102.1484   412.00    102   65   163   159.80



oh, no。
PLZ Look at the source  everything is right
Code:
else if (nHeight <= 800) // First 800 blocks @ 50,000 = 40,000,000 == ICO coins
    {
        nBlockReward = 50000;
    }
    else if(nHeight <= 2240)// 1 day
{
        nBlockReward = 878 ;

}
    else if(nHeight <= 12320)// 7-1 days
{
        nBlockReward = 412 ;
}
    else if(nHeight <= 44000)//30-7-1 days
{
        nBlockReward = 164 ;
}
    else//
{
        nBlockReward = 62 ; // ~4 years
1440 block after first 800 block in ICO   Roll Eyes
  Else after block No. 12320

OP changed to clearly show Block Reward...

NEXT HALVING IN +/- 350 BLOCKS!