Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 681 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 681 Bytes

CoinJoin

Java Implementation of Server and Client for CoinJoin Algorithm

Dependencies

Demonstration

  • Start the local Bitcoin node, then start server and two clients:
  • cd server; java -jar CoinJoin_Server.jar
  • cd ../client; java -jar CoinJoin_Client.jar
  • cd ..; java -jar CoinJoin_Client.jar
  • Wait for wallets to synchronize with Bitcoin network
  • Start mixing coins!

Hard-Coded Values

  • ip = "localhost"
  • port = 4444
  • CHUNK_SIZE = 0.01 BTC
  • MIN_PARTICIPANTS = 2