All Projects → JoinMarket-Org → Joinmarket Clientserver

JoinMarket-Org / Joinmarket Clientserver

Licence: gpl-3.0
CoinJoin implementation with incentive structure to convince people to take part

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Joinmarket Clientserver

Nowallet
This project is a secure Bitcoin brainwallet app written in Python.
Stars: ✭ 52 (-83.6%)
Mutual labels:  bitcoin, privacy
Zerolink
The Bitcoin Fungibility Framework
Stars: ✭ 336 (+5.99%)
Mutual labels:  bitcoin, privacy
Walletwasabi
Open-source, non-custodial, privacy focused Bitcoin wallet for Windows, Linux, and Mac. Built-in Tor, CoinJoin, and coin control features.
Stars: ✭ 1,197 (+277.6%)
Mutual labels:  bitcoin, privacy
Embassy Os
A graphical operating system for running self-hosted software.
Stars: ✭ 43 (-86.44%)
Mutual labels:  bitcoin, privacy
Awesome Privacy On Blockchains
A curated list of privacy on blockchains resources
Stars: ✭ 86 (-72.87%)
Mutual labels:  bitcoin, privacy
Zebra Crossing
Zebra Crossing: an easy-to-use digital safety checklist
Stars: ✭ 307 (-3.15%)
Mutual labels:  privacy
Enigma
A full-fledged one-to-one chat app developed entirely in Flutter
Stars: ✭ 316 (-0.32%)
Mutual labels:  privacy
Cryptolist
Curated collection of blockchain & cryptocurrency resources.
Stars: ✭ 3,501 (+1004.42%)
Mutual labels:  bitcoin
Awesome Privacy
A curated list of services and alternatives that respect your privacy because PRIVACY MATTERS.
Stars: ✭ 303 (-4.42%)
Mutual labels:  privacy
Awesome Coins
₿ A guide (for humans!) to cryto-currencies and their algos.
Stars: ✭ 3,469 (+994.32%)
Mutual labels:  bitcoin
Bitcoincore.org
Bitcoin Core project website
Stars: ✭ 318 (+0.32%)
Mutual labels:  bitcoin
Squeezer
Squeezer Framework - Build serverless dApps
Stars: ✭ 3,242 (+922.71%)
Mutual labels:  bitcoin
Awesome Federated Learning
resources about federated learning and privacy in machine learning
Stars: ✭ 308 (-2.84%)
Mutual labels:  privacy
Scout
Surveillance Detection Scout: Your Lookout on Autopilot
Stars: ✭ 317 (+0%)
Mutual labels:  privacy
Blockbook
📘 Trezor address/account balance backend
Stars: ✭ 305 (-3.79%)
Mutual labels:  bitcoin
Node Launcher
Easiest Bitcoin Lightning desktop app, for Windows, macOS, and Linux
Stars: ✭ 319 (+0.63%)
Mutual labels:  bitcoin
Freshlytics
Open source privacy-friendly analytics
Stars: ✭ 303 (-4.42%)
Mutual labels:  privacy
Exifcleaner
Cross-platform desktop GUI app to clean image metadata
Stars: ✭ 305 (-3.79%)
Mutual labels:  privacy
Stylus
Stylus - Userstyles Manager
Stars: ✭ 3,642 (+1048.9%)
Mutual labels:  privacy
Whatspup
🔳 WhatsApp chat from commandline/console/cli using GoogleChrome puppeteer
Stars: ✭ 310 (-2.21%)
Mutual labels:  privacy

joinmarket-clientserver

JoinMarket is software to create a special kind of bitcoin transaction called a CoinJoin transaction. Its aim is to improve the confidentiality and privacy of bitcoin transactions.

A CoinJoin transaction requires other people to take part. The right resources (coins) have to be in the right place, at the right time, in the right quantity. This isn't a software or tech problem, it's an economic problem. JoinMarket works by creating a new kind of market that would allocate these resources in the best way.

One group of participants (called market makers) will always be available to take part in CoinJoins at any time. Other participants (called market takers) can create a CoinJoin at any time. The takers pay a fee which incentivizes the makers. A form of smart contract is created, meaning the private keys will never be broadcasted outside of your computer, resulting in virtually zero risk of loss (aside from malware or bugs). As a result of free-market forces the fees will eventually be next to nothing.

Widespread use of JoinMarket improves bitcoin's fungibility and privacy. This implementation of JoinMarket also implements PayJoin.

For a quick introduction to Joinmarket you can watch this demonstration of installation and usage given by Adam Gibson during the Understanding Bitcoin conference on April 6 2019.

Wallet features

  • Segwit addresses (native bech32 ('bc1') by default; p2sh wrapped ('3') optionally).
  • Multiple "mixdepths" or pockets (by default 5) for better coin isolation
  • Ability to spend directly, or with coinjoin; export private keys; BIP84/49 compatible seed (Trezor, Samourai etc.) and mnemonic extension option
  • Fine-grained control over bitcoin transaction fees
  • Basic coin control - can freeze individual utxos to stop them being spent in any transaction
  • Can run sequence of coinjoins in automated form, either auto-generated (see tumbler.py) or self-generated sequence.
  • Can specify exact amount of coinjoin (figures from 0.01 to 30.0 btc and higher are practical), can choose time and number of counterparties
  • Can run passively to receive small payouts for taking part in coinjoins (see "Maker" and "yield-generator" in docs)
  • GUI to support Taker role, including tumbler/automated coinjoin sequence.
  • PayJoin - BIP78 to pay users of other wallets (e.g. merchants), as well as between two compatible wallet users (Joinmarket, Wasabi, others). This is a way to boost fungibility/privacy while paying.
  • Protection from forced address reuse attacks.

Quickstart - RECOMMENDED INSTALLATION METHOD (Linux and macOS only)

Once you've downloaded this repo, either as a tar/zip file, and extracted it, or via git clone:

Make sure to validate the signature on the tar/zip file provided on the release page, or check the signature in git if you install that way using git log --show-signature.

macOS users: Make sure that you have Homebrew and Apple's Command Line Tools installed.

./install.sh
(follow instructions on screen; provide sudo password when prompted)
source jmvenv/bin/activate
cd scripts

(You can add --develop as an extra flag to install.sh to make the Joinmarket code editable in-place.)

You can optionally install a Qt GUI application, you will be prompted to choose this during installation.

Do note, Python 2 is no longer supported as it has reached its end of life.

You should now be able to run the scripts like python wallet-tool.py etc., just as you did in the previous Joinmarket version.

Alternative to this "quickstart": follow the install guide.

More installation guides

Usage

If you are new, follow and read the links in the usage guide.

If you are running Joinmarket-Qt, you can instead use the walkthrough to start.

If you used the old version of Joinmarket, the notes in the scripts readme help to understand what has and hasn't changed about the scripts (warning: this refers to changes from several years ago, so may be slightly outdated).

If you are looking for the available makers, run the orderbook.

PayJoin

If you want to use the PayJoin feature to pay/receive money to/from another Joinmarket wallet user, read this guide.

Joinmarket-Qt

Provides single join and multi-join/tumbler functionality (i.e. "Taker") only, in a GUI.

If binaries are built, they will be gpg signed and announced on the Releases page.

If you haven't chosen the Qt option during installation with install.sh, then to run the script joinmarket-qt.py from the command line you will need to install two more packages. Use these 2 commands while the jmvenv virtual environment is activated:

pip install -r requirements/gui.txt

After this, the command python joinmarket-qt.py from within the scripts subdirectory should work. There is a walkthrough for what to do next.

Architecture notes

See architecture-notes.md.

TESTING

Instructions for developers for testing here. If you want to help improve the project, please have a read of this todo list and the Help Wanted tag on the issue tracker.

Community

Support JoinMarket and bitcoin privacy

Donate to help make JoinMarket even better: Obtain a bitcoin address here

JoinMarket is an open source project which does not have a funding model, fortunately the project itself has very low running costs as it is almost-fully decentralized and available to everyone for free. Developers contribute only as volunteers and donations are divided amongst them. Many developers have also been important in advocating for privacy and educating the wider bitcoin user base. Be part of the effort to improve bitcoin privacy and fungibility. Every donated coin helps us spend more time on JoinMarket instead of doing other stuff.

Old donation addresses: bc1q5x02zqj5nshw0yhx2s4tj75z6vkvuvww26jak5 or 1AZgQZWYRteh6UyF87hwuvyWj73NvWKpL. Signatures can be found here. Ideally use the above https link to obtain a brand new address.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].