Skip to main content
Osmosis Seeds and Peers

Osmosis Seeds and Peers

Chain ID:

osmo-test-5

Current Node Version:

v29.0.0-rc1

Our seed node

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

7739043b7598359250df67afbc0a231deb3ffa49@osmosis-t-seed.noders.services:12533

Our peer

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

6147a54c107d366c4a1eb5196cb20b3498a31d83@osmosis-t-rpc.noders.services:12556

Live Peers

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

cce7449d01b886545e78a6bb8c770267bd52b24b@46.4.91.76:29656,429ff50d691e085549ab668c28a8257791d94b45@65.108.232.134:38656,ab191486c327b9c04384987c0ee61b6e2a53caea@65.109.25.113:12556,3343f4c061d9910110518b047464f060636a1139@167.71.37.30:26656,f4069642e5bfb9301d5c49acdcf3d9fa80104e90@141.95.98.123:26656,97b9951c190b52c437a59651ff973718f5d1ab5e@113.43.234.98:28856,bfbce649d746e36e67c2b0b030375137bbaef488@138.68.229.46:26656,e79d69600b2bae5c219ae9845c746251515fc2a0@142.93.175.50:26656,fc35c3a751ba818e0c5a84e61ab51451167d85fa@54.82.200.23:30331,20b4f9207cdc9d0310399f848f057621f7251846@222.106.187.14:53300,8f95dc0c5a7bacd02a27f6f6197b6da40adb7e25@51.38.52.99:26656,dc8d219128e883895d51882facd1bcd8a886b856@65.109.158.85:26656,9df5654683bb903f582d41b7b2e119b29b833cf1@46.4.5.45:12556,ca78e67b75181bf72c93a2279630db7f04f08bbb@135.181.240.239:26656,5fad130bb23e0cdfc6e573b036b2e1dffc470de9@65.21.112.220:3040,229c0f4de9fdc491941072a9ee52567a9d796105@162.55.245.144:2000,05b3eeef6fdd93479bee7095e4744fc3fbbc5a95@213.145.102.214:26666,91ad5734f00f963f3e7ee59d016fbf870e220916@57.128.22.77:26656,ecd3655fea0257a37b48dea79c1cd88fd659b793@23.129.20.122:12556,f440c4980357d8b56db87ddd50f06bd551f1319a@213.136.88.233:12556,aa136ffac6b003ccb66af751654b51e365d4b9ef@18.207.196.230:30331,d0d56a1be785bc865c81ec4ecedfab9a853a84d1@94.130.164.82:12556,63277e8161d6bc96372bf0128c63a32cb3a0184d@148.251.177.108:12556

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=91ad5734f00f963f3e7ee59d016fbf870e220916@57.128.22.77:26656,dc8d219128e883895d51882facd1bcd8a886b856@65.109.158.85:26656,8f95dc0c5a7bacd02a27f6f6197b6da40adb7e25@51.38.52.99:26656,ecd3655fea0257a37b48dea79c1cd88fd659b793@23.129.20.122:12556,f440c4980357d8b56db87ddd50f06bd551f1319a@213.136.88.233:12556
sed -i.bak -e "s/^persistent_peers *=.*/persistent_peers = \"$PEERS\"/" ~/.osmosisd/config/config.toml

sudo systemctl restart osmosisd
sudo journalctl -fu osmosisd --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/osmosis/addrbook.json -o ~/.osmosisd/config/addrbook.json
sudo systemctl restart osmosisd