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