Reporting my masternode is working perfect. Coins are rolling in. But something funny is happening. My masternode's IP is not listed.
I have 6 connections, but masternode count is 5. EC2 instance public IP is 54.xx.xx.204. It should be there right?
I have 6 connections, but masternode count is 5. EC2 instance public IP is 54.xx.xx.204. It should be there right?
ubuntu@ip-172-31-23-208:~$ darkcoind masternode count
5
ubuntu@ip-172-31-23-208:~$ darkcoind masternode list
{
"54.244.115.206:19999" : 1,
"188.226.230.170:19999" : 1,
"54.187.165.199:19999" : 1,
"54.187.152.9:19999" : 1,
"54.86.62.146:19999" : 1
}
ubuntu@ip-172-31-23-208:~$ darkcoind getinfo
{
"version" : 100602,
"protocolversion" : 70014,
"walletversion" : 60000,
"balance" : 6044.00000000,
"blocks" : 2993,
"timeoffset" : 0,
"connections" : 6,
"proxy" : "",
"difficulty" : 0.00024414,
"testnet" : true,
"keypoololdest" : 1398979431,
"keypoolsize" : 99,
"paytxfee" : 0.00000000,
"mininput" : 0.00001000,
"unlocked_until" : 0,
"errors" : ""
}