Last updated 1 month 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 kopi -f -o cat
sudo systemctl start kopi
sudo systemctl stop kopi
sudo systemctl restart kopi
sudo systemctl status kopi
sudo systemctl daemon-reload
sudo systemctl enable kopi
sudo systemctl disable kopi
kopid status 2>&1 | jq .SyncInfo
kopid status 2>&1 | jq .NodeInfo
curl -s localhost:27657/status | jq .result.sync_info.latest_block_height
echo $(kopid tendermint show-node-id)'@'$(wget -qO- eth0.me)':'$(cat $HOME/.kopid/config/config.toml | sed -n '/Address to listen for incoming connection/{n;p;}' | sed 's/.*://; s/".*//')