You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@
19
19
-[Server setup](#server-setup)
20
20
-[Installation](#installation)
21
21
-[Electrum-only server](#electrum-only-server)
22
+
-[Pruning](#pruning)
22
23
-[Real-time indexing](#real-time-indexing)
23
24
-[Advanced options](#advanced-options)
24
25
-[Electrum plugin](#electrum-plugin) 💥
@@ -161,6 +162,14 @@ This removes several large dependencies and disables the `track-spends` database
161
162
162
163
(Also see the [Electrum plugin](#electrum-plugin).)
163
164
165
+
### Pruning
166
+
167
+
You can use bwt with pruning, but:
168
+
169
+
1. You will have to provide a rescan date that is within the range of non-pruned blocks, or use `none` to disable rescanning entirely (see [here](#rescan-policy--wallet-birthday)).
170
+
171
+
2. Electrum needs to be run with `--skipmerklecheck` to tolerate missing SPV proofs for transactions in pruned blocks.
172
+
164
173
### Real-time indexing
165
174
166
175
By default, bwt will query bitcoind for new blocks/transactions every 5 seconds.
0 commit comments