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