From 941d4e5d5e36840ae612057911ffaab277f9a3be Mon Sep 17 00:00:00 2001 From: Will Binns Date: Sun, 1 Jan 2017 22:07:49 -0600 Subject: [PATCH] full-node: Add note about txindex and rescan --- en/full-node.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/en/full-node.md b/en/full-node.md index 5fb0f2e2..af471b60 100644 --- a/en/full-node.md +++ b/en/full-node.md @@ -1293,7 +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 disables the RPCs `importwallet`, `importaddress`, +Running a node in pruned mode is incompatible with `-txindex` +and `-rescan` and disables the RPCs `importwallet`, `importaddress`, and `importprivkey`. To enable block pruning set `prune=` on the command line or in `bitcoin.conf`,