Seda Seeds and Peers
Chain ID:
seda-1-testnet
Current Node Version:
v1.0.0-rc.4
Our seed node
You might also decide to use a seed node to bootstrap your node.
16e910fb75f1d8f616ddfad945bc9a714d1c0b57@seda-t-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
.
d9e79bc821f1fcf7b5924dfc1c2a8ffec91737fe@seda-t-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.
3da2316011d98adc484d1582ccee563edda6fe8f@2a01:4f8:110:4265::4:26656,e5af5f5c2650fb13da1c661460e72186face79be@95.217.35.179:25856,50d00c212df119eb19ab976b40cf3cd149ad50ab@185.183.35.185:26656,d967e409d7353994e43fd5c13191f4c99673d297@5.9.116.21:25856,c13a5b542acb9af74c866f512eb0b6c88add8134@176.9.0.179:26656,9fea602250622eaf3c3bcde89db561deb7fa54b3@23.129.20.121:25856,cb75c263cff51a14a4f10694046bb81414d10064@18.171.36.35:26656,e9774bfbbf3f50643e9173426a42cf88c10ffc86@144.76.112.58:17656,a6a6f924bf8a88e2d2d6ace0031e6844951712a9@93.189.30.113:26656,1027c297a88a37b67906c85099116b8fe0136b0e@135.181.178.120:17656
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=d967e409d7353994e43fd5c13191f4c99673d297@5.9.116.21:25856,3da2316011d98adc484d1582ccee563edda6fe8f@2a01:4f8:110:4265::4:26656,e5af5f5c2650fb13da1c661460e72186face79be@95.217.35.179:25856,cb75c263cff51a14a4f10694046bb81414d10064@18.171.36.35:26656,1027c297a88a37b67906c85099116b8fe0136b0e@135.181.178.120:17656
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