-
Notifications
You must be signed in to change notification settings - Fork 28
submitblock Command Guide
Enrico Rubboli edited this page Sep 4, 2023
·
1 revision
The submitblock
command allows you to manually submit a block to be included in the Mintlayer blockchain.
To submit a block, use the following command:
submitblock <BLOCK>
-
<BLOCK>
: The hex-encoded representation of the block you want to submit.
Upon successful execution, the command will return a confirmation that the block has been submitted. If there are any issues with the block, relevant error messages will be displayed.
-
-h, --help
: Displays the help message for thesubmitblock
command. For more detailed information, use--help
.