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 (8)

Peer lists can be used to sync a node as an alternative to addressbook files. Here is a list of 8 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]:22056,[email protected]:26656,[email protected]:16656,[email protected]:31126,[email protected]:22056,[email protected]:16656,[email protected]:26656,[email protected]:26656"
sed -i -e "s|^persistent_peers *=.*|persistent_peers = \"$peers\"|" $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]:31126,[email protected]:16656,[email protected]:26656,[email protected]:22056,[email protected]:26656"
sed -i -e "s|^persistent_peers *=.*|persistent_peers = \"$peers\"|" $HOME/.elys/config/config.toml

live peer details

Live Peer Moniker Country Provider Peer Discovered
1 [email protected]:22056 NodesHub-elys-sync-b... 🇫🇮 Finland Hetzner Online GmbH 40 minutes ago
2 [email protected]:26656 baldur 🇫🇷 France OVH SAS 41 minutes ago
3 [email protected]:16656 Vinjan.Inc 🇩🇪 Germany Hetzner Online GmbH 42 minutes ago
4 [email protected]:31126 STAVR-Service 🇫🇮 Finland Hetzner Online GmbH 43 minutes ago
5 [email protected]:22056 elys-test 🇫🇮 Finland Hetzner Online GmbH 43 minutes ago
6 [email protected]:16656 ushakov 🇩🇪 Germany Hetzner Online GmbH 43 minutes ago
7 [email protected]:26656 Tendermint N/A N/A 43 minutes ago
8 [email protected]:26656 fJHdLH-TRZh 🇩🇪 Germany Hetzner Online GmbH 43 minutes ago