Return-Path: Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id 108CE9C for ; Fri, 14 Aug 2015 18:54:08 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail.bluematt.me (mail.bluematt.me [192.241.179.72]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 68BC01BB for ; Fri, 14 Aug 2015 18:54:07 +0000 (UTC) Received: from [172.17.0.1] (gw.vpn.bluematt.me [162.243.132.6]) by mail.bluematt.me (Postfix) with ESMTPSA id 3D30E57411; Fri, 14 Aug 2015 18:54:03 +0000 (UTC) To: Mark Friedenbach , Joseph Poon References: <20150813234213.GH2123@lightning.network> From: Matt Corallo X-Enigmail-Draft-Status: N1110 Message-ID: <55CE3947.8060802@mattcorallo.com> Date: Fri, 14 Aug 2015 18:53:59 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_40 autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.linux-foundation.org Cc: Bitcoin Dev Subject: Re: [bitcoin-dev] [BIP-draft] CHECKSEQUENCEVERIFY - An opcode for relative locktime X-BeenThere: bitcoin-dev@lists.linuxfoundation.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Bitcoin Development Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Aug 2015 18:54:08 -0000 On 08/14/15 00:47, Mark Friedenbach via bitcoin-dev wrote: > On Thu, Aug 13, 2015 at 4:42 PM, Joseph Poon via bitcoin-dev > > wrote: > > I haven't tested the details of this, but is there another bit available > for use in the future for the relative blockheight? > > I strongly believe that Lightning needs mitigations for a systemic > supervillan attack which attemps to flood the network with transactions, > which can hypothetically be mitigated with something like a timestop > bit (as originally suggested by gmaxwell). > > > This proposal includes no such provision. > > Since we talked about it, I spent considerable time thinking about the > supposed risk and proposed mitigations. I'm frankly not convinced that > it is a risk of high enough credibility to worry about, or if it is that > a protocol-level complication is worth doing. > > The scenario as I understand it is a hub turns evil and tries to cheat > every single one of its users out of their bonds. Normally a lightning > user is protected form such behavior because they have time to broadcast > their own transactions spending part or all of the balance as fees. My concern is how the hell do you automate this? Having a threat of "well, everyone could update their software to a new version which will destroy all coins right now" is kinda useless, and trying to come up with a reasonable set of metrics as to how much and when you move from just paying the fee to destroying coins is really hard, especially if you assume the attacker is a miner with, say, enough hashrate (maybe rented) to get one or three blocks in the next day (the timeout period). > Therefore because of the threat of mutually assured destruction, the > optimal outcome is to be an honest participant. > > But, the argument goes, the hub has many channels with many different > people closing at the same time. So if the hub tries to cheat all of > them at once by DoS'ing the network, it can do so and spend more in fees > than any one participant stands to lose. My issue with this is that > users don't act alone -- users can be assured that other users will > react, and all of them together have enough coins to burn to make the > attack unprofitable. Now users are coordinating quickly in an attack scenario? > The hub-cheats-many-users case really is the same > as the hub-cheats-one-user case if the users act out their role in > unison, which they don't have to coordinate to do. > > Other than that, even if you are still concerned about that scenario, > I'm not sure timestop is the appropriate solution. A timestop is a > protocol-level complication that is not trivial to implement, indeed I'm > not even sure there is a way to implement it at all -- how do you > differentiate in consensus code a DoS attack from regular old blocks > filling up? And if you could, why add further complication to the > consensus protocol? Yea, implementation is really tricky here. I do not at all think we should be thinking about implementing this any time soon, and should assume Lightning will have to stand reasonably on its own without it first, and only if it gains a lot of traction will there be enough motivation for making such a change at the Bitcoin protocol level for Lightning. > A simpler solution to me seems to be outsourcing the response to an > attack to a third party Doesnt that defeat the purpose of Lightning? > or otherwise engineering ways for users to > respond-by-default even if their wallet is offline, or otherwise > assuring sufficient coordination in the event of a bad hub. I'm not even sure if sufficient coordination is a sufficient solution. If you assume a hub just shut down, and everyone is trying to flush to the chain, with a backlog of a few days worth of transactions (with timeouts of a day or so), and users are even paying huge fees (99% of what they'd get back), if the former-hub is a miner, it can claim that last 1% of many of the transactions that take longer than a day to confirm.