aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2016-01-18 13:22:10 +0100
committerMarcoFalke <falke.marco@gmail.com>2016-01-18 16:26:57 +0100
commitfa311338d21fe9826fbb053b2b8fe0e0dec9fd25 (patch)
tree8c4078b00e1878f7abf58e6da1e7a2404b6b7734
parent351ffd8482ff812e6b464c870bb4b0bff85e3884 (diff)
downloadbitcoin-fa311338d21fe9826fbb053b2b8fe0e0dec9fd25.tar.xz
[Doc] Wallet & Pruning
-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
------------------------