Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ICASH] iCash - Join theblockchain.me be active and get iCash each week
by
cryptodev35
on 21/10/2015, 18:58:18 UTC
Everybody mining iCash on http://ipay.binpool.com/index.php need to switch to:

http://108.61.99.233/ or http://superninjapool.tk/

Sorry for the sudden notice but had to enforce masternode payment since this miner iAXANNERfm7W9oGrsFPqi5VKtmRg5KCW7Z took the whole block value and didn't pay the masternodes. Unfortunately, it ended binpool to produce blocks as they use the old % of block allocation between the masternodes and miners. On the positive side masternodes now gets 42.5% of the block reward.

Seen here: https://github.com/cryptodev35/icash/blob/master/src/main.cpp#L1490

Quote
    if(nHeight > 17280)               ret += blockValue / 20; // 158000 - 25.0% - 2014-10-24
    if(nHeight > 17280+((576*30)* 1)) ret += blockValue / 20; // 175280 - 30.0% - 2014-11-25
    if(nHeight > 17280+((576*30)* 2)) ret += blockValue / 20; // 192560 - 35.0% - 2014-12-26
    if(nHeight > 17280+((576*30)* 3)) ret += blockValue / 40; // 209840 - 37.5% - 2015-01-26
    if(nHeight > 17280+((576*30)* 4)) ret += blockValue / 40; // 227120 - 40.0% - 2015-02-27
    if(nHeight > 17280+((576*30)* 5)) ret += blockValue / 40; // 244400 - 42.5% - 2015-03-30
    if(nHeight > 17280+((576*30)* 6)) ret += blockValue / 40; // 261680 - 45.0% - 2015-05-01
    if(nHeight > 17280+((576*30)* 7)) ret += blockValue / 40; // 278960 - 47.5% - 2015-06-01
    if(nHeight > 17280+((576*30)* 9)) ret += blockValue / 40; // 313520 - 50.0% - 2015-08-03
    if(nHeight > 17280+((576*30)*11)) ret += blockValue / 40; // 348080 - 52.5% - 2015-10-05
    if(nHeight > 17280+((576*30)*13)) ret += blockValue / 40; // 382640 - 55.0% - 2015-12-07
    if(nHeight > 17280+((576*30)*15)) ret += blockValue / 40; // 417200 - 57.5% - 2016-02-08
    if(nHeight > 17280+((576*30)*17)) ret += blockValue / 40; // 451760 - 60.0% - 2016-04-11

So if you have not already started one and have 100,000 iCash lying, what are you waiting for?