 Kopi Peering
Kopi PeeringWe provide seeds and live-peers to allow node operators to efficiently connect a node to the network
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:
[email protected]:45256Quickly update your seed nodes
Update your seeds in config.tomlseeds="[email protected]:45256" sed -i -e "s/^seeds *=.*/seeds = \"$seeds\"/" $HOME/.kopi/config/config.toml# Restart your nodesystemctl restart kopi.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/.kopi/config/config.toml# Restart your nodesystemctl restart kopi.service
BlueStake contribute to Kopi Testnet by offering several tools and services,
tailored for users, developers, and node operators.