Skip to content

Java Implementation of Server and Client for CoinJoin Algorithm

License

Notifications You must be signed in to change notification settings

egordon/CoinJoin

Repository files navigation

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

About

Java Implementation of Server and Client for CoinJoin Algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published