Airchains Seeds and Peers
Chain ID:
varanasi-1
Current Node Version:
v0.3.2
Our seed node
You might also decide to use a seed node to bootstrap your node.
b419d23f56a6a5403319399ed38b6b93138210a1@airchains-t-rpc.noders.services:26756
Our peer
When you state-sync, you might also consider adding [NODERS]TEAM state-sync peer to your persistent_peers setting in config.toml
.
b419d23f56a6a5403319399ed38b6b93138210a1@airchains-t-rpc.noders.services:26756
Live Peers
Here is a list of 11 active peers as observed by [NODERS]TEAM in real-time. Add them to your config.toml
if you have trouble finding peers.
301a14ccbcf3fc15f9f90619e39743a8bf9eeafd@65.109.93.124:30856,8c229309660496e71b8a9d1edee46a18693b8e70@65.109.111.234:19656,1731fcbb6949a28548c63325fd1ca2fd61c77277@72.251.3.24:56256,795989371360f0b21e7037c09a2112804d5c48f4@138.201.62.254:26756,0b4e78189c9148dda5b1b98c6e46b764337558a3@91.227.33.18:19656,eef0b9627b4f7e5b3f7ea04a5b2afd16136ee86d@5.9.65.165:22656,79f26210777e84efb600bf776c32615a72675d9f@95.216.98.122:19656,39e1e9378427f3df60938e2a4e684f0421fcc2b9@65.109.83.40:30856,4aaa6f76a1009feccffa90e8a00dd6343ca9b01f@152.53.49.146:19656,f84b41b95e828ee915aea19dd656cca7d39cf47b@37.17.244.207:33656,859485b13c2d8ab3888ffc11d1c506d78f681317@5.9.116.21:26756
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=4aaa6f76a1009feccffa90e8a00dd6343ca9b01f@152.53.49.146:19656,8c229309660496e71b8a9d1edee46a18693b8e70@65.109.111.234:19656,795989371360f0b21e7037c09a2112804d5c48f4@138.201.62.254:26756,1731fcbb6949a28548c63325fd1ca2fd61c77277@72.251.3.24:56256,79f26210777e84efb600bf776c32615a72675d9f@95.216.98.122:19656
sed -i.bak -e "s/^persistent_peers *=.*/persistent_peers = \"$PEERS\"/" ~/.junction/config/config.toml
sudo systemctl restart junctiond
sudo journalctl -fu junctiond --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/airchains/addrbook.json -o ~/.junction/config/addrbook.json
sudo systemctl restart junctiond