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 = \"9d09df4c75914600d3e730c895c8e8e149d3b658@cosmos-rpc.tienthuattoan.com:26656\"|" $HOME/.gaia/config/config.toml

Live Peers (7)

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

Live Peer details

Live Peer Moniker Peer Discovered
1 [email protected]:13459 cosmoshub-4-seed 22 seconds ago
2 [email protected]:14956 cosmoshub-4-seed 22 seconds ago
3 [email protected]:26656 dankuzone_rpc 52 seconds ago
4 [email protected]:26090 7090f58bf6ed 1 minute ago
5 [email protected]:26656 io 1 minute ago
6 [email protected]:26656 4og2uh4g0s9du 1 hour ago
7 [email protected]:26656 happynode 1 hour ago