Skip to content

v0.2.2

Compare
Choose a tag to compare
@shesek shesek released this 29 Jan 02:57
· 5 commits to master since this release
v0.2.2
23099b0

Changelog

  • Update to bwt v0.2.2

  • Add instructions and utility script for using the Electrum AppImage (#2)

  • Add "Create wallet if missing" option to the GUI (bwt-dev/bwt#76)

  • Fix multi-signature wallet detection


Installation

Installation instructions are available on the README.

Verifying signatures

The releases are signed by Nadav Ivgi (@shesek). The public key can be verified on the PGP WoT, github, twitter, keybase, hacker news and this video presentation.

# Download (change x86_64-linux to your platform)
$ wget https://github.com/bwt-dev/bwt-electrum-plugin/releases/download/v0.2.2/bwt-electrum-plugin-0.2.2-x86_64-linux.tar.gz

# Fetch public key
$ gpg --keyserver keyserver.ubuntu.com --recv-keys FCF19B67866562F08A43AAD681F6104CD0F150FC

# Verify signature
$ wget -qO - https://github.com/bwt-dev/bwt-electrum-plugin/releases/download/v0.2.2/SHA256SUMS.asc \
  | gpg --decrypt - | grep x86_64-linux | sha256sum -c -

The signature verification should show Good signature from "Nadav Ivgi <[email protected]>" ... Primary key fingerprint: FCF1 9B67 ... and bwt-electrum-plugin-0.2.2-x86_64-linux.tar.gz: OK.

Reproducible builds

The builds are fully reproducible.

You can verify the checksums against the v0.2.2 builds on Travis CI: https://travis-ci.org/github/bwt-dev/bwt-electrum-plugin/builds/756667712

See more details here.