BounceBit
Node Installation
sudo apt update
sudo apt install build-essential jq wget git -ywget https://go.dev/dl/go1.19.linux-amd64.tar.gz
sudo tar -C /usr/local -xzf go1.19.linux-amd64.tar.gz
echo "export PATH=$PATH:/usr/local/go/bin" >> ~/.profile
source ~/.profilegit clone https://github.com/BounceBit-Labs/node.git
cd nodeCreating a Validator
Last updated