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.
6f3c95131a2446b89f0bdc0c0374955247828232@142.132.158.158:21756,d024c7e099c34bbaf795bbe4a10e200a58376974@149.50.106.18:26656,564ca6e5b131c78bf8b8a943a2e150cf7458cda4@65.109.92.241:21056,e5b7fe5457701e1a6a07e7368964cacc0f6de7cd@95.217.36.103:21756,65722aee5387c01edd285f2cf0eeb0f2cdc785ce@103.199.17.29:26656,5c719d6c950943a6b0cbe592c9979703bd64f024@65.108.238.219:21756,ced3a13f4f7200ce1a2392a5738c88532f794359@65.108.232.168:25656,4f95e3b40a652b758d551a0d3a6cc25603d9e179@38.242.150.61:27656,5a95e7a2d751128fd161e1429535918eaa0e459e@65.109.88.251:11086,2c303a2d7fc874beaefccc7fe355e5f8ebfc08cc@144.126.158.225:26656
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=5a95e7a2d751128fd161e1429535918eaa0e459e@65.109.88.251:11086,564ca6e5b131c78bf8b8a943a2e150cf7458cda4@65.109.92.241:21056,5c719d6c950943a6b0cbe592c9979703bd64f024@65.108.238.219:21756,65722aee5387c01edd285f2cf0eeb0f2cdc785ce@103.199.17.29:26656,2c303a2d7fc874beaefccc7fe355e5f8ebfc08cc@144.126.158.225: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