Skip to content

Commit 9279a55

Browse files
committed
Document new options
1 parent be93a4e commit 9279a55

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ To start the API servers, set `electrum_addr`/`http_addr`.
172172
- `gap_limit` - the [gap limit](https://github.com/bwt-dev/bwt#gap-limit) for address import (defaults to 20)
173173
- `initial_import_size` - the chunk size to use during the initial import (defaults to 350)
174174
- `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)
175176

176177
### Authentication
177178

@@ -189,6 +190,7 @@ See [`auth.md`](https://github.com/bwt-dev/bwt/blob/master/doc/auth.md) for more
189190
- `verbose` - verbosity level for stderr log messages (0-4, defaults to 0)
190191
- `require_addresses` - when disabled, the daemon will start even without any configured wallet addresses (defaults to true)
191192
- `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`)
192194

193195
#### Electrum
194196
- `electrum_addr` - bind address for electrum server (off by default)

0 commit comments

Comments
 (0)