Skip to content

egordon/CoinJoin

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
lib
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

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