-
Notifications
You must be signed in to change notification settings - Fork 27
blockid Command Guide
Enrico Rubboli edited this page Sep 4, 2023
·
1 revision
The blockid
command retrieves the ID (or hash) of a block at a specified height in the Mintlayer blockchain.
To get the ID of a block at a specific height, use the following command:
blockid <HEIGHT>
-
<HEIGHT>
: The height of the block for which you want to retrieve the ID.
When you run the blockid
command with a specific height, you'll receive an output similar to:
6f511096da79fb2da17f71a2193172d68e481e463c80722f1aa5d2e1250e96d8
This output represents the ID (or hash) of the block at the specified height.
-
-h, --help
: Displays the help message for theblockid
command.