Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Appendix B. Mainnet Parameters

This appendix collects network parameters and historical consensus exceptions that are inputs to $Rules(N,C,h,t)$. Mainnet is the default network for this specification.

Mainnet parameters

ParameterValue
Genesis hash000000000019d6689c085ae165831e93 4ff763ae46a2a6c172b3f1b60a8ce26f
Genesis Merkle root4a5e1e4baab89f3a32518a88c31bc87f 618f76673e2cc77ab2127b7afdeda33b
Message startf9 be b4 d9
Subsidy halving intervalSUBSIDY_HALVING_INTERVAL
Proof-of-work target spacingTARGET_SPACING
Proof-of-work target timespanTARGET_TIMESPAN
Bech32 human-readable partbc

Other networks, including testnet, testnet4, signet, and regtest, have distinct genesis blocks, proof-of-work limits, retargeting exceptions, message-start bytes, ports, address prefixes, and activation parameters. Their rules are not inferred from mainnet.

Historical exceptions

ExceptionRule
Genesis coinbaseThe genesis block’s coinbase transaction is part of the block history but its output is not inserted into $U$ by normal block connection.
BIP30 duplicatesHistorical duplicate-transaction cases are handled by the BIP30 no-overwrite rule and its deployed exceptions. Outside those exceptions, creating an output whose outpoint is already unspent is invalid.
Buried activationsMainnet rules whose activation heights are buried in contemporary software are represented by $Rules(N,C,h,t)$, not by live versionbits state.
Future-dated blocksA block whose timestamp is more than MAX_FUTURE_BLOCK_TIME after the node’s current clock is temporarily ineligible for active validation, not permanently invalid.

Signet uses a block signature challenge in the witness commitment payload. Testnet4 and regtest can enforce BIP94 timewarp mitigation through network parameters; mainnet does not set that parameter in the Bitcoin Core 31.0 baseline (sources: bip-0030,bip-0034,bip-0094,bip-0325,bitcoin-core-v31).