Node Management
Check logs
sudo journalctl -u gnoland -f -o catStart service
sudo systemctl start gnolandStop service
sudo systemctl stop gnolandRestart service
sudo systemctl restart gnolandCheck service status
sudo systemctl status gnolandReload services
sudo systemctl daemon-reloadEnable Service
sudo systemctl enable gnolandDisable Service
sudo systemctl disable gnolandSync info
curl -s http://localhost:32557/status | jq -r .result.sync_info.catching_upNode info
curl -s localhost:32557/statusLatest Block Info
curl -s localhost:32557/status | jq .result.sync_info.latest_block_heighta
Last updated