Skip to main content
Jackal Seeds and Peers

Jackal Seeds and Peers

Chain ID:

lupulella-2

Current Node Version:

v4.6.0-beta.1

Our seed node

You might also decide to use a seed node to bootstrap your node.

dc5d5a9d671cc001f52714162411b0803f069bd8@jackal-t-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.

40b59e9b4a85b4ac6aa372e31cc0d733280c2769@jackal-t-rpc.noders.services:17556

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.

f3e70d3de1974208af04dac6fabd657ab4abf0ff@65.108.75.107:24656,0394449cab5a29f24dd4f37683d3b7622f27c0fc@65.108.206.118:61156,bda5e61d05f423919783ff73dc096ac3a8eef5c3@65.108.57.170:26656,cc416e34f53e775075603c58098a35a96d2eff7f@213.239.192.18:13756,bb2aa5ae8af231be2cc1875c3ec2d869dd0638ed@135.181.88.132:26656,56fe0d26dd1e32f049500ab0d216658788b95cc5@65.21.88.86:16656,e1b242eb100a70c6fba87475a130a3e58426c36e@213.239.217.52:31656,27238e2f804bf28a14c186a2e0f0ceaae0d2588f@142.132.132.173:30566,92d035f2399e70baf65a2835159dfa265b1111bc@65.109.30.13:27433,d5519e378247dfb61dfe90652d1fe3e2b3005a5b@65.109.68.190:13756

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=e1b242eb100a70c6fba87475a130a3e58426c36e@213.239.217.52:31656,56fe0d26dd1e32f049500ab0d216658788b95cc5@65.21.88.86:16656,f3e70d3de1974208af04dac6fabd657ab4abf0ff@65.108.75.107:24656,92d035f2399e70baf65a2835159dfa265b1111bc@65.109.30.13:27433,bda5e61d05f423919783ff73dc096ac3a8eef5c3@65.108.57.170: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