ZeroGravity Seeds and Peers
Chain ID:
0gchain-16601
Current Node Version:
v0.2.0-alpha.4-726-g680c0d7e2
Our seed node
You might also decide to use a seed node to bootstrap your node.
dbf6036f6a2bdc952d58678756dc835dff0abbc7@og-t-seed.noders.services:23833
Our peer
When you state-sync, you might also consider adding [NODERS]TEAM state-sync peer to your persistent_peers setting in config.toml
.
bad556a90877c1f73163d2625993352260fd5450@og-t-rpc.noders.services:23856
Live Peers
Here is a list of 26 active peers as observed by [NODERS]TEAM in real-time. Add them to your config.toml
if you have trouble finding peers.
a1c3835d826700ad6f24209d4b1b56bfa8cb5a0d@156.67.28.158:26656,8f88ce5b4416b716f47c8ab42e2231192e6f71c2@195.201.172.72:26656,15d31435c5b6500e47907cc0495a74a02d8d412b@65.108.225.233:26656,9d91115b72bed23251278dbdc6124c5d2a4b0c53@89.58.36.39:55656,fc531700220c2f0ac2925c36d479eeaf9a86e406@135.181.73.59:26656,c44232408947971327c1089ebcb4738be442bcce@185.209.229.133:26656,675703baa62249b89f0b1c9a673a7525aaddeba2@65.109.84.153:656,02ba7d8fc86323fcdc1fa5b0aea61ceecdb2306b@141.98.217.73:26656,f176de1a1586870050d163657b5ec91ca972fef2@173.212.214.100:26656,0d57033ca71588f596a77ab0d974bad14a8b9696@47.242.147.99:26656,8d3d906a9b0b3fccee93850b653a7eaae828f802@148.251.237.182:26656,947389602689c5ffb72b383fd859b6787fe36ef6@43.100.65.37:26656,b3d75216a0e8e5a46067895295c1f36050105413@84.46.253.225:26656,4213c655834ee1434cdad47da5fa5dde77d47642@212.47.71.104:27656,3c6ae377b12097fe785ad125bc839da4116d66af@27.72.31.207:56656,e903b0ef9cea77a293411e7430b074262d947f4c@152.53.86.66:26656,2e781dcf9a1628a4a0d8b4c89abbfdd56c4aabdb@152.53.163.246:26656,c6106b5bfe5177c78b6391d1a357e98d11ad49db@135.181.180.180:56656,2200635c5b2b5c5e744447bcd5d4d36aeceee598@84.247.180.28:12656,7cce08d25b913bb8db2c6464a123627073431568@65.21.14.11:47656,391d05de64709ca47ec41104598233e481de0a28@157.173.125.144:26656,d430845816989c090d7abf9b2c5327d8858ef170@95.216.13.161:47656,5b2e813934791b7d0b3e814a0de4e2d2bb0cfe34@103.150.101.52:26656,ef42f6aec04faf78dc557fbf01984c2d730f2f95@195.179.229.89:26656,c49c801685d1645a6d4235aad4fd15819266f5f2@89.58.57.126:26656,19db943f94d5e04ee17baa5fa952d7f8dbc850df@37.27.60.37: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=675703baa62249b89f0b1c9a673a7525aaddeba2@65.109.84.153:656,5b2e813934791b7d0b3e814a0de4e2d2bb0cfe34@103.150.101.52:26656,8f88ce5b4416b716f47c8ab42e2231192e6f71c2@195.201.172.72:26656,02ba7d8fc86323fcdc1fa5b0aea61ceecdb2306b@141.98.217.73:26656,d430845816989c090d7abf9b2c5327d8858ef170@95.216.13.161:47656
sed -i.bak -e "s/^persistent_peers *=.*/persistent_peers = \"$PEERS\"/" ~/.0gchain/config/config.toml
sudo systemctl restart 0gchaind
sudo journalctl -fu 0gchaind --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/og/addrbook.json -o ~/.0gchain/config/addrbook.json
sudo systemctl restart 0gchaind