Skip to main content
ZeroGravity Seeds and Peers

ZeroGravity Seeds and Peers

Chain ID:

zgtendermint_16600-2

Current Node Version:

v0.5.0.1

Our seed node

You might also decide to use a seed node to bootstrap your node.

d9fee544b90d15c4f024e52b6c5b2fd9fd199514@og-t-rpc.noders.services:23856

Our peer

When you state-sync, you might also consider adding [NODERS]TEAM state-sync peer to your persistent_peers setting in config.toml.

d9fee544b90d15c4f024e52b6c5b2fd9fd199514@og-t-rpc.noders.services:23856

Live Peers

Here is a list of 10 active peers as observed by [NODERS]TEAM in real-time. Add them to your config.toml if you have trouble finding peers.

c8a6c802b172652e0b9bf81cc92eff0514ebcd7f@157.173.104.42:12656,f2da994adfca111b0a74fcc4de6b0284340f100e@62.169.19.169:12656,e187f1fc90b1b16f01515215d0aed0ee177e91a9@38.242.136.199:12656,69e6b00688fe1c67a9b8f50982fecc65b856006d@45.85.249.56:26656,b88cb9215c8aae3b79b67fdbf9812ec1f927b52e@157.173.104.82:12656,5c1ab625c4914a169af39012fb33be13dfc72c4c@109.123.252.243:12656,b7b9cb14c0355da46ccd8a4ed742f222e066e769@157.173.107.177:12656,0b54149c2db7c553243640b25c351d8b8f015ce2@38.242.137.106:12656,d7bcf4fdd540460aa71055475d1ffb3d288075b9@88.198.47.91:12656,b2778a64c5207b77d723b3528d129a232a90d79b@84.54.23.17:12656

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=f2da994adfca111b0a74fcc4de6b0284340f100e@62.169.19.169:12656,b7b9cb14c0355da46ccd8a4ed742f222e066e769@157.173.107.177:12656,e187f1fc90b1b16f01515215d0aed0ee177e91a9@38.242.136.199:12656,5c1ab625c4914a169af39012fb33be13dfc72c4c@109.123.252.243:12656,0b54149c2db7c553243640b25c351d8b8f015ce2@38.242.137.106:12656
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