Version Information
View the version and build information for your Monad binaries:CLI Help
View available command-line arguments for any Monad binary:Service Management
Check the status of Monad services:Monitoring Block Height
The RPC service will start listening on port8080 when the statesync is completed.
Check the current block height via RPC:
Viewing MonadDB Disk Usage
Note that MonadDB (TrieDB) will automatically compact when at 80% capacity to preserve optimal SSD performance. To check MonadDB disk usage and retained block history:Consensus Information with ledger-tail
monad-ledger-tail exposes consensus information by directly parsing ledger artifacts
and streams the data in JSON format.
Start the service:
Node Status with monad-status
Install monad-status:
monad-status to get the status of the node.
This should print similar output:
Exporting Key Backups
If you followed the full node installation guide, backup files for your keys were automatically created at:/opt/monad/backup/secp-backup/opt/monad/backup/bls-backup
Importing Keys from Backups
To restore your node identity from a backup, extract the IKM secret from each backup file and import it usingmonad-keystore import:
Keeping Updated
To stay updated on new releases:- join the Monad Node Announcements telegram group, or
- join the Monad Developer Discord and follow the
#mainnet-fullnode-announcementschannel

