Implement CoinJoin using Darkcoin as a model
Issue #30
new
CoinJoin is an important and practical method to provide privacy on transactions. Darkcoin has found a way to implement CoinJoin directly in their protocol. I would like to include this in Nu, preferably as an enhancement after initial release. My guess is adding it as a hard fork is feasible, but we should confirm this with some research. In the unlikely case that it needs to be added to the initial implementation in order to be included, we would likely do that.
Comments (1)
-
Michael Witrant
- Log in to comment
It would not even require a fork. This is indeed a protocol change but at the network level, not at the blockchain level. So if we implement that later users will only be able to mix transactions with other users who also upgraded, but we won't require everyone to upgrade.
Some sources: