Bitcoin Core  0.21.1
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules
Classes | Namespaces | Typedefs | Functions | Variables
miner.h File Reference
#include <optional.h>
#include <primitives/block.h>
#include <txmempool.h>
#include <validation.h>
#include <memory>
#include <stdint.h>
#include <boost/multi_index_container.hpp>
#include <boost/multi_index/ordered_index.hpp>
Include dependency graph for miner.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  CBlockTemplate
 
struct  CTxMemPoolModifiedEntry
 
struct  CompareCTxMemPoolIter
 Comparator for CTxMemPool::txiter objects. More...
 
struct  modifiedentry_iter
 
struct  CompareTxIterByAncestorCount
 
struct  update_for_parent_inclusion
 
class  BlockAssembler
 Generate a new block, without valid proof-of-work. More...
 
struct  BlockAssembler::Options
 

Namespaces

 Consensus
 Transaction validation functions.
 

Typedefs

typedef
boost::multi_index_container
< CTxMemPoolModifiedEntry,
boost::multi_index::indexed_by
< boost::multi_index::ordered_unique
< modifiedentry_iter,
CompareCTxMemPoolIter >
, boost::multi_index::ordered_non_unique
< boost::multi_index::tag
< ancestor_score >
, boost::multi_index::identity
< CTxMemPoolModifiedEntry >
, CompareTxMemPoolEntryByAncestorFee > >> 
indexed_modified_transaction_set
 
typedef
indexed_modified_transaction_set::nth_index
< 0 >::type::iterator 
modtxiter
 
typedef
indexed_modified_transaction_set::index
< ancestor_score >
::type::iterator 
modtxscoreiter
 

Functions

void IncrementExtraNonce (CBlock *pblock, const CBlockIndex *pindexPrev, unsigned int &nExtraNonce)
 Modify the extranonce in a block. More...
 
int64_t UpdateTime (CBlockHeader *pblock, const Consensus::Params &consensusParams, const CBlockIndex *pindexPrev)
 
void RegenerateCommitments (CBlock &block)
 Update an old GenerateCoinbaseCommitment from CreateNewBlock after the block txs have changed. More...
 

Variables

static const bool DEFAULT_PRINTPRIORITY = false
 

Typedef Documentation

typedef boost::multi_index_container< CTxMemPoolModifiedEntry, boost::multi_index::indexed_by< boost::multi_index::ordered_unique< modifiedentry_iter, CompareCTxMemPoolIter >, boost::multi_index::ordered_non_unique< boost::multi_index::tag<ancestor_score>, boost::multi_index::identity<CTxMemPoolModifiedEntry>, CompareTxMemPoolEntryByAncestorFee > >> indexed_modified_transaction_set

Definition at line 106 of file miner.h.

typedef indexed_modified_transaction_set::nth_index<0>::type::iterator modtxiter

Definition at line 108 of file miner.h.

typedef indexed_modified_transaction_set::index<ancestor_score>::type::iterator modtxscoreiter

Definition at line 109 of file miner.h.

Function Documentation

void IncrementExtraNonce ( CBlock pblock,
const CBlockIndex pindexPrev,
unsigned int &  nExtraNonce 
)

Modify the extranonce in a block.

Definition at line 438 of file miner.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void RegenerateCommitments ( CBlock block)

Update an old GenerateCoinbaseCommitment from CreateNewBlock after the block txs have changed.

Definition at line 42 of file miner.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

int64_t UpdateTime ( CBlockHeader pblock,
const Consensus::Params consensusParams,
const CBlockIndex pindexPrev 
)

Definition at line 27 of file miner.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

const bool DEFAULT_PRINTPRIORITY = false
static

Definition at line 26 of file miner.h.