Hacker News new | ask | show | jobs
by pash 3579 days ago
That sort of transparency is not an intrinsic property of blockchain-based systems. There are already several cryptocurrency protocols in use that obscure data in their blockchains to various extents.

Dash [0] does CoinJoin-style mixing at the protocol level. Some newer systems use cryptographic techniques to provide even better security guarantees. Monero [1] implements the Cryptonote protocol, which uses ring signatures [2] to obscure who owns what and who's transacted with whom. Zcash, an implementation of the Zerocoin protocol [3] that should go live in a couple of months, will use zero-knowledge proofs [4] to similar effect.

There have even been a couple of well developed proposals for changing the Bitcoin protocol to make it impractical to track transfers of coins. And one of them will probably get implemented eventually, since privacy (unlike transaction throughout) is a real concern among many of the leading Core developers.

0. https://en.wikipedia.org/wiki/Dash_(cryptocurrency)

1. https://en.wikipedia.org/wiki/Monero_(cryptocurrency)

2. https://en.wikipedia.org/wiki/Ring_signature

3. https://en.wikipedia.org/wiki/Zerocoin

4. https://en.wikipedia.org/wiki/Zero-knowledge_proof