mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
156 lines
4 KiB
Groff
156 lines
4 KiB
Groff
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13.
|
|
.TH ELEMENTS-UTIL "1" "August 2022" "elements-util v22.0.0" "User Commands"
|
|
.SH NAME
|
|
elements-util \- manual page for elements-util v22.0.0
|
|
.SH SYNOPSIS
|
|
.B elements-util
|
|
[\fI\,options\/\fR] [\fI\,commands\/\fR] \fI\,Do stuff\/\fR
|
|
.SH DESCRIPTION
|
|
Elements Core elements\-util utility version elements\-22.0.0
|
|
.SH OPTIONS
|
|
.HP
|
|
\-?
|
|
.IP
|
|
Print this help message and exit
|
|
.HP
|
|
\fB\-version\fR
|
|
.IP
|
|
Print version and exit
|
|
.PP
|
|
Debugging/Testing options:
|
|
.PP
|
|
Chain selection options:
|
|
.HP
|
|
\fB\-chain=\fR<chain>
|
|
.IP
|
|
Use the chain <chain> (default: liquidv1). Reserved values: main, test,
|
|
signet, regtest, liquidv1, liquidv1test
|
|
.HP
|
|
\fB\-con_blockheightinheader\fR
|
|
.IP
|
|
Whether the chain includes the block height directly in the header, for
|
|
easier validation of block height in low\-resource environments.
|
|
(default: true)
|
|
.HP
|
|
\fB\-con_has_parent_chain\fR
|
|
.IP
|
|
Whether or not there is a parent chain.
|
|
.HP
|
|
\fB\-con_max_block_sig_size\fR
|
|
.IP
|
|
Max allowed witness data for the signed block header.
|
|
.HP
|
|
\fB\-con_parent_chain_signblockscript\fR
|
|
.IP
|
|
Whether parent chain uses pow or signed blocks. If the parent chain uses
|
|
signed blocks, the challenge (scriptPubKey) script. If not, an
|
|
empty string. (default: empty script [ie parent uses pow])
|
|
.HP
|
|
\fB\-con_parentpowlimit\fR
|
|
.IP
|
|
The proof\-of\-work limit value for the parent chain.
|
|
.HP
|
|
\fB\-con_signed_blocks\fR
|
|
.IP
|
|
Signed blockchain. Uses input of `\-signblockscript` to define what
|
|
signatures are necessary to solve it.
|
|
.HP
|
|
\fB\-fedpegscript\fR
|
|
.IP
|
|
The script for the federated peg enforce from genesis block. This script
|
|
may stop being enforced once dynamic federations activates.
|
|
.HP
|
|
\fB\-parentgenesisblockhash\fR
|
|
.IP
|
|
The genesis blockhash of the parent chain.
|
|
.HP
|
|
\fB\-signblockscript\fR
|
|
.IP
|
|
Signed blockchain enumberance. Only active when `\-con_signed_blocks` set
|
|
to true.
|
|
.HP
|
|
\fB\-signet\fR
|
|
.IP
|
|
Use the signet chain. Equivalent to \fB\-chain\fR=\fI\,signet\/\fR. Note that the network
|
|
is defined by the \fB\-signetchallenge\fR parameter
|
|
.HP
|
|
\fB\-signetchallenge\fR
|
|
.IP
|
|
Blocks must satisfy the given script to be considered valid (only for
|
|
signet networks; defaults to the global default signet test
|
|
network challenge)
|
|
.HP
|
|
\fB\-signetseednode\fR
|
|
.IP
|
|
Specify a seed node for the signet network, in the hostname[:port]
|
|
format, e.g. sig.net:1234 (may be used multiple times to specify
|
|
multiple seed nodes; defaults to the global default signet test
|
|
network seed node(s))
|
|
.HP
|
|
\fB\-testnet\fR
|
|
.IP
|
|
Use the test chain. Equivalent to \fB\-chain\fR=\fI\,test\/\fR.
|
|
.PP
|
|
Elements Options:
|
|
.HP
|
|
\fB\-con_blocksubsidy\fR
|
|
.IP
|
|
Defines the amount of block subsidy to start with, at genesis block, in
|
|
satoshis.
|
|
.HP
|
|
\fB\-con_connect_genesis_outputs\fR
|
|
.IP
|
|
Connect outputs in genesis block to utxo database.
|
|
.HP
|
|
\fB\-con_csv_deploy_start\fR
|
|
.IP
|
|
Starting height for CSV deployment. (default: \fB\-1\fR, which means ACTIVE
|
|
from genesis)
|
|
.HP
|
|
\fB\-con_dyna_deploy_signal\fR
|
|
.IP
|
|
Whether to signal for the Dynamic Federations deployment (default:
|
|
true).
|
|
.HP
|
|
\fB\-con_elementsmode\fR
|
|
.TP
|
|
Use Elements\-like instead of Core\-like witness encoding.
|
|
This is
|
|
.IP
|
|
required for CA/CT. (default: true)
|
|
.HP
|
|
\fB\-con_mandatorycoinbase\fR
|
|
.IP
|
|
All non\-zero valued coinbase outputs must go to this scriptPubKey, if
|
|
set.
|
|
.HP
|
|
\fB\-dynamic_epoch_length\fR
|
|
.IP
|
|
Per\-chain parameter that sets how many blocks dynamic federation voting
|
|
and enforcement are in effect for.
|
|
.HP
|
|
\fB\-enforce_pak\fR
|
|
.IP
|
|
Causes standardness checks to enforce Pegout Authorization Key(PAK)
|
|
validation before dynamic federations, and consensus enforcement
|
|
after.
|
|
.HP
|
|
\fB\-multi_data_permitted\fR
|
|
.IP
|
|
Allow relay of multiple OP_RETURN outputs. (default: \fB\-enforce_pak\fR)
|
|
.HP
|
|
\fB\-pak\fR
|
|
.IP
|
|
Sets the 'first extension space' field to the pak entries ala
|
|
pre\-dynamic federations. Only used for testing in custom chains.
|
|
.HP
|
|
\fB\-total_valid_epochs\fR
|
|
.IP
|
|
Per\-chain parameter that sets how long a particular fedpegscript is in
|
|
effect for.
|
|
.PP
|
|
Commands:
|
|
.IP
|
|
grind
|
|
.IP
|
|
Perform proof of work on hex header string
|