Skip to content

Samourai-Wallet/whirlpool-client-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

whirlpool-client-cli

This repository is now maintained at https://code.samourai.io/whirlpool/whirlpool-client-cli

Command line client for Whirlpool by Samourai-Wallet.

Getting started

Download and verify CLI

  • 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

Initial setup

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

Run

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

Advanced

See README-API.md to manage whirlpool-client-cli remotely with REST API.

See README-ADVANCED.md for advanced usage, integration and development.

Resources