Skip to content

dmp1ce/joinmarket-DOCKERFILE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JoinMarket Docker Images

See dmp1ce/joinmarket on Docker Hub for available images.

Tags

What is this?

A dockerized version of JoinMarket and a few helper scripts to make it easier to install and run JoinMarket scripts.

How to use

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.

More information

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.