Received: from sog-mx-3.v43.ch3.sourceforge.com ([172.29.43.193] helo=mx.sourceforge.net) by sfs-ml-3.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1Wd4BD-0004WG-4A for bitcoin-development@lists.sourceforge.net; Wed, 23 Apr 2014 20:54:07 +0000 Received-SPF: pass (sog-mx-3.v43.ch3.sourceforge.com: domain of gmail.com designates 209.85.217.180 as permitted sender) client-ip=209.85.217.180; envelope-from=gmaxwell@gmail.com; helo=mail-lb0-f180.google.com; Received: from mail-lb0-f180.google.com ([209.85.217.180]) by sog-mx-3.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-SHA:128) (Exim 4.76) id 1Wd4BC-0003c3-9p for bitcoin-development@lists.sourceforge.net; Wed, 23 Apr 2014 20:54:07 +0000 Received: by mail-lb0-f180.google.com with SMTP id 10so1245909lbg.39 for ; Wed, 23 Apr 2014 13:53:59 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.152.23.200 with SMTP id o8mr69369laf.80.1398286439521; Wed, 23 Apr 2014 13:53:59 -0700 (PDT) Received: by 10.112.89.68 with HTTP; Wed, 23 Apr 2014 13:53:59 -0700 (PDT) In-Reply-To: References: Date: Wed, 23 Apr 2014 13:53:59 -0700 Message-ID: From: Gregory Maxwell To: Adam Ritter Content-Type: text/plain; charset=UTF-8 X-Spam-Score: -1.6 (-) X-Spam-Report: Spam Filtering performed by mx.sourceforge.net. See http://spamassassin.org/tag/ for more details. -1.5 SPF_CHECK_PASS SPF reports sender host as permitted sender for sender-domain 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (gmaxwell[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature X-Headers-End: 1Wd4BC-0003c3-9p Cc: Bitcoin Dev Subject: Re: [Bitcoin-development] Coinbase reallocation to discourage Finney attacks X-BeenThere: bitcoin-development@lists.sourceforge.net X-Mailman-Version: 2.1.9 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2014 20:54:07 -0000 On Wed, Apr 23, 2014 at 1:44 PM, Adam Ritter wrote: > Isn't a faster blockchain for transactions (maybe as a sidechain) solving > the problem? If there would be a safe way for 0-confirmation transactions, > the Bitcoin blockchain wouldn't even be needed. Large scale consensus can't generally provide instantly irreversible transactions directly: Increasing the block speed can't help past the point where the time starts getting close to the network diameter... you simply can't tell what a consensus of a group of nodes is until several times the light cone that includes all of them. And if you start getting close to the limit you dilute the power working on the consensus and potentially make life easier for a large attacker. Maybe other chains with different parameters could achieve a different tradeoff which was better suited to low value retail transactions (e.g. where you want a soft confirmation fast). A choice of tradeoffs could be very useful, and maybe you can practically get close enough (e.g. would knowing you lost a zero-conf double spend within 30 seconds 90% of the time be good enough?)... but I'm not aware of any silver bullet there which gives you something identical to what a centralized service can give you without invoking at least a little bit of centralization.