Skip to content

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.

Usage

To submit a block, use the following command:

submitblock <BLOCK>

Arguments

  • <BLOCK>: The hex-encoded representation of the block you want to submit.

Output

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.

Options

  • -h, --help: Displays the help message for the submitblock command. For more detailed information, use --help.
Clone this wiki locally