πNibiru
The Web3 hub ushering in the next era of money. Nibiru is a blockchain and smart contract hub with DeFi, RWAs, & more
Delegate ( Stake )
nibivaloper1kwj7slmpduts2cjzz29ed8w0n3wyh768c8r00msystem update
sudo apt update
sudo apt install -y curl git jq lz4 build-essentialInstall go
sudo rm -rf /usr/local/go
curl -L https://go.dev/dl/go1.21.5.linux-amd64.tar.gz | sudo tar -xzf - -C /usr/local
echo 'export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin' >> $HOME/.bash_profile
source .bash_profileClone repository
Initialize Node
Download genesis
Download addrbook
Set prunning
Create a service
State Sync
# Download Snapshot
Launch Node
Create Wallet
Create validator
Unjail
Withdraw rewards
Delete node
DONE !
Last updated