Useful Commands
Check binary version
monad-node --versionCheck service status
systemctl status monad-bft monad-execution monad-rpc --no-pager -lsystemctl status monad-bft
systemctl status monad-execution
systemctl status monad-rpcFollow logs
journalctl -u monad-bft -f
journalctl -u monad-execution -f
journalctl -u monad-rpc -fCheck current block height
Check TrieDB usage
Check public keys
Check node status
Use monlog
Use ledger-tail
Restart services
Stop services
Start services
Enable services on boot
Reset workspace
Restore snapshot
Check installed package version
Hold package version
Check metrics endpoint
Check open ports
Last updated