From d15f4752f0fac61446f3c2cef2d0f1542eff386d Mon Sep 17 00:00:00 2001 From: Will Binns Date: Tue, 3 Jan 2017 00:05:01 -0600 Subject: [PATCH] full-node: Revise disabled RPCs This removes two of the RPCs because they were later reenabled in Bitcoin Core when in pruning mode. --- en/full-node.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/en/full-node.md b/en/full-node.md index 45c34973..74eab711 100644 --- a/en/full-node.md +++ b/en/full-node.md @@ -1293,9 +1293,8 @@ It is possible to configure your node to to run in pruned mode in order to reduce storage requirements. This can reduce the disk usage from over 100GB to around 2GB. -Running a node in pruned mode is incompatible with `-txindex` -and `-rescan` and disables the RPCs `importwallet`, `importaddress`, -and `importprivkey`. +Running a node in pruned mode is incompatible with `-txindex` and `-rescan`. It +also disables the RPC `importwallet`. 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 and undo data.