Skip to main content
Seda Seeds and Peers

Seda Seeds and Peers

Chain ID:

seda-1

Current Node Version:

v0.1.8-hotfix.3

Our seed node

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

6e4921541dbdcc44d6d157d6d3e87fe811407d4e@seda-seed.noders.services:25833

Our peer

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

c9100af84ba8c9dbeb0c1c49837620bf447bf55c@seda-rpc.noders.services:25856

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.

55b28aabeb24938db6119fa5580159b1b6e5fc80@144.76.114.34:25856,f8846039206179880bdcaf371aa295f44f2af975@95.217.39.34:25856,6c153a3a12fd030b2d74e04f7da539b4fdd8165a@135.181.63.105:46656,fe6ef8aac1b6e667b8aac2e01a659b607148d199@65.108.72.239:23656,f482ca37b63e53c06bb267cbb0f594d9560234bb@88.99.68.249:25856,ea602e6d2abaab4a4ec786c744fff389e9da4dc2@135.181.178.120:10656,113708e72d55402b95017b3b95dbbf216abeb9cc@2001:bc8:1203:e::5:26656,d8483e560bea268ddf8c1176b44571f6c09b9535@94.130.35.35:19656,0cf0cd8c66888ebdc5f4f3bde4c31fce9533a473@176.9.157.142:25856,f6bdb78ff8c7487b9d6a1a3694ec7ecf3ddc2911@46.17.103.41:25856

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=ea602e6d2abaab4a4ec786c744fff389e9da4dc2@135.181.178.120:10656,fe6ef8aac1b6e667b8aac2e01a659b607148d199@65.108.72.239:23656,0cf0cd8c66888ebdc5f4f3bde4c31fce9533a473@176.9.157.142:25856,d8483e560bea268ddf8c1176b44571f6c09b9535@94.130.35.35:19656,f8846039206179880bdcaf371aa295f44f2af975@95.217.39.34:25856
sed -i.bak -e "s/^persistent_peers *=.*/persistent_peers = \"$PEERS\"/" ~/.sedad/config/config.toml

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