6 #ifndef BITCOIN_CONSENSUS_PARAMS_H 7 #define BITCOIN_CONSENSUS_PARAMS_H 71 #endif // BITCOIN_CONSENSUS_PARAMS_H int64_t nPowTargetTimespan
bool fPowAllowMinDifficultyBlocks
int nSubsidyHalvingInterval
bool nBIP34Enabled
Block height and hash at which BIP34 becomes active.
uint256 powLimit
Proof of work parameters.
Struct for each individual consensus rule change using BIP9.
int64_t nStartTime
Start MedianTime for version bits miner confirmation.
int64_t nPowTargetSpacing
uint32_t nMinerConfirmationWindow
Parameters that influence chain consensus.
int64_t DifficultyAdjustmentInterval() const
int64_t nTimeout
Timeout/expiry MedianTime for the deployment attempt.
uint256 nMinimumChainWork
uint256 defaultAssumeValid
uint32_t nRuleChangeActivationThreshold
Minimum blocks including miner confirmation of the total of 2016 blocks in a retargeting period...
int bit
Bit position to select the particular bit in nVersion.
BIP9Deployment vDeployments[MAX_VERSION_BITS_DEPLOYMENTS]