← 返回命令列表

Linux command

wasabi 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Start the wallet GUI

wassabee

Start the headless daemon

wassabeed

Start the daemon on testnet

wassabeed --network testnet

Specify a custom data directory

wassabeed --datadir [/path/to/data]

说明

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.

参数

--network _NETWORK_
Bitcoin network to use (main, testnet, regtest).
--datadir _DIR_
Custom data directory path.
--usetor _BOOL_
Enable or disable Tor routing (default: true).
--blockonly _BOOL_
Ignore P2P transactions; only process block data.
--jsonrpcserverenabled _BOOL_
Enable JSON-RPC server for remote control.
--jsonrpcserverprefix _URL_
JSON-RPC server URL prefix.
--help
Display help.
--version
Display version.

FAQ

What is the wasabi command used for?

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.

How do I run a basic wasabi example?

Run `wassabee` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does --network _NETWORK_ do in wasabi?

Bitcoin network to use (main, testnet, regtest).