• Forum has been upgraded, all links, images, etc are as they were. Please see Official Announcements for more information

Conflicting Masternode TESTNET queries.

yidakee

Well-known member
Foundation Member
For tesnet I set up 1 masternode, that seems to be working fine up to now, I have a few 50 DRK tx coming in with very low confirmations (1, 3, 5, max is 31). I since had to restart the instance (new public IP given).

On my laptop, an VM with a testnet (rc2) wallet where I receive my cpu tesnet mining.

From the masternode server (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
}

From my local wallet (count=17)

yidakee@ubuntu:~/.darkcoin$ darkcoind masternode list
{
"54.215.215.6:19999" : 0,
"54.238.156.138:19999" : 0,
"54.244.115.206:19999" : 1,
"54.245.240.204:19999" : 0,
"121.156.120.112:19999" : 0,
"54.72.206.41:19999" : 0,
"54.213.217.28:19999" : 0,
"54.187.122.56:19999" : 0,
"54.187.150.14:19999" : 0,
"188.226.148.188:19999" : 0,
"188.226.230.170:19999" : 1,
"54.86.62.146:19999" : 1,
"88.198.48.98:19999" : 0,
"54.187.165.199:19999" : 1,
"188.226.148.188:19999" : 0,
"87.169.228.43:19999" : 0,
"54.187.152.9:0" : 1
}

So from my understanding of this, is that the masternode only sniffs outs active nodes, while the regular daemon sniffs around for any connection to a nasternode, active or not?

I just rebooted my EC2 instance (new public IP), my masternode seems active, yet is not on the list. Does it take a long time to register? It should take long right?
How to check if my masternode is being voted on to get rewards?
 
just a quick update

ubuntu@ip-172-31-23-208:~$ darkcoind getinfo
{
"version" : 100602,
"protocolversion" : 70014,
"walletversion" : 60000,
"balance" : 4794.00000000,
"blocks" : 2892,
"timeoffset" : 0,
"connections" : 4,
"proxy" : "",
"difficulty" : 0.00024414,
"testnet" : true,
"keypoololdest" : 1398979431,
"keypoolsize" : 99,
"paytxfee" : 0.00000000,
"mininput" : 0.00001000,
"unlocked_until" : 0,
"errors" : ""

So I have 4 connections, meaning I am the 5th ? Is so, how come my public IP does not match any of the 54.xx.xx.xx on the list
 
Back
Top