Skip to content

noosphere888/Whirlpool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Whirlpool

Chaumian CoinJoin implementation by the developers of Samourai Wallet

Whirlpool is a framework backed up by a collection of software tools that mathematically disassociates the ownership of inputs to outputs in a given bitcoin transaction. This is to increase the privacy of the users involved, protect against financial surveillance, and to increase the fungibility of the Bitcoin network as a whole.

Whirlpool is a fully modular CoinJoin implementation based on a heavily modified fork of the ZeroLink theory. You can review the theory or review the architecture in further detail.

Current Status - PUBLIC BETA

What makes Whirlpool different

  • Fast

    • Focusing on many smaller CoinJoin cycles instead of a single large cycle allows for a theoretical anonymity set that grows exponentially in minutes instead of hours.
  • Portable

    • Modular architecture allows Whirlpool to be embedded anywhere. Our focus on creating a system that can handle the limitations of a mobile environment has created a robust protocol usable under most conditions.
  • Usable

    • Focusing on the spending by enforcing best practices to prevent privacy damaging pitfalls automatically without the user needing to intervene. A simple UX that feels familiar to most users.
  • Strong

    • Structurally built on a strong mathematical foundation. Each Whirlpool cycle:
      • 100% maximum entropy (10.54 bits)
      • 1496 possible interpretations
      • Never any deterministic links between inputs and outputs
      • Never cycle with yourself
      • Never cycle with UTXOs seen in a previous cycle.

Using Whirlpool

Whirlpool requires the use of a blinded coordinator server to pass messages between clients. This server doesn't and crucially cannot know the contents of the messages it is passing. The following clients have been created and open sourced by the developers of Samourai Wallet and offer unrestricted access to the Samourai operated coordinator server.

NOTE - Whirlpool is currently in a public beta state. While we are confident in the architecture and the core functionality, it is essential to keep Whirlpool up to date throughout the development cycle.

Windows, OSX, Linux

  • An electron/react GUI desktop client is available on Windows, OSX, and most flavors of Linux. See whirlpool-gui repository.

Mobile

Developers

  • A REST API is made available to quickly bootstrap your own applications on top of Whirlpool.
  • Java and Android libraries can be found within the whirlpool-client repository.
  • A command line client is also available. You can find more information within the whirlpool-client-cli repository.

About

Chaumian Zerolink CoinJoin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published