Jackal Seeds and Peers
Chain ID:
jackal-1
Current Node Version:
v4.6.0
Our seed node
You might also decide to use a seed node to bootstrap your node.
ff63c388cf47c8d400be98b44db0e95e93ad8d8c@jackal-seed.noders.services:17533
Our peer
When you state-sync, you might also consider adding [NODERS]TEAM state-sync peer to your persistent_peers setting in config.toml
.
5b622b13c4b0bdeea993bc3ec4d9cf269819893e@jackal-rpc.noders.services:17556
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.
8b156eac80cf3b6eeb5a3e7dd4d1db8ddbc12c94@15.235.87.236:26656,8d59eb5f7ad207e59c06620f6e9e7b6760b56211@65.108.75.107:18656,e58fb1df3e4e8a3a8e98a1db9257cc0da2185934@49.12.131.50:26756,dd484ceaf441a407d0e78957bf480c6d6a003deb@51.81.49.59:17556,d4582dfe8fdcadb735dfc7aca1cd950e1e7979b6@212.227.90.201:26656,92c687b1ad021997b95e370517b935560f9f2bba@65.108.44.149:23656,c6929b2a26cf02c084951d1b634af385d750a9d3@65.21.95.15:44656,91e4f0da37d14aeb3f1ff21e805228d2731820f4@65.21.45.173:17556,77a98f128539de705bf18f3225e08dff4355f7e7@158.69.125.73:10956,18a9adb94a8b45be1cd8489d46d5b82950b385ed@162.220.162.178:26696,0b920e3ac61d76b69c28ea329bad5f1427e415f9@144.76.40.53:17556
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=dd484ceaf441a407d0e78957bf480c6d6a003deb@51.81.49.59:17556,18a9adb94a8b45be1cd8489d46d5b82950b385ed@162.220.162.178:26696,77a98f128539de705bf18f3225e08dff4355f7e7@158.69.125.73:10956,8d59eb5f7ad207e59c06620f6e9e7b6760b56211@65.108.75.107:18656,d4582dfe8fdcadb735dfc7aca1cd950e1e7979b6@212.227.90.201:26656
sed -i.bak -e "s/^persistent_peers *=.*/persistent_peers = \"$PEERS\"/" ~/.canine/config/config.toml
sudo systemctl restart canined
sudo journalctl -fu canined --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/jackal/addrbook.json -o ~/.canine/config/addrbook.json
sudo systemctl restart canined