Zcash z-addr in bitcoin

2

Can a improvement, difficult or easy, to Bitcoin Core implement z-addr like Zcash? Zcash do it possible to send coin anonymous using z-addr. The blockchain do not show z-addr, only t-addr that is like a bitcoin address.

BoM

Posted 2016-11-30T08:36:32.247

Reputation: 23

Answers

2

The developers of Zcash did try to implement their solution using the Bitcoin blockchain but it required several changes to Bitcoin core that where both difficult and more importantly difficult to come to consensus for the changes with the rest of the Bitcoin community. So the Zcash developers decided to make a new blockchain.

So technically speaking it would be possible (but hard) but convinving the Bitcoin community of the changes would be much harder.

Note that there are other anonymity proposals that will use the Bitcoin blockchain (e.g. Confidential Transactions, MimbleWimble) but I do not know the state of their implementation.

karask

Posted 2016-11-30T08:36:32.247

Reputation: 2 089

1also, there's mimblewimble.renlord 2016-12-01T11:05:47.133

MimbleWimble would be very hard to integrate into Bitcoin, as its concept of a blockchain differs a lot (it is not append-only).Pieter Wuille 2016-12-06T17:14:09.563