No, BIP30 prevents duplicate tx hashes in the case where the new tx hash duplicates that of a preceding tx with unspent outputs. There was one such case that had already become buried in the chain at the time, so it was exempted from validation. There was another case of a duplicate hash, but it's predecessor was spent so it complied with the new rule. Both of these cases resulted from exact duplicate txs, which BIP34 now precludes. However nothing precludes different txs from having the same hash. e On 11/16/2016 04:06 PM, Jorge Timón wrote: > On Thu, Nov 17, 2016 at 1:00 AM, Eric Voskuil wrote: >> This is a misinterpretation of BIP30. Duplicate transaction hashes can >> and will happen and are perfectly valid in Bitcoin. BIP34 does not >> prevent this. > > Sorry for moving the topic, but isn't duplication of tx hashes > precisely what BIP30 prevents? > That was my undesrtanding but should read it again. > Since regular txs take inputs, the collision is extremely unlikely > (again, this is my understanding, please correct me when wrong), the > worrying case is coinbase txs (which don't have input to take entropy > from). By introducing the committed height, collisions on coinbase txs > are prevented too. > > If I'm wrong on any of this I'm more than happy to learn why. >