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