Wasabi Wallet v2.4.0
Wasabi Wallet is an easy to use, privacy-focused, open-source, non-custodial, Bitcoin wallet.
Download
🪟 Windows
🍏 Apple M1/M2
🍎 Apple Intel
🐧 Ubuntu / Debian
🐧 Other Linux
Release Highlights
🤫 Send to Silent Payment addresses
🎁 Donation Button
🧪 TestNet 3 -> TestNet 4
📝 Release Notes in the client
Release Summary
Wasabi Wallet v2.4.0 brings send to Silent Payment addresses!
🤫 Send to Silent Payment addresses
Silent Payments are privately reusable static addresses. While sending Bitcoin to them is as easy as sending to regular addresses, it is not possible for an observer to link several payments to the same Silent Payments address.
They are useful to send an address to multiple persons at the same time (tips, donations...) or to make multiple payments between the same entities (salary, rent...).
Wasabi is now one of the first wallet to support send to Silent Payment addresses, and we hope that more wallets will join! We are working on allowing receiving, please bear with us!
🎁 Donation Button
Wasabi is Free Open Source Software (FOSS).
No service is provided, and therefore it doesn't generate any revenue.
However, maintaining and improving the software requires ongoing effort, such as maintenance, continuous improvement, bug fixes, testing, documentation, regular updates etc...
While Wasabi is one of the best tools available to use Bitcoin privately, achieving flawless financial-sovereign privacy is still a work in progress.
There are many features yet to be implemented, and your support can help make them a reality.
Additionally, contributors cover static costs, such as server expenses and release management, using their personal funds.
A donate button has been added on the main screen.
It uses Silent Payments, so it's a great way to test that new feature!
By donating, you’re directly supporting the developers who work tirelessly to maintain and improve Wasabi Wallet and make Bitcoin privacy accessible for everyone.
🧪 TestNet 3 -> TestNet 4
Instead of TestNet 3, Wasabi now uses TestNet 4.
This new network has slightly different mechanisms that mitigates some of the problems that were undermining TestNet 3 to the point that it is basically unusable.
While using the test network will be much more enjoyable now, coins from TestNet 3 don't exist on this new network. You must use a faucet and get yourself TestNet 4 coins.
📝 Release Notes in the client
If you've reached this far, you've probably noticed that the release notes highlights are now available in the client! They are displayed every first launch after an update.
Full release notes are still available on GitHub.
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
🕸️ Website
🧅 Tor onion site
📙 Documentation
❔ 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
Bug fixes
- Fix some layout regressions by @turbolay in #13612
- Use
Keyinstead ofExtKeyby @lontivero in #13616 - Crypto for Silent Payments by @lontivero in #13617
- Fix Wallet has no key chain by @lontivero in #13635
- Fix import json from ColdCard Q by @turbolay in #13640
- Add P2SH as unknown script types by @lontivero in #13636
Features
- Silent payments - Sending part (RPC) by @lontivero in #13619
- Silent Payment support in the UI by @lontivero in #13621
- Donate button by @turbolay in #13645
- Display release highlights when new version first launch by @turbolay in #13620
- Use TestNet4 as testnet by @lontivero in #13624
- Update NBitcoin version by @lontivero in #13623
Miscelleanous
- Remove BuyAnythingButton by @turbolay in #13644
- Wire components using IoC by @lontivero in #13076
- tx preview: remove privacycontentcontrol from fee rate by @MarnixCroes in #13622
Full Changelog: v2.3.1...v2.4.0