mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 17:56:16 +00:00
full-node: Add note about txindex and rescan
This commit is contained in:
parent
54422ffcbf
commit
941d4e5d5e
1 changed files with 2 additions and 1 deletions
|
@ -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
|
reduce storage requirements. This can reduce the disk usage from over 100GB to
|
||||||
around 2GB.
|
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`.
|
and `importprivkey`.
|
||||||
|
|
||||||
To enable block pruning set `prune=<N>` on the command line or in `bitcoin.conf`,
|
To enable block pruning set `prune=<N>` on the command line or in `bitcoin.conf`,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue