kriptofan
Jr. Member
Offline
Activity: 52
Merit: 1
|
|
March 12, 2018, 10:14:44 AM Last edit: March 12, 2018, 10:34:12 AM by kriptofan |
|
masternode shows enabled for 1 days and 20 hours can connect to masternode successfully but no rewards
what is up with that?
I use docker container works great for other coin
after adding BIND=IP
.shekel# shekel-cli stop Shekel server stopping root@472e1ac0565c:~/.shekel# shekeld --daemon Shekel server starting root@472e1ac0565c:~/.shekel# Error: Unable to bind to xxxxxx:5500 on this computer (bind returned error Cannot assign requested address (99)) Error: Failed to listen on any port. Use -listen=0 if you want this.
shekel.conf ---- rpcuser=xx rpcpassword=jxxxx externalip=xxx:5500 masternodeaddr=xxxx:5500 masternodeprivkey=Xxx
rpcport=5501 listen=1 server=1 daemon=1 maxconnections=250 masternode=1 ----
shekel-cli mnsync status { "IsBlockchainSynced" : true, "lastMasternodeList" : 1520848806, "lastMasternodeWinner" : 1520849882, "lastBudgetItem" : 0, "lastFailure" : 0, "nCountFailures" : 0, "sumMasternodeList" : 3297, "sumMasternodeWinner" : 66442, "sumBudgetItemProp" : 0, "sumBudgetItemFin" : 0, "countMasternodeList" : 3, "countMasternodeWinner" : 6, "countBudgetItemProp" : 5, "countBudgetItemFin" : 5, "RequestedMasternodeAssets" : 999, "RequestedMasternodeAttempt" : 0
shekel-cli getinfo { "version" : 1030000, "protocolversion" : 70002, "walletversion" : 61000, "balance" : 0.00000000, "zerocoinbalance" : 0.00000000, "blocks" : 63216, "timeoffset" : 0, "connections" : 18, "proxy" : "", "difficulty" : 196824.13516645, "testnet" : false, "moneysupply" : 82013986.25797939, "zJEWsupply" : { "1" : 105.00000000, "5" : 190.00000000, "10" : 1450.00000000, "50" : 200.00000000, "100" : 2100.00000000, "500" : 6500.00000000, "1000" : 12000.00000000, "5000" : 5000.00000000, "total" : 27545.00000000 }, "keypoololdest" : 1520691937, "keypoolsize" : 1001, "paytxfee" : 0.00000000, "relayfee" : 0.00010000, "staking status" : "Staking Not Active", "errors" : ""
565c:/# shekel-cli masternode status { "txhash" : "xxx", "outputidx" : 1, "netaddr" : "xxxxx:5500", "addr" : "xxxxxxxxxxxxxxxxx", "status" : 4, "message" : "Masternode successfully started" }
|