JoinMarket Docker Images
See dmp1ce/joinmarket on Docker Hub for available images.
dev
(Dockerfile)latest
,0.9.9
(Dockerfile.release)
A dockerized version of JoinMarket and a few helper scripts to make it easier to install and run JoinMarket scripts.
Create a JoinMarket config file in your home directory:
./jm wallet-tool.py
Edit the JoinMarket config so it can connect to your bitcoin node:
gedit ~/.joinmarket/joinmarket.cfg
Generate a wallet:
./jm wallet-tool.py generate
Display your addresses:
./jm wallet-tool.py wallet.jmdat display
All JoinMarket data should be located at ~/.joinmarket
.
List all scripts available to run:
docker run --rm -it --entrypoint="" dmp1ce/joinmarket ls /jm/clientserver/scripts
See JoinMarket repo for more information on using JoinMarket.