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
+7-23Lines changed: 7 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,8 +63,8 @@ and install bwt using one of the methods below.
63
63
64
64
### Installation
65
65
66
-
*New in v0.1.1*: You can now also [install bwt as an Electrum plugin](#electrum-plugin) with an embedded server
67
-
(which doesn't require the standalone server installation described below).
66
+
💥 Electrum desktop users can also [install bwt as an Electrum plugin](https://github.com/bwt-dev/bwt-electrum-plugin),
67
+
which provides a GUI and doesn't require the standalone server installation described below.
68
68
69
69
#### Signed pre-built binaries
70
70
@@ -188,7 +188,7 @@ or downloading the `electrum_only` pre-built binary.
188
188
This removes several large dependencies and disables the `track-spends` database index
189
189
(which is not needed for the electrum server).
190
190
191
-
(Also see the [Electrum plugin](#electrum-plugin).)
191
+
(Also see the [Electrum plugin](https://github.com/bwt-dev/bwt-electrum-plugin).)
192
192
193
193
### Pruning
194
194
@@ -268,28 +268,12 @@ For example, to broadcast transactions over Tor using the blockstream.info onion
268
268
269
269
## Electrum plugin
270
270
271
-
You can setup bwt as an Electrum plugin that embeds the Electrum server into the Electrum wallet.
271
+
You can setup bwt as an Electrum plugin, which allows connecting Electrum to a Bitcoin Core full node backend
272
+
by running an embedded Electrum server within the Electrum wallet itself.
272
273
273
-

274
-
275
-
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.
276
-
After restarting Electrum, you should see bwt in the list of installed plugins under `Tools -> Plugins`.
277
-
278
-
The plugin supports Electrum v3 and v4. It works with multi-signature wallets. It is available for Linux, Mac, Windows and ARM.
279
-
280
-
Note that it is not possible to install external plugins with the Electrum AppImage or standalone Windows executable.
281
-
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).
274
+
See https://github.com/bwt-dev/bwt-electrum-plugin for more details and installation instructions.
282
275
283
-
The plugin automatically configures Electrum with `--oneserver` (to avoid connecting to public servers) and `--skipmerklecheck` (necessary for [pruning](#pruning)).
284
-
285
-
To avoid connecting to public servers while setting up the plugin, make sure the "auto connect" feature is disabled or run Electrum with `--offline` until everything is ready.
286
-
287
-
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).
288
-
289
-
> ⚠️ **NOTE:** The plugin supports watch-only wallets only and **cannot be used with hot wallets**.
290
-
> This is done as a security measure, which is expected to eventually be relaxed.
291
-
> You can use the plugin with hardware wallets or with an offline Electrum setup.
292
-
> For hot wallets, you will need to setup a standalone server instead of using the plugin, ideally away from your keys.
276
+

0 commit comments