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 mainnet-beacon-80094 if you need one.
sed -i -e "s|^seeds *=.*|seeds = \"a2cb1a3d1c0a5d86dbcbcff8186c0bc4d9bfecfa@berachain-rpc.tienthuattoan.com:26656\"|" $HOME/.beacond/config/config.toml

live peers (8)

Last scan: 4 minutes ago
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]:26656,[email protected]:26656,[email protected]:26656,[email protected]:26656,[email protected]:26656,[email protected]:19656,[email protected]:26656,[email protected]:26658"
sed -i -e "s|^persistent_peers *=.*|persistent_peers = "[email protected]:26656,[email protected]:26656,[email protected]:26656,[email protected]:26656,[email protected]:26656,[email protected]:19656,[email protected]:26656,[email protected]:26658"|" $HOME/.beacond/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]:26658,[email protected]:19656,[email protected]:26656,[email protected]:26656,[email protected]:26656"
sed -i -e "s|^persistent_peers *=.*|persistent_peers = "[email protected]:26658,[email protected]:19656,[email protected]:26656,[email protected]:26656,[email protected]:26656"|" $HOME/.beacond/config/config.toml

live peers overview

Live Peer Moniker Country Provider Peer Discovered
1 [email protected]:26656 Infrared by DeSpread... πŸ‡©πŸ‡ͺ Germany Hetzner Online GmbH 1 hour ago
2 [email protected]:26656 RockawayX Infra πŸ‡¨πŸ‡Ώ Czech Republic Arelion Sweden AB 2 hours ago
3 [email protected]:26656 Tendermint πŸ‡ΊπŸ‡Έ United States Allnodes Inc 2 hours ago
4 [email protected]:26656 01node πŸ‡·πŸ‡΄ Romania 01NODE FUNDING SRL 2 hours ago
5 [email protected]:26656 mainnet-seed-0-nane1 πŸ‡¨πŸ‡¦ Canada Google LLC 2 hours ago
6 [email protected]:19656 L0vd πŸ‡¬πŸ‡§ United Kingdom Clouvider Limited 3 hours ago
7 [email protected]:26656 Backup πŸ‡«πŸ‡· France OVH SAS 3 hours ago
8 [email protected]:26658 nodename πŸ‡©πŸ‡ͺ Germany Hetzner Online GmbH 3 hours ago