Aura Seeds and Peers
Chain ID:
aura_6322-2
Current Node Version:
v0.9.3
Our seed node
You might also decide to use a seed node to bootstrap your node.
e038fb068587bfe9b67e23df287aabad352577d9@aura-rpc.noders.services:21756
Our peer
When you state-sync, you might also consider adding [NODERS]TEAM state-sync peer to your persistent_peers setting in config.toml
.
e038fb068587bfe9b67e23df287aabad352577d9@aura-rpc.noders.services:21756
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.
d024c7e099c34bbaf795bbe4a10e200a58376974@149.50.106.18:26656,ddf03d30eebc062196e22f2797ce2d29b4762ed4@35.213.171.254:26656,6f3c95131a2446b89f0bdc0c0374955247828232@142.132.158.158:21756,fb4dd7c7a47bc3f6df37665a34020a50dec77d8f@135.181.239.114:26656,5c719d6c950943a6b0cbe592c9979703bd64f024@65.108.238.219:21756,9a2dab4b17b6108df0b52d527c7d666ca88d81b0@135.148.150.217:26656,2c303a2d7fc874beaefccc7fe355e5f8ebfc08cc@144.126.158.225:26656,ae0baeb831117dc079741a0141c2e5215b3ed055@57.128.22.214:21756,d1706b956dd016421e701faa488b8a8f0240d02d@13.212.184.74:26656,921b0e8ef28a64778ba4c37e81fb2419604341ea@65.108.30.59:30656
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=921b0e8ef28a64778ba4c37e81fb2419604341ea@65.108.30.59:30656,6f3c95131a2446b89f0bdc0c0374955247828232@142.132.158.158:21756,5c719d6c950943a6b0cbe592c9979703bd64f024@65.108.238.219:21756,fb4dd7c7a47bc3f6df37665a34020a50dec77d8f@135.181.239.114:26656,d1706b956dd016421e701faa488b8a8f0240d02d@13.212.184.74:26656
sed -i.bak -e "s/^persistent_peers *=.*/persistent_peers = \"$PEERS\"/" ~/.aura/config/config.toml
sudo systemctl restart aurad
sudo journalctl -fu aurad --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/aura/addrbook.json -o ~/.aura/config/addrbook.json
sudo systemctl restart aurad