https://explorer.nibiru.fi/nibiru-itn-1/staking/nibivaloper1vfz2y9mdkflxf6j0869zjspd7d72jskrr76tfu
Guide to Launching a Validator Node in the Nibiru Project
Choosing and setting up the server:
Updating the system:
sudo apt update && sudo apt upgrade -y
Install necessary packages:
sudo apt install build-essential git curl jq -y
Install Go:
wget <https://golang.org/dl/go1.18.1.linux-amd64.tar.gz>
sudo tar -C /usr/local -xzf go1.18.1.linux-amd64.tar.gz
echo "export PATH=$PATH:/usr/local/go/bin" >> ~/.profile
source ~/.profile
Cloning the repository:
git clone <https://github.com/nibiruchain/nibiru.git>
cd nibiru
git checkout <latest-release-tag>
Compiling:
make install
Verifying the installation:
nibid version
Initializing the node configuration:
nibid init <your-node-name> --chain-id nibiru-<chain-id>
Adding the genesis file and configuration:
curl -s <https://raw.githubusercontent.com/nibiruchain/networks/main/nibiru-><chain-id>/genesis.json > ~/.nibid/config/genesis.json
Adding peers:
~/.nibid/config/config.toml
file.Creating keys:
nibid keys add <validator-name>
Obtaining tokens for staking: