<p dir="ltr">Den 17 jun 2014 17:59 skrev &quot;Isidor Zeuner&quot; &lt;<a href="mailto:cryptocurrencies@quidecco.de">cryptocurrencies@quidecco.de</a>&gt;:<br>
&gt;<br>
&gt; quote:<br>
&gt; &gt; Mike Hearn, why don&#39;t we just have all nodes report attempted double spends<br>
&gt; &gt; through the node network. No need to involve the miners at all really, or<br>
&gt; &gt; do your suggestion but also report the double spend attempt. By waiting<br>
&gt; &gt; maybe 10-60 seconds (instead of 10 minutes for first conf), merchants can<br>
&gt; &gt; be more sure that a double spend attack was not tried. Attacker would have<br>
&gt; &gt; to hold back second tx by 10-60 seconds and hope that that second tx (with<br>
&gt; &gt; higher fee) get&#39;s into a solved block before the first one. This forced<br>
&gt; &gt; delay time ought to make the attack less successful (but not impossible).<br>
&gt; &gt;<br>
&gt;<br>
&gt; What prevents the following steps from happening:<br>
&gt;<br>
&gt; 1. attacker sends first transaction, paying to the merchant<br>
&gt;<br>
&gt; 2. merchant waits 10-60 seconds<br>
&gt;<br>
&gt; 3. merchant confirms the payment as received<br>
&gt;<br>
&gt; 4. attacker sees merchant&#39;s confirmation<br>
&gt;<br>
&gt; 5. attacker sends double spend<br>
&gt;<br>
&gt; The security improvement seems to be pretty much exactly the chance<br>
&gt; that during the 10-60 seconds, a block is solved. Am I missing<br>
&gt; something?<br>
&gt;<br>
&gt; Regarding &quot;reporting double spends&quot;, this would only help if it comes<br>
&gt; with some kind of penalty for the double spend. Now what if the double<br>
&gt; spend was not done on malicious motives? Maybe someone posted a<br>
&gt; transaction which does not confirm for some reason, and wants to<br>
&gt; recover his funds? Should we regard transactions which do not confirm<br>
&gt; as forever lost, in order to get to an &quot;every double spend is a<br>
&gt; misbehaviour&quot; policy?<br>
&gt;<br>
&gt; Best regards,<br>
&gt;<br>
&gt; Isidor</p>
<p dir="ltr">With 2-of-2 multisignature notaries, the doublespend (the set of conflicting transactions) would be published and propagated together as evidence of the notary being malicious. This is trivial and self-evident self-contained proof.</p>

<p dir="ltr">But there should be no direct penalty IMHO in the Bitcoin protocol itself. </p>
<p dir="ltr">If a transaction would have to be replaced honestly because of being wrong or simply not confirming, then I think there should be some means of showing the second transaction is &quot;legitimate&quot;. Don&#39;t ask me how exactly it would work in practice, but one method could be through showing the original recipients have signed off on it (showing they agree it should be reversed).</p>

<p dir="ltr">If you can&#39;t get the original recipient to sign, then you&#39;re stuck with either not replacing it or the notary trying to prove the replacing transaction was legitimate. </p>