File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,8 @@ Release Process
31
31
* Update the following variables in [ ` src/chainparams.cpp ` ] ( /src/chainparams.cpp ) for mainnet, testnet, and signet:
32
32
- ` m_assumed_blockchain_size ` and ` m_assumed_chain_state_size ` with the current size plus some overhead (see
33
33
[ this] ( #how-to-calculate-assumed-blockchain-and-chain-state-size ) for information on how to calculate them).
34
- - ` chainTxData ` with statistics about the transaction count and rate. Use the output of the ` getchaintxstats ` RPC, see
34
+ - ` chainTxData ` with statistics about the transaction count and rate. Use the output of the ` getchaintxstats ` RPC with an
35
+ ` nBlocks ` of 4096 (28 days) and a ` bestblockhash ` of RPC ` getbestblockhash ` ; see
35
36
[ this pull request] ( https://github.com/bitcoin/bitcoin/pull/20263 ) for an example. Reviewers can verify the results by running
36
37
` getchaintxstats <window_block_count> <window_final_block_hash> ` with the ` window_block_count ` and ` window_final_block_hash ` from your output.
37
38
- ` nMinimumChainWork ` and ` defaultAssumeValid ` (and the block height comment) with information from the ` getblockheader ` (and ` getblockhash ` ) RPCs.
You can’t perform that action at this time.
0 commit comments