πNibiru
The Web3 hub ushering in the next era of money. Nibiru is a blockchain and smart contract hub with DeFi, RWAs, & more
Public Endpoints
Delegate ( Stake )
Operator Address
nibivaloper1kwj7slmpduts2cjzz29ed8w0n3wyh768c8r00mExplorer
https://ping.pub/nibiru/staking/nibivaloper1kwj7slmpduts2cjzz29ed8w0n3wyh768c8r00m
system 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
Install lz4 if needed
Download the snapshot
Decompress the snapshot
Remove downloaded snapshot to free up space
Launch Node
Create Wallet
Add New Wallet Key
Recover existing key
List All Keys
Check Balance
Create validator
Unjail
Withdraw rewards
Delete node
DONE !
Last updated