You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open a draft of the release notes for collaborative editing at https://github.com/bitcoin-core/bitcoin-devwiki/wiki.
73
+
Open a draft of the release notes for collaborative editing at TBD.
73
74
74
75
For the period during which the notes are being edited on the wiki, the version on the branch should be wiped and replaced with a link to the wiki which should be used for all announcements until `-final`.
75
76
@@ -79,7 +80,7 @@ Generate list of authors:
79
80
80
81
### Setup and perform Guix builds
81
82
82
-
Checkout the Bitcoin Core version you'd like to build:
83
+
Checkout the Template Provider version you'd like to build:
#### <aname="how-to-calculate-assumed-blockchain-and-chain-state-size"></a>How to calculate `m_assumed_blockchain_size` and `m_assumed_chain_state_size`
275
-
276
-
Both variables are used as a guideline for how much space the user needs on their drive in total, not just strictly for the blockchain.
277
-
Note that all values should be taken from a **fully synced** node and have an overhead of 5-10% added on top of its base value.
278
-
279
-
To calculate `m_assumed_blockchain_size`, take the size in GiB of these directories:
280
-
- For `mainnet` -> the data directory, excluding the `/testnet3`, `/testnet4`, `/signet`, and `/regtest` directories and any overly large files, e.g. a huge `debug.log`
281
-
- For `testnet` -> `/testnet3`
282
-
- For `testnet4` -> `/testnet4`
283
-
- For `signet` -> `/signet`
284
-
285
-
To calculate `m_assumed_chain_state_size`, take the size in GiB of these directories:
286
-
- For `mainnet` -> `/chainstate`
287
-
- For `testnet` -> `/testnet3/chainstate`
288
-
- For `testnet4` -> `/testnet4/chainstate`
289
-
- For `signet` -> `/signet/chainstate`
290
-
291
-
Notes:
292
-
- When taking the size for `m_assumed_blockchain_size`, there's no need to exclude the `/chainstate` directory since it's a guideline value and an overhead will be added anyway.
293
-
- The expected overhead for growth may change over time. Consider whether the percentage needs to be changed in response; if so, update it here in this section.
0 commit comments