BitcoinJ extensions: BIP39/44/47/49/69/84/86/125/141/340, bech32, bech32m, PSBT (BIP174).
Samourai toolkit.
See documentation
Build with Maven:
mvn clean install -Dmaven.test.skip=true
Build & Run JUnit Tests with Maven:
mvn clean install
Run JUnit Tests with Maven:
mvn clean test
Run JUnit Test Class with Maven:
mvn clean test -Dtest=xxxxTest
Run JUnit Test Classes with Maven:
mvn clean test -Dtest=xxxxTest1,xxxxTest2
Run JUnit Test Method with Maven:
mvn clean test -Dtest=xxxxTest#testA
Run JUnit Test Methods with Maven:
mvn clean test -Dtest=xxxxTest#testA+testB
Samourai implementation based on original BIP, extends bitcoinj.
Samourai implementation based on original BIP, extends bitcoinj.
Samourai implementation based on original BIP by Justus Ranvier. Extends BIP44 implementation (above). Further modifications have been made to incorporate Segwit addresses into BIP47.
Samourai P2SH-P2WPKH implementation based on original BIP by Daniel Weigl and includes support for BIP49-specific XPUBs: YPUB.
Samourai implementation based on original BIP by Kristov Atlas.
Samourai implementation based on original BIP by Pavol Rusnak.
Samourai implementation based on original BIP by David A. Harding and Peter Todd.
Samourai spends to bech32 addresses P2WPKH based on original BIP by Eric Lombrozo, Johnson Lau and Pieter Wuille.
Samourai implementation based on original BIP by Pieter Wuille and Greg Maxwell.
Samourai signing via PSBT implementation based on original BIP by Andrew Chow.
Samourai spends include the possibility of including custom fees as well as the use of batch spending (build up a list of batched outputs for grouped spend and fee savings).
Samourai implementation of multi-hop spend designed to outrun the baying pack of #KYCRunningDogs.
Ricochet using nLockTime (staggered) will spread out hops over different blocks and make sure that hops do not appear all at once in the mempool.
STONEWALL spend is designed to increase the number of combinations between inputs and outputs (transaction entropy). It replaces the previously used BIP126. The objective is to obtain a positive entropy score using Boltzmann evaluation of the transaction.
STONEWALL spend is a 2-person collaborative coinjoin spend carried out with another user. It is indistinguishable from a regular STONEWALL. Manually coordinate with QR codes or automatically coordinate with Soroban over Tor. See doc/cahoots.
A Stowaway spend, also known as a PayJoin, is a collaborative-spend carried out with another user. UTXOs are joined and the spend amount is cloaked. Manually coordinate with QR codes or automatically coordinate with Soroban over Tor. It is based on an idea by Gregory Maxwell. See doc/cahoots.
MainNet/TestNet options available.
We're always looking to polish and make improvements. Help us make Swaps better!
- Fork it (
git clone https://code.samourai.io/wallet/ExtLibJ.git
) - Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Merge Request with
devlop
branch