Today I saw a question about what Bitcoin Core would do if you set prune=1
. The documentation on bitcoin.org states:
A value of
0
disables pruning. The minimal value above0
is550
.
Apparently, the log upon setting prune=1
states:
2017-03-11 10:51:03 Block pruning enabled. Use RPC call pruneblockchain(height) to manually prune block and undo files.
Will Bitcoin Core prune to the minimum disk usage now, or does it just enable manual pruning?
The asker was running Bitcoin Core 0.14.0, if it makes a difference.
rescan
you can check balances on addresses for a longer period of time into the history without needing to redo the initial synchronization. – Murch May 17 '17 at 18:04