Last updated 3 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 titan -f -o cat
sudo systemctl start titan
sudo systemctl stop titan
sudo systemctl restart titan
sudo systemctl status titan
sudo systemctl daemon-reload
sudo systemctl enable titan
sudo systemctl disable titan
titand status 2>&1 | jq .SyncInfo
titand status 2>&1 | jq .NodeInfo
curl -s localhost:28957/status | jq .result.sync_info.latest_block_height
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/".*//')