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 cosmoshub-4 if you need one.
sed -i -e "s|^seeds *=.*|seeds = \"334ef573ee6382b8261b678c29196632f8c13280@cosmos-rpc.tienthuattoan.com:29656\"|" $HOME/.gaia/config/config.toml

live peers (10)

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

live peer details

Live Peer Moniker Country Provider Peer Discovered
1 [email protected]:26090 141100df5ae3 🇨🇦 Canada DigitalOcean, LLC 8 minutes ago
2 [email protected]:26656 gaia-rpc-2 🇩🇪 Germany Hetzner Online GmbH 8 minutes ago
3 [email protected]:26090 9cc6d4099c5b 🇩🇪 Germany DigitalOcean, LLC 26 minutes ago
4 [email protected]:26656 chvo7bs5kla0rfub9dog 🇸🇬 Singapore TeraSwitch Networks ... 28 minutes ago
5 [email protected]:26726 Architect Nodes RPC 🇫🇮 Finland Hetzner Online GmbH 35 minutes ago
6 [email protected]:26656 anonymous 🇷🇴 Romania M247 Europe SRL 37 minutes ago
7 [email protected]:26656 anonymous 🇲🇨 Monaco Monaco Telecom S.A. 37 minutes ago
8 [email protected]:13456 mainnet-rpc-3 🇫🇮 Finland Hetzner Online GmbH 37 minutes ago
9 [email protected]:26656 delta-keragon 🇫🇮 Finland Hetzner Online GmbH 37 minutes ago
10 [email protected]:26656 anonymous 🇩🇪 Germany M247 Europe SRL 38 minutes ago