Skip to main content
BitSong Seeds and Peers

BitSong Seeds and Peers

Chain ID:

auto

Current Node Version:

auto

Our seed node

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

955a296a5b32b8c91ae1a573edb4e9f9983e7c5f@bitsong-seed.noders.services:16033

Our peer

When you state-sync, you might also consider adding [NODERS]TEAM state-sync peer to your persistent_peers setting in config.toml.

auto

Live Peers

Here is a list of 0 active peers as observed by [NODERS]TEAM in real-time. Add them to your config.toml if you have trouble finding peers.

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=
sed -i.bak -e "s/^persistent_peers *=.*/persistent_peers = \"$PEERS\"/" ~/.bitsongd/config/config.toml

sudo systemctl restart bitsongd
sudo journalctl -fu bitsongd --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/bitsong/addrbook.json -o ~/.bitsongd/config/addrbook.json
sudo systemctl restart bitsongd