mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 17:56:16 +00:00
Merge branch 'wbnns-add-pruning'
This commit is contained in:
commit
af08f07879
1 changed files with 20 additions and 0 deletions
|
@ -1287,6 +1287,26 @@ If you have any questions about configuring Bitcoin Core, please stop by
|
||||||
one of our [forums](/en/bitcoin-core/help#forums) or [live
|
one of our [forums](/en/bitcoin-core/help#forums) or [live
|
||||||
chatrooms](/en/bitcoin-core/help#live).
|
chatrooms](/en/bitcoin-core/help#live).
|
||||||
|
|
||||||
|
### Reduce Storage
|
||||||
|
|
||||||
|
It is possible to configure your node to to run in pruned mode in order to
|
||||||
|
reduce storage requirements. This can reduce the disk usage from over 100GB to
|
||||||
|
around 2GB.
|
||||||
|
|
||||||
|
Running a node in pruned mode is incompatible with `-txindex` and `-rescan`. It
|
||||||
|
also disables the RPC `importwallet`. Two RPCs that are available and
|
||||||
|
potentially helpful, however, are `importprunedfunds` and `removeprunedfunds`.
|
||||||
|
|
||||||
|
To enable block pruning set `prune=N` on the command line or in `bitcoin.conf`,
|
||||||
|
where `N` is the number of MiB to allot for raw block and undo data.
|
||||||
|
|
||||||
|
A value of `0` disables pruning. The minimal value above `0` is `550`. Your
|
||||||
|
wallet is as secure with high values as it is with low ones. Higher values
|
||||||
|
merely ensure that your node will not shut down upon blockchain reorganizations
|
||||||
|
of more than 2 days - which are unlikely to happen in practice. In future
|
||||||
|
releases, a higher value may also help the network as a whole because stored
|
||||||
|
blocks could be served to other nodes.
|
||||||
|
|
||||||
### Reduce Traffic
|
### Reduce Traffic
|
||||||
|
|
||||||
Some node operators need to deal with bandwith caps imposed by their ISPs.
|
Some node operators need to deal with bandwith caps imposed by their ISPs.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue