Skip to content

BitTheCoin/joinmarket

 
 

Repository files navigation

IRC Channel:
#joinmarket on irc.freenode.net
https://webchat.freenode.net/?channels=%23joinmarket

Bitcointalk thread:
https://bitcointalk.org/index.php?topic=919116.msg10096563

Subreddit:
www.reddit.com/r/joinmarket

Twitter:
www.twitter.com/joinmarket

Donation address:
1AZgQZWYRteh6UyF87hwuvyWj73NvWKpL

Wiki page for more detailed articles:
https://github.com/chris-belcher/joinmarket/wiki

REQUIRED INSTALLATION DEPENDENCIES
0. You will need python 2.7
1. You will need libsodium installed
 Get it here: http://doc.libsodium.org/
 use this line to check it was installed correctly
 python lib/enc_wrapper.py
2. you will need numpy 1.7 or later installed
3. (optional) matplotlib for displaying the graphs in orderbook-watcher

GET DEBIAN / UBUNTU INSTALL DEPENDENCIES:
0. sudo apt-get update -y && sudo apt-get upgrade -y && sudo apt-get install python 
1. sudo apt-get install libsodium-dev -y
2. sudo apt-get install python-pip -y && sudo pip install numpy --upgrade
3. (optional) sudo apt-get install python-matplotlib -y

WINDOWS:
If installing on Windows, consult this wiki page for helpful instructions
https://github.com/chris-belcher/joinmarket/wiki/Installing-JoinMarket-on-Windows-7-(temporary)

in the joinmarket.cfg configuration file, set
    network = mainnet
for the actual bitcoin mainnet

Read the wiki for more detailed articles on how to use

About

CoinJoin implementation with incentive structure to convince people to take part

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.3%
  • HTML 0.7%