Update chain parameters for upcoming major release. See doc/release-process.md for review instructions.
m_assumed_blockchain_size
,m_assumed_chain_state_size
:
0bitcoin$ du -h .
1105M ./blocks/index
2415G ./blocks
34.5G ./chainstate
4420G .
5bitcoin$ python3
6Python 3.9.10 (main, Jan 16 2022, 17:12:18)
7[GCC 11.2.0] on linux
8Type "help", "copyright", "credits" or "license" for more information.
9>>> 420 * 1.1
10462.00000000000006
11>>> 5 * 1.1
125.5
chainTxData
:
0cli getchaintxstats 4096 000000000000000000052d314a259755ca65944e68df6b12a067ea8f1f5a7091
1{
2 "time": 1645542140,
3 "txcount": 712531200,
4 "window_final_block_hash": "000000000000000000052d314a259755ca65944e68df6b12a067ea8f1f5a7091",
5 "window_final_block_height": 724466,
6 "window_block_count": 4096,
7 "window_tx_count": 6950257,
8 "window_interval": 2404071,
9 "txrate": 2.891036496010309
10}
nMinimumChainWork
,defaultAssumeValid
:
0$ cli getblockhash 724466 # was two from the tip at the time
1000000000000000000052d314a259755ca65944e68df6b12a067ea8f1f5a7091
2$ cli getblockheader 000000000000000000052d314a259755ca65944e68df6b12a067ea8f1f5a7091
3{
4 "hash": "000000000000000000052d314a259755ca65944e68df6b12a067ea8f1f5a7091",
5 "confirmations": 3,
6 "height": 724466,
7 "version": 939515908,
8 "versionHex": "37ffe004",
9 "merkleroot": "35a08d9647972e7c3ec39ee7f4ab434f03445de7c446a4d1acc1254b4546bbbe",
10 "time": 1645542140,
11 "mediantime": 1645539567,
12 "nonce": 188699556,
13 "bits": "170a1078",
14 "difficulty": 27967152532434.23,
15 "chainwork": "00000000000000000000000000000000000000002927cdceccbd5209e81e80db",
16 "nTx": 1948,
17 "previousblockhash": "000000000000000000075e26c23c2ecec4e34699411ccd712ff6f2d252f65a78",
18 "nextblockhash": "0000000000000000000905369cd69f68323e3e8da2933a78bea0b2cdb8baa89f"
19}