![]() |
Bitcoin Core 30.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 | block_reserved_weight {DEFAULT_BLOCK_RESERVED_WEIGHT} |
| The default reserved weight for the fixed-size block header, transaction count and coinbase transaction. 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} |