not fair to not tell us what's between 2.8.0 and 2.8.1 rightaway π€ͺ
Login to reply
Replies (3)
No more server; nothing to shutdown.
## Release Highlights
#### βοΈ P2P synchronization for compact filters
#### π Pay in coinjoin
#### βοΈ Sub-1 sat/vByte transaction fees
#### β»οΈ Payment batching
#### π Support for arm64 Linux, Tails, and Whonix
#### π Scheme scripting language
#### π Signet test network
#### π Forward compatibility for Tor
## Release Summary
Wasabi Wallet v2.8.0 is a massive release with P2P synchronization, faster onboarding, improved privacy, lower fees, and expanded device support.
### βοΈ P2P synchronization for compact filters
Wasabi pioneered the use of compact block filters for private wallet synchronization. This involved implementing a custom indexer to build the filters, and hosting a server to provide them to clients.
Progress continued on block filters, resulting in standardized BIPs and direct support in Bitcoin node software. This version of Wasabi uses Bitcoinβs P2P network to download compact filters, eliminating the centralized server.
Onboarding new users to Wasabi is now faster thanks to wallet birthday checkpoints. Newly generated wallets no longer waste time and bandwidth downloading old blockchain history since it would be impossible for a new wallet to have previously received any transactions.
### π Pay in coinjoin
Sending payments directly inside a coinjoin transaction uses block space more efficiently and improves privacy in several ways:
- The age of your inputs is not revealed, so the receiver does not learn how long youβve held your coins.
- The size of your change is not revealed, so the receiver does not learn the amount of coins you have left over.
- You can batch multiple payments into one transaction without revealing they originate from the same sender.
### βοΈ Sub-1 sat/vByte transaction fees
You can now spend coins using fee rates as low as 0.1 sat/vByte, letting you save up to 90% on mining fees. If a low fee transaction gets βstuckβ, you can use Replace By Fee (RBF) to speed it up.
### β»οΈ Payment batching
You can now pay to multiple addresses in the same transaction. This significantly reduces the amount of block space used compared to sending each payment individually.
### π Support for arm64 Linux, Tails, and Whonix
Linux users with arm64 devices are now part of the Wasabi family. Tails and Whonix installations are now automatic and no longer require manual Tor configuration.
### π Scheme scripting language
The scripting language is an experimental feature that makes Wasabi programmable, queryable, and extensible.
### π Signet test network
Testnet3 and Testnet4 use proof of work for generating blocks, just like mainnet. Because testnet coins have no value, low mining difficulty allows an attacker with a small amount of hashpower to flood blocks or create long reorgs.
Signet is another test network that allows a set of signers to create blocks. This reduces the unpredictable behavior so developers can work with a stable environment.
### π Forward compatibility for Tor
The Tor Project is terminating network support for versions <0.4.9 on September 1, 2026. This release of Wasabi upgrades the bundled Tor dependency to ensure forward compatibility.
# Links
2.8.0
https://github.com/WalletWasabi/WalletWasabi/releases/download/v2.8.0/SHA256SUMS
https://github.com/WalletWasabi/WalletWasabi/releases/download/v2.8.0/SHA256SUMS.asc
https://github.com/WalletWasabi/WalletWasabi/releases/download/v2.8.0/SHA256SUMS.wasabisig
https://github.com/WalletWasabi/WalletWasabi/releases/download/v2.8.0/Wasabi-2.8.0-arm64.dmg
https://github.com/WalletWasabi/WalletWasabi/releases/download/v2.8.0/Wasabi-2.8.0-arm64.dmg.asc
https://github.com/WalletWasabi/WalletWasabi/releases/download/v2.8.0/Wasabi-2.8.0-linux-x64.tar.gz
https://github.com/WalletWasabi/WalletWasabi/releases/download/v2.8.0/Wasabi-2.8.0-linux-x64.tar.gz.asc
https://github.com/WalletWasabi/WalletWasabi/releases/download/v2.8.0/Wasabi-2.8.0-linux-x64.zip
https://github.com/WalletWasabi/WalletWasabi/releases/download/v2.8.0/Wasabi-2.8.0-linux-x64.zip.asc
https://github.com/WalletWasabi/WalletWasabi/releases/download/v2.8.0/Wasabi-2.8.0-macOS-arm64.zip
https://github.com/WalletWasabi/WalletWasabi/releases/download/v2.8.0/Wasabi-2.8.0-macOS-arm64.zip.asc
https://github.com/WalletWasabi/WalletWasabi/releases/download/v2.8.0/Wasabi-2.8.0-macOS-x64.zip
https://github.com/WalletWasabi/WalletWasabi/releases/download/v2.8.0/Wasabi-2.8.0-macOS-x64.zip.asc
https://github.com/WalletWasabi/WalletWasabi/releases/download/v2.8.0/Wasabi-2.8.0-win-x64.zip
https://github.com/WalletWasabi/WalletWasabi/releases/download/v2.8.0/Wasabi-2.8.0-win-x64.zip.asc
https://github.com/WalletWasabi/WalletWasabi/releases/download/v2.8.0/Wasabi-2.8.0.deb
https://github.com/WalletWasabi/WalletWasabi/releases/download/v2.8.0/Wasabi-2.8.0.deb.asc
https://github.com/WalletWasabi/WalletWasabi/releases/download/v2.8.0/Wasabi-2.8.0.dmg
https://github.com/WalletWasabi/WalletWasabi/releases/download/v2.8.0/Wasabi-2.8.0.dmg.asc
https://github.com/WalletWasabi/WalletWasabi/releases/download/v2.8.0/Wasabi-2.8.0.msi
https://github.com/WalletWasabi/WalletWasabi/releases/download/v2.8.0/Wasabi-2.8.0.msi.asc
View quoted note →
I love wasabi wallet. There's really only one thing I miss ... empty the wallet in a private way.
now I have to move every coin separately, ideally in a random time intervals. And normie will never switch to manual coin maintanance.
Feature to do that automatically would be awesome.
(also I don't understand why I have to select coinjoin target wallet after every restart)
You have the coinjoin to a different wallet and payment in coinjoin to fo that.
For more complex things the scripting capability will be the solution. Basically you will be able to automate whatever you do manually today and more.