dmp1ce / joinmarket-DOCKERFILE

Dockerized JoinMarket

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Dockerized JoinMarket

License:The Unlicense


Languages

Language:Dockerfile 52.5%Language:Shell 47.5%