Ya, getting that a lot as well. What's really weird to me is that from each MN IP that I log into, it will show up :1, but checking my other nodes will show :0. So for example logging into
mn a will show a:1 b:0 c:0
mn b will show a:0 b:1 c:0
mn c will show a:0 b:0 c:1
They see themselves on the network but not my other ones. --a
EDIT: Deleted peers.dat on local, will try on remote as well and see. Seems to have fixed so far. Will see in the morning
I just ran this:
% darkcoind masternode list | sort | uniq -c | grep --color -v '^ *1'
3 "37.46.114.158:9999" : 1,
2 "37.46.114.244:9999" : 1,
2 "37.46.114.245:9999" : 1,
2 "37.46.114.58:9999" : 1,
2 "37.46.114.66:9999" : 1,
2 "37.46.114.76:9999" : 1,
2 "37.46.114.94:9999" : 1,
Why are we seeing multiple MN's for the same IP address?