Skip to content

roshii/docker-joinmarket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-joinmarket

joinmarket-clientserver in a container

Prerequisite

  • A bitcoincore node
  • A tox proxy (optional)
  • A valid joinmarket.cfg

Usage example

Start joinmarketd

docker run --name joinmarket --volume </local/path/to/jm>/joinmarket.cfg:/jm/scripts/joinmarket.cfg --volume </local/path/to/jm>/wallets:/jm/scripts/wallets r0shii/joinmarket joinmarket

Edit yield-generator preferences.

docker exec -it joinmarket nano yg-privacyenhanced.py

Start yield-generator

docker exec -it joinmarket python yg-privacyenhanced.py wallet.jmdat

You may exit container's shell using Crt+P Ctrl+Q control sequence.

Stop yield-generator process

docker exec -it joinmarket kill -SIGTERM $(docker exec -it joinmarket ps -h | grep "yg-privacy" | cut -d" " -f1)

About

joinmarket-clientserver in a container

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published