Zetachain Seeds and Peers
Chain ID:
athens_7001-1
Current Node Version:
v31.0.0
Our seed node
You might also decide to use a seed node to bootstrap your node.
fdc0a43704510897ad55a611e3f0d6f2c888c40e@zetachain-t-rpc.noders.services:22556
Our peer
When you state-sync, you might also consider adding [NODERS]TEAM state-sync peer to your persistent_peers setting in config.toml
.
fdc0a43704510897ad55a611e3f0d6f2c888c40e@zetachain-t-rpc.noders.services:22556
Live Peers
Here is a list of 17 active peers as observed by [NODERS]TEAM in real-time. Add them to your config.toml
if you have trouble finding peers.
2505e8a3b49b7451ed58195c7015c5c677b18365@195.14.6.2:26656,af58c82b5f4d2268e0b8ca9150190e438c07d90d@34.239.99.239:26656,038234610497601373b1d27e27251674c6c81df7@3.218.170.198:26656,809c1bdb33c162fdc380372523ccd58131368380@54.77.180.134:26656,3dba050e7733ac755386015a0aa7adafe99120c7@135.181.136.250:16656,038799277ceb64463f4a9bb082d9dd09b64c259d@31.172.68.208:27656,d21b103628b0d5d824bbe81b809d8dc457bd2059@8.52.196.100:16656,e3fea0450f9d23ad7b64d41aab882a82a0b71d6b@150.136.176.81:26656,853c46d580fe0673aba2b72b4b93b9d156b882fb@52.42.64.63:26656,9c26260b0148376d2343c4c8c2e2bd7f3f498cd4@35.162.231.114:26656,4226fcb3b3809c00bc56283063fc52fa4bfc9a17@18.210.106.52:26656,c1355344beed2224ff1377dd102e6f847cce2cb6@34.253.137.241:26656,b96c038643c08373535956e3505a5aa955fadb0a@54.254.133.239:26656,cca8d18d2331a751bb6fabd2eb406d5469c575eb@168.119.10.134:26756,a918d08544b5f4e0a9eb20bf91f343eb71b6d5ee@164.90.181.99:26656,a6090cdf3ff4bdc428ba89c4f622ec1b3490e338@18.143.71.236:26656,66338a18a755a0c780b011f012ff142ebaa8fa56@44.236.174.26:26656
Here is a script for you to update persistent_peers
setting in config.toml
. Stale peers can cause node inefficiency over time, so the script below selects a few random live peers.
PEERS=e3fea0450f9d23ad7b64d41aab882a82a0b71d6b@150.136.176.81:26656,2505e8a3b49b7451ed58195c7015c5c677b18365@195.14.6.2:26656,038799277ceb64463f4a9bb082d9dd09b64c259d@31.172.68.208:27656,4226fcb3b3809c00bc56283063fc52fa4bfc9a17@18.210.106.52:26656,af58c82b5f4d2268e0b8ca9150190e438c07d90d@34.239.99.239:26656
sed -i.bak -e "s/^persistent_peers *=.*/persistent_peers = \"$PEERS\"/" ~/.zetacored/config/config.toml
sudo systemctl restart zetacored
sudo journalctl -fu zetacored --no-hostname -o cat
Address book
The address book contains a list of previously connected peers. It helps your node find and connect to the network quickly. Download our address book to speed up your initial connection:
curl https://snapshots.noders.services/zetachain/addrbook.json -o ~/.zetacored/config/addrbook.json
sudo systemctl restart zetacored