Grouping used to organize options in the help output.

Synopsis

Declared in <common/args.h>

enum class OptionsCategory : int;

Members

Name

Description

OPTIONS

General options.

CONNECTION

Peer connection options.

WALLET

Wallet options.

WALLET_DEBUG_TEST

Wallet debug and test options.

ZMQ

ZeroMQ notification options.

DEBUG_TEST

Debug and test options.

CHAINPARAMS

Chain selection options.

NODE_RELAY

Node relay options.

BLOCK_CREATION

Block creation (mining) options.

RPC

RPC server options.

GUI

GUI options.

COMMANDS

Commands.

REGISTER_COMMANDS

Register commands.

CLI_COMMANDS

Command‐line client commands.

IPC

Inter‐process communication options.

COMMAND_OPTIONS

Options specific to particular commands.

HIDDEN

Always the last option to avoid printing these in the help.

Created with MrDocs