The general publishPeerInfo.sh
and updatePeers.sh
scripts allows all nodes in the private mesh to peer with each other.
If you would like to join the large mesh and open your node to connect too all others, or have no trusted peers, use these to start off.
We do not recommend to use this for your BP nodes.
If you have been using updatePeers.sh
on this node before, your ghostbusters.conf
file will still keep most of the peers.
sudo cat /etc/wireguard/ghostbusters.conf
# Copy the [Interface] section
sudo rm /etc/wireguard/ghostbusters.conf
nano /etc/wireguard/ghostbusters.conf
# Paste in the [Interface] section
rm ~/kbfs/team/eos_ghostbusters/mesh/<keybase-username>_peer_info.signed
nano trusted-peers
# Add a list of the keybase usernames of your trusted peers. Add a space in between each one, without commas or new lines in between.
cd /path/to/Ghostbusters
./trustedPublish.sh my-peer-info trusted-peers
./trustedUpdate.sh