Skip to content

generateblocks Command Guide

Enrico Rubboli edited this page Sep 4, 2023 · 1 revision

The generateblocks command allows you to manually generate a specified number of blocks in the Mintlayer blockchain.

Usage

To generate a specific number of blocks, use the following command:

generateblocks <BLOCK_COUNT>

Arguments

  • <BLOCK_COUNT>: The number of blocks you want to generate.

Output

Upon successful execution, the command will return details of the generated blocks.

Options

  • -h, --help: Displays the help message for the generateblocks command.
Clone this wiki locally