Skip to content

Instantly share code, notes, and snippets.

@christroutner
Last active September 18, 2020 00:24
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save christroutner/8d54597da652fe2affa5a7230664bc45 to your computer and use it in GitHub Desktop.
Save christroutner/8d54597da652fe2affa5a7230664bc45 to your computer and use it in GitHub Desktop.
Consolidating CoinJoin Information

This gist will be updated regularly to point to the latest information around Consolidating CoinJoin.

Background Information

Code

The code for this project has been moved to the Consolidating CoinJoin GitHub organization. It's composed of these four repositories:

  • ccoinjoin-wallet is a command-line BCH wallet that is used to send BCH to a Consolidating CoinJoin server to participate in a round of Mixing.
  • ccoinjoin-mirror is a type of node in the peer-to-peer network. Wallets connect to Mirrors to download the P2P database of Servers. Mirrors can also transfer data between the clearnet and the darkweb.
  • ccoinjoin-server is the Server that actually implements the Consolidating CoinJoin and mixes the BCH, then returns the mixed coins.
  • ccoinjoin-network is a common NPM library used by the other three repositories.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment