File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# # Size of the Bitcoin Core data directory running with default settings.
2
2
# # Suggest rounding up by about 10% so it doesn't need to be updated
3
3
# # too often.
4
- datadir_gb : " 500 "
4
+ datadir_gb : " 600 "
5
5
6
6
# # Size of the datadir with the maximum allowed pruning enabled.
7
7
# # Suggest rounding up a little bit to give room for growth in the UTXO
8
8
# # set and to account for things like pruning only happening
9
9
# # at blk file boundaries and mempool saving.
10
- pruned_gb : " 6 "
10
+ pruned_gb : " 10 "
11
11
12
- # # Size of monthly increase in dadadir size. For 1 MB blocks, 144
12
+ # # Size of monthly increase in datadir size. For 1 MB blocks, 144
13
13
# # blocks per day, 30 days per month, 1000 MB/GB: 1*144*30/1000 = 4.32 GB.
14
14
# # Rounding that up to 5 GB and assuming it could quickly double with
15
15
# # increased segwit adoption gives a range of 5 to 10 GB/month.
You can’t perform that action at this time.
0 commit comments