Last updated 5 months ago
Check logs
Start service
Stop service
Restart service
Check service status
Reload services
Enable Service
Disable Service
Sync info
Node info
Latest Block Info
Your node peer
sudo journalctl -u dhealth -f -o cat
sudo systemctl start dhealth
sudo systemctl stop dhealth
sudo systemctl restart dhealth
sudo systemctl status dhealth
sudo systemctl daemon-reload
sudo systemctl enable dhealth
sudo systemctl disable dhealth
dhealthd status 2>&1 | jq .SyncInfo
dhealthd status 2>&1 | jq .NodeInfo
curl -s localhost:28257/status | jq .result.sync_info.latest_block_height
echo $(dhealthd tendermint show-node-id)'@'$(wget -qO- eth0.me)':'$(cat $HOME/.dhealth/config/config.toml | sed -n '/Address to listen for incoming connection/{n;p;}' | sed 's/.*://; s/".*//')