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,9939a43f534b7b8a6472924c22f32ead8fbd96d4@94.130.23.254:25856,d967e409d7353994e43fd5c13191f4c99673d297@5.9.116.21:25856,c13a5b542acb9af74c866f512eb0b6c88add8134@176.9.0.179:26656,bb70ef54f9bf39695fe76c6d29579f20e1f374a6@193.84.3.28:25856,1fef9721db7cb37ace237d1a2b1271c319bb1c0c@94.130.164.82:25856,e9774bfbbf3f50643e9173426a42cf88c10ffc86@144.76.112.58:17656,1027c297a88a37b67906c85099116b8fe0136b0e@135.181.178.120:17656,da4ade7b893587fb4547b95260bbefb40350e9dd@49.12.87.14: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=1027c297a88a37b67906c85099116b8fe0136b0e@135.181.178.120:17656,3da2316011d98adc484d1582ccee563edda6fe8f@2a01:4f8:110:4265::4:26656,e9774bfbbf3f50643e9173426a42cf88c10ffc86@144.76.112.58:17656,9939a43f534b7b8a6472924c22f32ead8fbd96d4@94.130.23.254:25856,bb70ef54f9bf39695fe76c6d29579f20e1f374a6@193.84.3.28: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