Post
Topic
Board Announcements (Altcoins)
Re: Slimcoin | First Proof of Burn currency | Decentralized Web
by
gjhiggins
on 26/02/2021, 15:52:00 UTC
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:
Code:
        "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:
Code:
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