aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2016-01-18 16:30:45 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2016-01-18 16:31:07 +0100
commitcda064caa13e15a67c8d2bbd0f2e76a624e266fe (patch)
tree1bbf79240ab9ba6b27eb47ef90a9df60a2ba53f9
parent51af87f0786d3a0c9fbff84a9648781138ab84c3 (diff)
parentfa311338d21fe9826fbb053b2b8fe0e0dec9fd25 (diff)
downloadbitcoin-cda064caa13e15a67c8d2bbd0f2e76a624e266fe.tar.xz
Merge pull request #7370
fa31133 [Doc] Wallet & Pruning (MarcoFalke)
-rw-r--r--doc/release-notes.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index b8cb33405f..0b8339aae7 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -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
------------------------