Skip to content

Commit

Permalink
[Doc] Wallet & Pruning
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoFalke committed Jan 18, 2016
1 parent 351ffd8 commit fa31133
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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
------------------------

Expand Down

0 comments on commit fa31133

Please sign in to comment.