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 union-testnet-8 if you need one.
sed -i -e "s|^seeds *=.*|seeds = \"9a93e7129d3150d4dd6a533bb0cdd0dd0e733976@union-testnet-rpc.tienthuattoan.com:17156\"|" $HOME/.union/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]:3156,[email protected]:3000,[email protected]:23656,[email protected]:26656,[email protected]:24656,[email protected]:26656,[email protected]:26656,[email protected]:23156,[email protected]:26656,[email protected]:24656"
sed -i -e "s|^persistent_peers *=.*|persistent_peers = \"$peers\"|" $HOME/.union/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]:3000,[email protected]:24656,[email protected]:26656,[email protected]:24656,[email protected]:23156"
sed -i -e "s|^persistent_peers *=.*|persistent_peers = \"$peers\"|" $HOME/.union/config/config.toml

Live Peer details

Live Peer Moniker Peer Discovered
1 [email protected]:3156 M6 38 minutes ago
2 [email protected]:3000 yBUzLm-RWiH 1 hour ago
3 [email protected]:23656 itrocket_rpc 2 hours ago
4 [email protected]:26656 coinage_x_daic 2 hours ago
5 [email protected]:24656 f3231231-b1cd-50c9-b... 2 hours ago
6 [email protected]:26656 SmartStake 2 hours ago
7 [email protected]:26656 range 2 hours ago
8 [email protected]:23156 USArmy 2 hours ago
9 [email protected]:26656 Manav 2 hours ago
10 [email protected]:24656 hello-union-test 2 hours ago