I think this conversation has gone off the rails and is no longer really appropriate for the list. But just to be clear to any readers. Bitcoin Core absolutely does rely on the impossibility of a hash collision for maintaining consensus. This happens in multiple places in the code but in particular we don't check BIP30 any more since the only way it could get violated is by a hash collision. On Thu, Nov 17, 2016 at 6:22 AM, Eric Voskuil via bitcoin-dev < bitcoin-dev@lists.linuxfoundation.org> wrote: > On 11/17/2016 02:22 AM, Tier Nolan via bitcoin-dev wrote: > > On Thu, Nov 17, 2016 at 12:43 AM, Eric Voskuil > > wrote: > > > > > This means that all future transactions will have different > txids... > > rules do guarantee it. > > > > No, it means that the chance is small, there is a difference. > > > > I think we are mostly in agreement then? It is just terminology. > > Sure, if you accept that mostly is not fully - just as unlikely is not > impossible. > > > In terms of discussing the BIP, barring a hash collision, it does make > > duplicate txids impossible. > > That's like saying, as long as we exclude car accidents from > consideration, car accidents are impossible. > > > Given that a hash collision is so unlikely, the qualifier should be > > added to those making claims that require hash collisions rather than > > those who assume that they aren't possible. > > > > You could have said "However nothing precludes different txs from having > > the same hash, but it requires a hash collision". > > I generally try to avoid speaking in tautologies :) > > > Thinking about it, a re-org to before the enforcement height could allow > > it. The checkpoints protect against that though. > > > > As such this is not something that a node > > can just dismiss. > > > > The security of many parts of the system is based on hash collisions not > > being possible. > > This is not the case. > > Block hash duplicates within the same chain are invalid as a matter of > consensus, which is the opposite of assuming impossibility. > > Tx hash collisions are explicitly allowed in the case that preceding tx > with the same hash is unspent. This is also not a reliance on the > impossibility of hash collision. Core certainly implements this > distinction: > > https://github.com/bitcoin/bitcoin/blob/master/src/main.cpp#L2419-L2426 > > Address hashes and script hashes can collide without harming the > security of Bitcoin (although address owner(s) may experience harm). > Rare in this case is sufficient because of this distinction. > > Compact blocks contemplates hash collisions: > > https://github.com/bitcoin/bips/blob/master/bip-0152. > mediawiki#Random_collision_probabilty > > Checkpoints aren't part of Bitcoin security, so even the remote > possibility of two different potential blocks, with the same hash, at > the same height in the same chain, does not indicate a problem. > > There is no case where the security of Bitcoin assumes that hashes never > collide. Consensus rules have specific handling for both block hash > collisions and tx hash collisions. > > e > > > _______________________________________________ > bitcoin-dev mailing list > bitcoin-dev@lists.linuxfoundation.org > https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev > >