From fa311338d21fe9826fbb053b2b8fe0e0dec9fd25 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Mon, 18 Jan 2016 13:22:10 +0100 Subject: [PATCH] [Doc] Wallet & Pruning --- doc/release-notes.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/release-notes.md b/doc/release-notes.md index b8cb33405..0b8339aae 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=` 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 ------------------------