The JoinMarket sendpayment.py is already capable of paying an arbitrary amount with a coinjoin with multiple participants to any address (SEND option).
Can simulate the SW Stonewall function with:
https://github.com/kristapsk/bitcoin-scripts
fake-coinjoin.sh
and the Ricochet (multiple hops) with:
https://github.com/kristapsk/bitcoin-scripts ricochet-send.sh
The JoinMarket
sendpayment.pyis already capable of paying an arbitrary amount with a coinjoin with multiple participants to any address (SEND option).Can simulate the SW Stonewall function with:
https://github.com/kristapsk/bitcoin-scripts
fake-coinjoin.shand the Ricochet (multiple hops) with:
https://github.com/kristapsk/bitcoin-scripts
ricochet-send.sh