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 14 active peers as observed by [NODERS]TEAM in real-time. Add them to your config.toml
if you have trouble finding peers.
6ea2783ba59a3e54ec963fac41709ddd76218650@192.99.4.20:29656,c6929b2a26cf02c084951d1b634af385d750a9d3@65.21.95.15:44656,e58fb1df3e4e8a3a8e98a1db9257cc0da2185934@49.12.131.50:26756,8b156eac80cf3b6eeb5a3e7dd4d1db8ddbc12c94@15.235.87.236:26656,8d59eb5f7ad207e59c06620f6e9e7b6760b56211@65.108.75.107:18656,d00cdb86685b5db330fe4ef5fc84167bfacface5@104.193.254.42:26656,92c687b1ad021997b95e370517b935560f9f2bba@65.108.44.149:23656,dd484ceaf441a407d0e78957bf480c6d6a003deb@51.81.49.59:17556,77a98f128539de705bf18f3225e08dff4355f7e7@158.69.125.73:10956,da90c30a5cd3ee1d88d3abca5256ef4b4ccca8ca@152.53.82.139:26656,0b920e3ac61d76b69c28ea329bad5f1427e415f9@144.76.40.53:17556,775686b8de38e5392622cfe82a5f04ee7248bcb7@65.21.224.150:26806,18a9adb94a8b45be1cd8489d46d5b82950b385ed@162.220.162.178:26696,ee2982524830198f4dd0eb9a7effb78349ed7732@190.2.143.25:32656
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=775686b8de38e5392622cfe82a5f04ee7248bcb7@65.21.224.150:26806,c6929b2a26cf02c084951d1b634af385d750a9d3@65.21.95.15:44656,ee2982524830198f4dd0eb9a7effb78349ed7732@190.2.143.25:32656,77a98f128539de705bf18f3225e08dff4355f7e7@158.69.125.73:10956,dd484ceaf441a407d0e78957bf480c6d6a003deb@51.81.49.59:17556
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