Skip to main content
Stratos Seeds and Peers

Stratos Seeds and Peers

Chain ID:

stratos-1

Current Node Version:

v0.12.0

Our seed node

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

65c1811742bd8dc718e2a4c8801a5ec4f34f4df8@stratos-seed.noders.services:21833

Our peer

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

71f6b523df0c5cbb1995a14e7eac46a9befcad37@stratos-rpc.noders.services:21856

Live Peers

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

40ad23cca2c8640f5935e00c03bda06acdc54146@35.230.38.120:26656,bc7ed320a3d1e5862deccd96a4fddeb5c82721d2@35.203.182.250:26656,f748f27b136b42cf163dd5da678aa809266b2edd@65.109.18.169:21856,fe91503e4faba6d24da81b176fa45decb2d4334f@65.21.45.173:21856,3d7e7aa4bfd7cbf4ecd157523b24f82a9ebd13e7@65.21.116.32:26656,63dfc4cf44436641542682531a93d4eb11c8607e@88.85.171.35:26656,6b14760e6e0b5a3161027cf3ae50b323063f3372@109.199.124.161:12656,1e8b4cc1aac1c0c04be1cdf9288334a2f5a6abb7@103.70.13.115: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=1e8b4cc1aac1c0c04be1cdf9288334a2f5a6abb7@103.70.13.115:26656,63dfc4cf44436641542682531a93d4eb11c8607e@88.85.171.35:26656,bc7ed320a3d1e5862deccd96a4fddeb5c82721d2@35.203.182.250:26656,3d7e7aa4bfd7cbf4ecd157523b24f82a9ebd13e7@65.21.116.32:26656,fe91503e4faba6d24da81b176fa45decb2d4334f@65.21.45.173:21856
sed -i.bak -e "s/^persistent_peers *=.*/persistent_peers = \"$PEERS\"/" ~/.stchaind/config/config.toml

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