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:26356Community seed nodes
If you would like to add additional seeds, here are some provided by the community:
70ed826888f102c7c1ceb4d07287956628a53508@174.138.124.7:36656,722079345d941cd2da3daedea548c909d9b83ec5@104.248.101.113:36656Quickly update your seed nodes
Update your seeds in config.toml
seeds="b85358e035343a3b15e77e1102857dcdaf70053b@seeds.bluestake.net:26356,70ed826888f102c7c1ceb4d07287956628a53508@174.138.124.7:36656,722079345d941cd2da3daedea548c909d9b83ec5@104.248.101.113:36656" sed -i -e "s/^seeds *=.*/seeds = \"$seeds\"/" $HOME/.starsd/config/config.toml# Restart your node
systemctl restart stargaze.service
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.toml
peers="..." sed -i -e "s/^persistent_peers *=.*/persistent_peers = \"$peers\"/" $HOME/.starsd/config/config.toml# Restart your node
systemctl restart stargaze.service
BlueStake contribute to Stargaze by offering several tools and services,
tailored for users, developers, and node operators.