Latest Release

  • Repository: zkSNACKs/WalletWasabi
  • Published on: 2024-06-08 09:57:04 UTC
  • Version Tag: v2.0.8.1
  • By: lontivero
  • On GitHub: zkSNACKs/WalletWasabi/releases

Wasabi Wallet is an easy to use, privacy-focused, open-source, non-custodial, Bitcoin wallet

Download

:window: Windows :green_apple: Apple M1/M2 :apple: Apple Intel :penguin: Ubuntu / Debian :penguin: Other Linux


Release Highlights

💸 Set maximum coinjoin mining fee rate 🔒 Set maximum coinjoin coordination service fee 👀 Verify coinjoin mining fee matches requested rate

Release Summary

Wasabi Wallet v2.0.8.1 adds additional safeguards for coinjoin fees. Clients can now set their own fee policies to avoid participating in coinjoin rounds that cost more than expected.

Set Maximum coinjoin mining fee rate:

In previous versions of Wasabi, transaction fees for coinjoins were controlled using the “Coinjoin Time Preference” setting. This abstracts the concept of fees so users can coinjoin at the cheapest time of the day, week, or month.

This version allows users to specify the exact fee threshold (in sats/vbyte) that they are willing to pay so that overpriced rounds are skipped. The default maximum fee rate is set to 150 sats/vbyte.

Set maximum coinjoin coordination service fee:

Coinjoin coordinators may charge a service fee from participants in their rounds. Before, clients automatically rejected any coordinator fee over 1%. However, this is not sufficient to protect users against reckless coordinator configs that provide little privacy per round without free remixing.

The default coordination fee rate is now set to 0%, users can opt in to increasing this limit in order to use paid coordinators.

Verify coinjoin mining fee rate matches requested rate:

If a coordinator requests a specific fee rate at input registration, clients will ensure that the final fee rate matches (or exceeds) the originally requested value. This prevents a malicious coordinator from pocketing fees that users intended to pay to miners.


Installation Guide

Download the operating system relevant software package and install Wasabi like you would with any other software on your computer. For a detailed installation guide, including signature verification, see the documentation.

Documentation

:spider_web: Website :onion: Tor onion site :orange_book: Documentation :grey_question: FAQ

Advanced Guide

If you want to build or update Wasabi from source code, check out these easy instructions.

Wasabi uses reproducible builds, which you can verify with this guide.

Requirements

  • Windows 10 1607+
  • Windows 11 22000+
  • macOS 12.0+
  • Ubuntu 22.04+
  • Fedora 37+
  • Debian 11+

What's Changed

  • Delete DeveloperFeatures.md by @soosr in https://github.com/WalletWasabi/WalletWasabi/pull/13137
  • Fix double paste issue in the CurrencyEntryBox by @wieslawsoltes in https://github.com/WalletWasabi/WalletWasabi/pull/13149
  • Introduce MaxAllowedCoordinationFeeRate setting by @turbolay in https://github.com/WalletWasabi/WalletWasabi/pull/13144
  • chore: update CONTRIBUTING.md by @jinjiadu in https://github.com/WalletWasabi/WalletWasabi/pull/13124
  • add backend uri to the UI by @soosr in https://github.com/WalletWasabi/WalletWasabi/pull/13153
  • Fixed tests broken in #13153 by @turbolay in https://github.com/WalletWasabi/WalletWasabi/pull/13155
  • Introduce whitespace removal behavior by @turbolay in https://github.com/WalletWasabi/WalletWasabi/pull/13146
  • Introduce MaxAllowedCoinjoinMiningFeeRate setting by @turbolay in https://github.com/WalletWasabi/WalletWasabi/pull/13150
  • Introduce Coordinator Tab by @turbolay in https://github.com/WalletWasabi/WalletWasabi/pull/13156
  • Fix merge error by @turbolay in https://github.com/WalletWasabi/WalletWasabi/pull/13159
  • Paste behavior: Fix inverse selection + CaretIndex by @turbolay in https://github.com/WalletWasabi/WalletWasabi/pull/13161
  • Bump version to 2.0.8.1 by @soosr in https://github.com/WalletWasabi/WalletWasabi/pull/13160
  • Assert that effective fee rate is at least what was agreed on by @turbolay in https://github.com/WalletWasabi/WalletWasabi/pull/13151
  • Fix broken test by @lontivero in https://github.com/WalletWasabi/WalletWasabi/pull/13162

New Contributors

  • @jinjiadu made their first contribution in https://github.com/WalletWasabi/WalletWasabi/pull/13124

Full Changelog: https://github.com/WalletWasabi/WalletWasabi/compare/v2.0.8...v2.0.8.1

Data updated on: 2024-07-01 13:14 UTC