Bitcoin Core 28.99.0
P2P Digital Currency
|
#include <miner.h>
Public Attributes | |
size_t | nBlockMaxWeight {DEFAULT_BLOCK_MAX_WEIGHT} |
CFeeRate | blockMinFeeRate {DEFAULT_BLOCK_MIN_TX_FEE} |
bool | test_block_validity {true} |
bool | print_modified_fee {DEFAULT_PRINT_MODIFIED_FEE} |
Public Attributes inherited from node::BlockCreateOptions | |
bool | use_mempool {true} |
Set false to omit mempool transactions. More... | |
size_t | coinbase_max_additional_weight {4000} |
The maximum additional weight which the pool will add to the coinbase scriptSig, witness and outputs. More... | |
size_t | coinbase_output_max_additional_sigops {400} |
The maximum additional sigops which the pool will add in coinbase transaction outputs. More... | |
CScript | coinbase_output_script {CScript() << OP_TRUE} |
Script to put in the coinbase transaction. More... | |
CFeeRate node::BlockAssembler::Options::blockMinFeeRate {DEFAULT_BLOCK_MIN_TX_FEE} |
size_t node::BlockAssembler::Options::nBlockMaxWeight {DEFAULT_BLOCK_MAX_WEIGHT} |
bool node::BlockAssembler::Options::print_modified_fee {DEFAULT_PRINT_MODIFIED_FEE} |
bool node::BlockAssembler::Options::test_block_validity {true} |