mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 02:33:24 -03:00
Release process: exclude huge files for mainnet m_assumed_blockchain_size
This commit is contained in:
parent
b4d2d74767
commit
e538eada7c
1 changed files with 1 additions and 1 deletions
|
@ -301,7 +301,7 @@ Both variables are used as a guideline for how much space the user needs on thei
|
|||
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.
|
||||
|
||||
To calculate `m_assumed_blockchain_size`, take the size in GiB of these directories:
|
||||
- For `mainnet` -> the data directory, excluding the `/testnet3`, `/signet`, and `/regtest` directories
|
||||
- For `mainnet` -> the data directory, excluding the `/testnet3`, `/signet`, and `/regtest` directories and any overly large files, e.g. a huge `debug.log`
|
||||
- For `testnet` -> `/testnet3`
|
||||
- For `signet` -> `/signet`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue