This repository is now maintained at https://code.samourai.io/whirlpool/whirlpool-client-cli
Command line client for Whirlpool by Samourai-Wallet.
- Download whirlpool-client-cli-[version]-run.jar from releases
- Verify sha256 hash of the jar with signed message in whirlpool-client-cli-[version]-run.jar.sig
- Verify signature with @SamouraiDev 's key
You can setup whirlpool-client-cli in 2 ways:
- command-line: run CLI with
--init
- remotely: run CLI with
--listen
, then use GUI or API
java -jar target/whirlpool-client-version-run.jar
Optional arguments:
--listen
: enable API for remote commands & GUI. Authentication on startup is optional, but you can authenticate on startup with --authenticate--mixs-target
: minimum number of mixs to achieve per UTXO--authenticate
: will ask for your passphrase at startup--list-pools
: list pools and exit
See README-API.md to manage whirlpool-client-cli remotely with REST API.
See README-ADVANCED.md for advanced usage, integration and development.