Right now, nodes worth adding are the listening nodes: 185.150.190.19, 185.68.67.37, 144.76.64.49, 144.76.118.44
Well that was quick,
185.68.67.37 has disappeared, now there's only
185.150.190.19 plus my two servers that are listening.
The thing is, you
can't sync from a node that isn't listening, you can only sync from a listening node. So all those nodes in the getpeerinfo list that aren't on a standard port aren't listening and if they have a different block height, then it's because they're on their own singleton fork. Only the sync nodes perpetuate the blockchain.
Both my servers are on height 2362986 and getpeerinfo run on the old server reports that it is (or was) in sync with the 185.150 server:
"addr" : "185.150.190.19:41682",
"height" : 2362966,
"addr" : "144.76.118.44:41682",
"height" : 2362966,
If you're on Linux, here's a handy bash incantation to pass through to calling
slimcoind:
getpeerinfo | grep -E '"addr" : "|"height" : '
I'll start a local node configured with
maxconnections=1 and
connect=185.150.190.19 with my
chain dump from a couple of days ago and see how we get on.
Cheers
Graham