You can add our seed node in seeds
in your config.toml
file:
b85358e035343a3b15e77e1102857dcdaf70053b@seeds.bluestake.net:24856Community seed nodes
If you would like to add additional seeds, here are some provided by the community:
f515a8599b40f0e84dfad935ba414674ab11a668@osmosis.blockpane.com:26656,3cc024d1c760c9cd96e6413abaf3b36a8bdca58e@seeds.goldenratiostaking.net:1630Quickly update your seed nodes
Update your seeds in config.toml
seeds="b85358e035343a3b15e77e1102857dcdaf70053b@seeds.bluestake.net:24856,f515a8599b40f0e84dfad935ba414674ab11a668@osmosis.blockpane.com:26656,3cc024d1c760c9cd96e6413abaf3b36a8bdca58e@seeds.goldenratiostaking.net:1630" sed -i -e "s/^seeds *=.*/seeds = \"$seeds\"/" $HOME/.osmosisd/config/config.toml# Restart your node
systemctl restart osmosis.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/.osmosisd/config/config.toml# Restart your node
systemctl restart osmosis.service
BlueStake contribute to Osmosis by offering several tools and services,
tailored for users, developers, and node operators.