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

Peer lists can be used to sync a node as an alternative to addressbook files. Here is a list of 9 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]:41656,[email protected]:31126,[email protected]:22056,[email protected]:26656,[email protected]:16656,[email protected]:26630,[email protected]:12456,[email protected]:26926,[email protected]:10656"
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]:26926,[email protected]:26630,[email protected]:12456,[email protected]:16656,[email protected]:10656"
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]:41656 PureNodes 🇸🇬 Singapore OVH SAS 24 minutes ago
2 [email protected]:31126 STAVR-Service 🇫🇮 Finland Hetzner Online GmbH 45 minutes ago
3 [email protected]:22056 elys-test 🇫🇮 Finland Hetzner Online GmbH 1 hour ago
4 [email protected]:26656 Moonlet 🇩🇪 Germany Hetzner Online GmbH 1 hour ago
5 [email protected]:16656 ushakov 🇩🇪 Germany Hetzner Online GmbH 1 hour ago
6 [email protected]:26630 Snow Fall 🇩🇪 Germany Hetzner Online GmbH 1 hour ago
7 [email protected]:12456 StakeUp_rpc 🇫🇮 Finland Hetzner Online GmbH 1 hour ago
8 [email protected]:26926 AlxVoy-5 🇫🇮 Finland Hetzner Online GmbH 1 hour ago
9 [email protected]:10656 Node 🇩🇪 Germany OVH SAS 1 hour ago