Loading...

seed node

Persistent peers drain resources and hurt validator nodes. Use them only from trusted sources like your own sentry nodes. Seed nodes are the way to go for bootstrapping: they fill up your address book and keep you from missing blocks. We've got a seed node for elys-1 if you need one.
sed -i -e "s|^seeds *=.*|seeds = \"17193de55677a958c12fa281aa5878543c758d2b@elys-rpc.tienthuattoan.com:32656\"|" $HOME/.elys/config/config.toml

live peers (6)

Last scan: 1 minute ago
Peer lists can be used to sync a node as an alternative to addressbook files. Here is a list of 6 active peers as observed by TTT's state-sync server in real-time. Add them to your config.toml if you have trouble finding peers.
peers="[email protected]:31656,[email protected]:26926,[email protected]:32656,[email protected]:26656,[email protected]:26656,[email protected]:22056"
sed -i -e "s|^persistent_peers *=.*|persistent_peers = "[email protected]:31656,[email protected]:26926,[email protected]:32656,[email protected]:26656,[email protected]:26656,[email protected]:22056"|" $HOME/.elys/config/config.toml
Stale peers can cause node inefficiency over time, so the script below selects up to 5 random live peers.
peers="[email protected]:26926,[email protected]:26656,[email protected]:31656,[email protected]:32656,[email protected]:22056"
sed -i -e "s|^persistent_peers *=.*|persistent_peers = "[email protected]:26926,[email protected]:26656,[email protected]:31656,[email protected]:32656,[email protected]:22056"|" $HOME/.elys/config/config.toml

live peers overview

Live Peer Moniker Country Provider Peer Discovered
1 [email protected]:31656 oei032g08g0840g ๐Ÿ‡ต๐Ÿ‡ฑ Poland Connected sp. z o. o... 1 minute ago
2 [email protected]:26926 AlxVoy-5 ๐Ÿ‡ซ๐Ÿ‡ฎ Finland Hetzner Online GmbH 1 minute ago
3 [email protected]:32656 RPCIBS ๐Ÿ‡ซ๐Ÿ‡ท France Contabo GmbH 1 minute ago
4 [email protected]:26656 baldur ๐Ÿ‡ซ๐Ÿ‡ท France OVH SAS 2 minutes ago
5 [email protected]:26656 Tendermint ๐Ÿ‡ฏ๐Ÿ‡ต Japan Allnodes Inc 2 minutes ago
6 [email protected]:22056 elys-test ๐Ÿ‡ซ๐Ÿ‡ฎ Finland Hetzner Online GmbH 2 minutes ago