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
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -134,10 +134,10 @@ your `--bitcoind-url` (defaults to `http://127.0.0.1:<default-rpc-port>`),
134
134
135
135
You can set multiple `--xpub`s to track. This also supports ypubs and zpubs.
136
136
137
-
Alternatively, you can also track output script descriptord via`--descriptor`. For example, `--descriptor 'wpkh(<xpub>/0/*)'`.
137
+
You can also track output script descriptors using`--descriptor`. For example, `--descriptor 'wpkh(<xpub>/0/*)'`.
138
138
139
139
Rescanning can be controlled with `--xpub <xpub>@<rescan>`. You can specify `<rescan>` with the wallet birthday formatted
140
-
as `yyyy-mm-dd` to scan from that date onwards only, or use `none` to disable rescanning entirely (for newly created wallets).
140
+
as `yyyy-mm-dd` to scan from that date onwards only, or use `now` to disable rescanning and watch for new transactions only (for newly created wallets).
141
141
*Setting this can significantly speed up scanning and is highly recommended.*
142
142
143
143
By default, the Electrum server will be bound on port `50001`/`60001`/`60401` (according to the network)
@@ -263,15 +263,12 @@ For example, to broadcast transactions over Tor using the blockstream.info onion
263
263
264
264
You can setup bwt as an Electrum plugin that embeds the Electrum server into the Electrum wallet.
265
265
266
-
> ⚠️ **NOTE:** The plugin supports watch-only wallets only and **cannot be used with hot wallets**.
267
-
> This is done as a security measure, which is expected to eventually be relaxed.
268
-
> You can use the plugin with hardware wallets or with an offline Electrum setup.
269
-
> For hot wallets, you will need to setup a standalone server instead of using the plugin, ideally away from your keys.
266
+

270
267
271
268
Download the `electrum_plugin` package from the [releases page](https://github.com/shesek/bwt/releases), verify the signature and unpack into your `electrum/plugins` directory.
272
269
After restarting Electrum, you should see bwt in the list of installed plugins under `Tools -> Plugins`.
273
270
274
-
The plugin supports Electrum v3 and v4. It is available for Linux, Mac, Windows and ARM.
271
+
The plugin supports Electrum v3 and v4. It works with multi-signature wallets. It is available for Linux, Mac, Windows and ARM.
275
272
276
273
Note that it is not possible to install external plugins with the Electrum AppImage or standalone Windows executable.
277
274
You will need to [run from tar.gz](https://github.com/spesmilo/electrum/#running-from-targz) on Linux, use the Windows installer, or [run from source](https://github.com/spesmilo/electrum/#development-version-git-clone).
@@ -282,7 +279,10 @@ To avoid connecting to public servers while setting up the plugin, make sure the
282
279
283
280
To build the plugin from source, first build the binary as [described here](#from-source), copy it into the `contrib/electrum-plugin` directory, then place that directory under `electrum/plugins`, *but renamed to `bwt`* (Electrum won't recognize it otherwise).
284
281
285
-

282
+
> ⚠️ **NOTE:** The plugin supports watch-only wallets only and **cannot be used with hot wallets**.
283
+
> This is done as a security measure, which is expected to eventually be relaxed.
284
+
> You can use the plugin with hardware wallets or with an offline Electrum setup.
285
+
> For hot wallets, you will need to setup a standalone server instead of using the plugin, ideally away from your keys.
286
286
287
287
## Manual Electrum setup (without the plugin)
288
288
@@ -292,14 +292,14 @@ To build the plugin from source, first build the binary as [described here](#fro
0 commit comments