A common practice is to use a seed to connect to the network.
You can add our seed node in seeds in your config.toml file:
b85358e035343a3b15e77e1102857dcdaf70053b@seeds.bluestake.net:26256Community seed nodes
If you would like to add additional seeds, here are some provided by the community:
0de6c207e60b876bdd88571db44d29c18d0cb5d@seed-bitsong.starsquid.io:15605Quickly update your seed nodes
Update your seeds in config.tomlseeds="b85358e035343a3b15e77e1102857dcdaf70053b@seeds.bluestake.net:26256,0de6c207e60b876bdd88571db44d29c18d0cb5d@seed-bitsong.starsquid.io:15605" sed -i -e "s/^seeds *=.*/seeds = \"$seeds\"/" $HOME/.bitsongd/config/config.toml# Restart your nodesystemctl restart bitsong.service
Here is a list of active peers as observed by our nodes
If you have trouble finding peers, you can add these 5 random peers as persistent_peers in your config.toml file:
...Quickly update your peers# Update your persistent_peers in config.tomlpeers="..." sed -i -e "s/^persistent_peers *=.*/persistent_peers = \"$peers\"/" $HOME/.bitsongd/config/config.toml# Restart your nodesystemctl restart bitsong.service
BlueStake contribute to Bitsong by offering several tools and services,
tailored for users, developers, and node operators.