flare
Well-known member
MN1 - EC2 North Virginia - 54.88.23.198 - Shows up instantly on chaeplin's list as :1 ... but remote daemon reports it twice (!!) - local daemon reports just once.
address 0 ;
mpv3jJQi9otaVTDhheHyKP7k8toLd73ott
ubuntu@ip-172-31-23-208:~$ darkcoind masternode list | grep 198
"54.198.191.99:19999" : 1,
"54.198.109.108:19999" : 1,
"54.198.145.174:19999" : 1,
"54.198.252.150:19999" : 1,
"54.88.23.198:19999" : 1,
"54.88.23.198:19999" : 1
I can confirm that your IP appears twice, using different pubkeys - this maybe a flaw in the masternode protocol. Can you write down the steps to reproduce this?
Code:
~/darkcoin/src$ ./darkcoind masternode list | grep 198
"54.198.191.99:19999" : 1,
"54.198.109.108:19999" : 1,
"54.198.145.174:19999" : 1,
"54.198.252.150:19999" : 1,
"54.88.23.198:19999" : 1,
"54.88.23.198:19999" : 1
~/darkcoin/src$ ./darkcoind masternode list pubkey | grep 198
"54.198.191.99:19999" : "myVSR4kptFPTSFjARc3DD8RkFvkLQ2CJ8c",
"54.198.109.108:19999" : "n13k8bjboMdfkFCozoJW3Cwq9ZtcD4bFVP",
"54.198.145.174:19999" : "mrXi3JeVASCew48xZCRnHq1L2M4FLvJDhT",
"54.198.252.150:19999" : "mnwaBzVu4uMr5KEpQXYohSRxXwvgF5okiy",
"54.88.23.198:19999" : "mvdVPpgaLxZGv1ddWTKeAsELc7uxAhHuZ6",
"54.88.23.198:19999" : "mpv3jJQi9otaVTDhheHyKP7k8toLd73ott"
Evan, please have a look at this, it should not be possible to bind a IP twice!
Last edited by a moderator: