Command line client for Whirlpool by Samourai-Wallet.
You can setup whirlpool-client-cli in 2 ways:
--init
--listen
, then use GUI or APIjava -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 exitSee README-API.md to manage whirlpool-client-cli remotely with REST API.
See README-ADVANCED.md for advanced usage, integration and development.