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