Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ICASH] iCash | Anonymous | X11 | Masternodes | Darksend | InstantX
by
cryptodev35
on 21/10/2015, 21:37:07 UTC
dev what the problem with my pool

on my pool masternode activity

it is my icash,conf

rpcuser=user rpc
rpcpassword=pasw
rpcallowip=127.0.0.1
listen=1
logtimestamps=1
maxconnections=256
rpcport=23004
enableaccounts=1
staking=0
masternodeprivkey=my private key
masternodeaddr=my.ip:9999
masternode=1
addnode=104.238.165.95
addnode=104.207.138.176
addnode=66.248.200.169
addnode=198.52.155.150
addnode=66.248.200.171
addnode=198.52.155.152
addnode=198.52.155.174
addnode=198.52.155.156
addnode=198.52.155.176
addnode=198.52.155.158
addnode=198.52.155.162
addnode=198.52.155.164
addnode=198.52.155.166
addnode=198.52.205.241
addnode=198.52.205.243
addnode=66.248.200.167


Hi!

you need to update your stratum https://github.com/dashpay/dash-stratum

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?