@@ -167,13 +167,13 @@ To start the API servers, set `electrum_addr`/`http_addr`.
167167- ` addresses ` - an array of addresses to track
168168- ` addresses_file ` - path to file with addresses (one per line)
169169- ` rescan_since ` - the unix timestamp to begin rescanning from, or 'now' to track new transactions only (the default)
170- - ` gap_limit ` - the [ gap limit] ( https://github.com/shesek /bwt#gap-limit ) for address import (defaults to 20)
170+ - ` gap_limit ` - the [ gap limit] ( https://github.com/bwt-dev /bwt#gap-limit ) for address import (defaults to 20)
171171- ` initial_import_size ` - the chunk size to use during the initial import (defaults to 350)
172172- ` force_rescan ` - force rescanning for historical transactions, even if the addresses were already previously imported (defaults to false)
173173
174174#### General settings
175175- ` poll_interval ` - interval for polling new blocks/transactions from bitcoind in seconds (defaults to 5)
176- - ` tx_broadcast_cmd ` - [ custom command] ( https://github.com/shesek /bwt#scriptable-transaction-broadcast ) for broadcasting transactions
176+ - ` tx_broadcast_cmd ` - [ custom command] ( https://github.com/bwt-dev /bwt#scriptable-transaction-broadcast ) for broadcasting transactions
177177- ` verbose ` - verbosity level for stderr log messages (0-4, defaults to 0)
178178- ` require_addresses ` - when disabled, the daemon will start even without any configured wallet addresses (defaults to true)
179179- ` setup_logger ` - enable stderr logging (defaults to true)
@@ -190,7 +190,7 @@ To start the API servers, set `electrum_addr`/`http_addr`.
190190- ` webhooks_urls ` - array of urls to notify with index updates
191191
192192#### UNIX only
193- - ` unix_listener_path ` - path to bind the [ sync notification] ( https://github.com/shesek /bwt#real-time-indexing ) unix socket (off by default)
193+ - ` unix_listener_path ` - path to bind the [ sync notification] ( https://github.com/bwt-dev /bwt#real-time-indexing ) unix socket (off by default)
194194
195195
196196
0 commit comments