github digitalbitbox/bitbox-wallet-app v4.32.0

latest releases: v4.42.0, v4.42.0-rc2, v4.42.0-rc1...
2 years ago

Release notes

  • Bundle BitBox02 Bitcoin-only firmware version 9.10.0
  • Bundle BitBox02 Multi firmware version 9.10.0
  • Add support for BIP-86 taproot receive addresses
  • Show coin subtotals in 'My portfolio'
  • Add QR-code scanner to Ethereum
  • Transaction details: make transaction ID copyable without opening the block explorer
  • Improve account loading speed when there are many transactions in the account
  • Desktop: add a configuration option using the environment variable BITBOXAPP_RENDER to enable
    users to turn off forced software rendering. Use BITBOXAPP_RENDER=auto to use Qt's default
    rendering backend.

Verifying the release

Get a public key of security@shiftcrypto.ch with fingerprint 1AA6 2C17 C56D 4275 A541 2320 9CD5 646C 0AD5 161E:

curl 'https://keys.openpgp.org/vks/v1/by-fingerprint/1AA62C17C56D4275A54123209CD5646C0AD5161E' | gpg --import

Download the app for your platform and the corresponding .asc file and place them in the same folder.

We will verify the signature of the macOS release as an example. The other files are verified in the same way by replacing the filename.

To verify the signature, execute:

gpg --verify BitBox-4.32.0-macOS.zip.asc

You should see the following output:

gpg --verify BitBox-4.32.0-macOS.zip.asc
gpg: assuming signed data in 'BitBox-4.32.0-macOS.zip'
gpg: Signature made <DATE AND TIME>
gpg:                using RSA key 1AA62C17C56D4275A54123209CD5646C0AD5161E
gpg: Good signature from "ShiftCrypto Security <security@shiftcrypto.ch>" [ultimate]

(The [ultimate] could say [unknown] or something else depending on your trust level.)

Don't miss a new bitbox-wallet-app release

NewReleases is sending notifications on new releases.