Merge pull request #7370

fa31133 [Doc] Wallet & Pruning (MarcoFalke)
This commit is contained in:
Wladimir J. van der Laan 2016-01-18 16:30:45 +01:00
commit cda064caa1
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
1 changed files with 11 additions and 0 deletions

View File

@ -263,6 +263,17 @@ sanity check. Since 0.12, these are no longer stored. When loading a
0.12 wallet into an older version, it will automatically rescan to avoid 0.12 wallet into an older version, it will automatically rescan to avoid
failed checks. failed checks.
Wallet: Pruning
---------------
With 0.12 it is possible to use wallet functionality in pruned mode.
However, rescans as well as the RPCs `importwallet`, `importaddress`,
`importprivkey` are disabled.
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 & undo data.
`NODE_BLOOM` service bit `NODE_BLOOM` service bit
------------------------ ------------------------