Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 910 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 910 Bytes

whirlpool-cli-pairing

Generate the Whirlpool pairing code without the Samourai Wallet app.

Usage

$ java -jar whirlpool-cli-pairing.jar

For testnet, append -t or --testnet.

After generation, input the code in whirlpool-gui or whirlpool-client-cli to start mixing.

If using your own Dojo (recommended), refer to the RoninDojo Wiki for instructions.

Compiling

Maven 3+ and JDK 11+ are required. First, clone the project and cd to it:

git clone https://github.com/ottosch/whirlpool-cli-pairing

Then download dependencies and compile it with maven:

mvn clean compile assembly:single

The jar file will be located in target directory.