← Back to Home Privacy Wallet

Wasabi 2.8.0 and the State of Bitcoin Privacy Wallets in 2026

Wasabi's biggest release in years kills its own backend, pays inside coinjoins, and edges toward full network sovereignty. Here is what changed, why it matters, and where Bitcoin privacy wallets still fall short.

Sovereign Wealth Engineering

You run a Bitcoin wallet that promises privacy. You trust it to break the link between your identity and your coins. But behind the scenes, for years, that wallet phoned home to a single server run by the wallet's developers to fetch the data it needed to function. If that server went down, or was seized, or was served a legal order, your "private" wallet would degrade into a slow,blind client.

That server is now gone. With Wasabi Wallet 2.8.0, released last week, the wallet synchronizes directly with Bitcoin's peer-to-peer network of nodes. No middleman. No central indexer to subpoena. This is the headline of a release that removes more single points of failure in one go than most wallets address in their entire roadmap.

If your privacy tool depends on a server the developer controls, your privacy is only as strong as that developer's legal jurisdiction. The fix is not better cryptography. It is removing the dependency entirely.

What Actually Changed in 2.8.0

Wasabi 2.8.0 is not a maintenance release. It is a structural one. Eight highlighted features, each of which solves a real problem for people who use Bitcoin privately. Here are the ones that matter most for a self-custody user in 2026.

Direct synchronization with the Bitcoin P2P network

Wasabi pioneered compact block filters (BIP 158) years ago — a technique that lets a wallet figure out which transactions are relevant to it without downloading the chain or revealing its addresses. Until now, Wasabi ran its own server to build and hand out those filters. That server was a single point of failure.

In 2.8.0, the wallet pulls those filters directly from ordinary Bitcoin nodes over the P2P network. The centralized filter server is gone. New users also get "wallet birthday" checkpoints, so a freshly generated wallet does not waste hours downloading ancient history it could never need.

Pay inside the coinjoin

Ordinarily, paying someone from a coinjoined wallet leaks information: how long you held your coins, how much change you have left, and the fact that you are the payer. Wasabi 2.8.0 lets you send a payment inside a coinjoin transaction itself. The receiver can no longer tell how seasoned your inputs were. Your change size stays hidden. And you can batch several payments into one transaction without revealing they came from the same person.

Sub-1 sat/vByte fees

Fees can now be set as low as 0.1 sat/vByte. On a quiet mempool, that can save up to 90% on mining fees compared to the previous floor of 1 sat/vByte. If a low-fee transaction stalls, Replace-By-Fee (RBF) is available to nudge it through. The whole stack is full-RBF by default since v2.7.0, so bumping a stuck transaction is always an option.

Payment batching, arm64 Linux, Tails and Whonix

You can now pay multiple addresses in one transaction, which economizes on block space. The privacy-OS crowd gets a real win too: Wasabi now runs natively on arm64 Linux, and installations on Tails and Whonix are automatic — no more manual Tor gymnastics.

A scripting language and a forward-compatible Tor

An experimental Scheme scripting engine is now available, making the wallet programmable and queryable by power users. The Tor Project drops network support for versions older than 0.4.9 on September 1, 2026 — Wasabi has already bumped its bundled Tor to 0.4.8.21 to stay ahead of that deadline, with forward compatibility for the jump to 0.4.9.

The Big Picture: How We Got Here

The privacy story in Wasabi does not start at 2.8.0. It is the endgame of a multi-version effort to make the wallet unkillable.

Read the surface from version to version and the through-line is obvious: Wasabi has spent the last two years systematically deleting every reason the wallet could stop working. Server dependency gone. GitHub dependency softened with Nostr fallback. Bitcoin Core dependency removed. Tor dependency future-proofed. Each release trims another wire that could be cut.

Where the Wider Wallet Field Stands

Wasabi is not alone in the privacy-wallet lane. To judge the release honestly, you have to know the competition.

What sets Wasabi apart in 2026 is not any single feature. It is that it is now the only privacy-focused desktop wallet that can run end-to-end with no trusted server, no bundled Bitcoin Core, manual Tor for privacy-OS users, and a coinjoin coordinator that ships as a default onion service. That is a meaningful reduction in trust surface.

Worth noting: BIP-47 payment codes and reusable addresses are still maturing across wallets, and you should not assume privacy just because a feature exists. Verify that a coinjoin wallet's coordinator logs are ephemeral, that you can point it at your own node, and that the wallet does not phone home for fees or exchange rates unless you opt in.

Honest Limits of This Release

This is a genuinely important release, but it is not magic. Real trade-offs remain:

What To Do Next

If you self-custody Bitcoin and care about privacy, version 2.8.0 is worth the upgrade for the serverless filters alone. Here is the sane path:

If your privacy setup has grown beyond a single desktop wallet — multi-wallet custody, corporate treasury flows, or cold/hot split architectures — a release like this is the right moment for a privacy audit. Coinjoin strategy, coordinator choice, and coin selection policy all interact, and a fresh upgrade is the cheapest time to revisit them.

Audit Your Privacy Stack

Get a structured review of your coinjoin strategy, coordinator trust, and backup redundancy.

Book Audit

Sources: Wasabi Wallet release notes (GitHub) · Wasabi Wallet official site · Related reading: Why Your Next Hardware Wallet Needs a QWERTY Keyboard