Node Management
Check logs
sudo journalctl -u nibiru -f -o catStart service
sudo systemctl start nibiruStop service
sudo systemctl stop nibiruRestart service
sudo systemctl restart nibiruCheck service status
sudo systemctl status nibiruReload services
sudo systemctl daemon-reloadEnable Service
sudo systemctl enable nibiruDisable Service
sudo systemctl disable nibiruSync info
nibid status 2>&1 | jq .SyncInfoNode info
nibid status 2>&1 | jq .NodeInfoLatest Block Info
curl -s localhost:19857/status | jq .result.sync_info.latest_block_heightYour node peer
echo $(nibid tendermint show-node-id)'@'$(wget -qO- eth0.me)':'$(cat $HOME/.nibid/config/config.toml | sed -n '/Address to listen for incoming connection/{n;p;}' | sed 's/.*://; s/".*//')a
Last updated