LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

wasabi

privacy-focused Bitcoin wallet with CoinJoin

TLDR

Start the wallet GUI
$ wassabee
copy
Start the headless daemon
$ wassabeed
copy
Start the daemon on testnet
$ wassabeed --network testnet
copy
Specify a custom data directory
$ wassabeed --datadir [/path/to/data]
copy

SYNOPSIS

wassabee [options]wassabeed [options]

DESCRIPTION

Wasabi Wallet is an open-source, privacy-focused Bitcoin wallet that implements CoinJoin for transaction anonymization. It uses the WabiSabi protocol for trustless, coordinator-based coin mixing.The wallet can run as a graphical application (wassabee) or as a headless daemon (wassabeed) for server deployments. The daemon exposes a JSON-RPC interface for programmatic wallet control. All connections are routed through Tor by default for network-level privacy.

PARAMETERS

--network NETWORK

Bitcoin network to use (main, testnet, regtest).
--datadir DIR
Custom data directory path.
--jsonrpcserverenabled BOOL
Enable JSON-RPC server for remote control.
--jsonrpcserverprefix URL
JSON-RPC server URL prefix.
--help
Display help.
--version
Display version.

CAVEATS

CoinJoin transactions require a minimum amount and incur coordinator fees. Tor is bundled and used by default. Written in C# (.NET).

SEE ALSO

electrum(1), lnd(1)

Copied to clipboard
Kai