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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -172,6 +172,7 @@ To start the API servers, set `electrum_addr`/`http_addr`.
172
172
-`gap_limit` - the [gap limit](https://github.com/bwt-dev/bwt#gap-limit) for address import (defaults to 20)
173
173
-`initial_import_size` - the chunk size to use during the initial import (defaults to 350)
174
174
-`force_rescan` - force rescanning for historical transactions, even if the addresses were already previously imported (defaults to false)
175
+
-`no_wait_sync` - don't wait for bitcoind to finish syncing up before importing addresses (useful with pruning for scanning during IBD, off by default)
175
176
176
177
### Authentication
177
178
@@ -189,6 +190,7 @@ See [`auth.md`](https://github.com/bwt-dev/bwt/blob/master/doc/auth.md) for more
189
190
-`verbose` - verbosity level for stderr log messages (0-4, defaults to 0)
190
191
-`require_addresses` - when disabled, the daemon will start even without any configured wallet addresses (defaults to true)
191
192
-`setup_logger` - enable stderr logging (defaults to true)
193
+
-`prune_until` - prune blocks before the given height or unix timestamp (off by default, requires bitcoind to be configured with `prune=1`)
192
194
193
195
#### Electrum
194
196
-`electrum_addr` - bind address for electrum server (off by default)
0 commit comments