Received: from sog-mx-1.v43.ch3.sourceforge.com ([172.29.43.191] helo=mx.sourceforge.net) by sfs-ml-4.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1WcDtu-0001IB-7W for bitcoin-development@lists.sourceforge.net; Mon, 21 Apr 2014 13:04:46 +0000 Received: from mail-la0-f43.google.com ([209.85.215.43]) by sog-mx-1.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-SHA:128) (Exim 4.76) id 1WcDtq-0001oS-Tl for bitcoin-development@lists.sourceforge.net; Mon, 21 Apr 2014 13:04:46 +0000 Received: by mail-la0-f43.google.com with SMTP id e16so3164204lan.16 for ; Mon, 21 Apr 2014 06:04:35 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=EWvBx9QbSNPW7xLB6YHw+zAd7tIYZvsrxEZKMQDKxPw=; b=HqPBeuZWOZUD1kvU5/YBb0X4I/TpzRtu29WbGZmJu4yFZvdwt4iDrEuLHKhLN8G7tB 2TqP49V1eM6wDWPy0vutxOMMih1E52y/bPt4yLeCNnrdjYUtdflVt6AetT82x9IXmc7K EC23rO15QssF3jH7UR7B96HFLCwqW8xy+Fju81YtB7jX4dE9CH6Ezgkcq+HWrCXLqfc2 yFrdf1ZMXq0XpmjCcIuJC78mtBtKZm7uk0LAkNQL4+UwtoVJ43WP4b9z5lwda97kYZea wNsQLzi941D2EsquWVfoL0K1OoULJryeydDpieYSQeKyS1AWZlqq6BqFmV3ur7uZpml0 Pmrw== X-Gm-Message-State: ALoCoQkNMHkCRJTIQNhG9YJvcScRT8pvbAt5U8KbDgfzGZykZvBZtVAqarrhlSMaqu5ZJet/0OBx MIME-Version: 1.0 X-Received: by 10.152.28.41 with SMTP id y9mr125775lag.57.1398085475793; Mon, 21 Apr 2014 06:04:35 -0700 (PDT) Received: by 10.112.60.196 with HTTP; Mon, 21 Apr 2014 06:04:35 -0700 (PDT) X-Originating-IP: [85.53.138.195] In-Reply-To: References: <52CDA01B-13BF-4BB8-AC9A-5FBBB324FD15@sant.ox.ac.uk> Date: Mon, 21 Apr 2014 15:04:35 +0200 Message-ID: From: =?ISO-8859-1?Q?Jorge_Tim=F3n?= To: Tier Nolan Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Spam-Report: Spam Filtering performed by mx.sourceforge.net. See http://spamassassin.org/tag/ for more details. X-Headers-End: 1WcDtq-0001oS-Tl Cc: Bitcoin Dev Subject: Re: [Bitcoin-development] Economics of information propagation 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: Mon, 21 Apr 2014 13:04:46 -0000 I'm not convinced that headers first will result in miners hashing on top of the block with more work without knowing if it's valid yet instead of just keep hashing on top of the longest known-to-be-valid chain. Both options are risky for the miner in some way, and I guess the probability of someone hashing an invalid block above difficulty is too low to be the main concern, but there's intermediate solutions, like say, waiting to validate at least 5% of the block. But I don't see how miners mining headers first would result in empty blocks either. Why wouldn't them validate and include transactions after they have received the full block? They will likely know most of the transaction before receiving the block an= yway. In a future where they ONLY live on transaction fees, why would they refuse to validate and include transactions? What are they hashing for then? If anything, looks like a threat to the current situation with huge mining subsidies coming from the seigniorage, not a problem that you would have when the the seigniorage is gone. In any case, it is true that this is mining policy and therefore out of the realm of what the protocol can regulate, so we should assume miners will do whatever it's best for them. The trade-off between tps and centralization remains: if you want higher tx volume, less full nodes will be able to process it. On 4/21/14, Tier Nolan wrote: > On Mon, Apr 21, 2014 at 5:06 AM, Peter Todd wrote: > >> Of course, in reality smaller miners can just mine on top of block >> headers >> and include no transactions and do no validation, but that is extremely >> harmful to the security of Bitcoin. >> > > I don't think it reduces security much. It is extremely unlikely that > someone would publish an invalid block, since they would waste their POW. > > Presuming that new headers are correct is reasonable, as long as you chec= k > the full block within a few minutes of receiving the header. > > If anything, it increases security, since less hashing power is wasted > while the full block is broadcast. > > Block propagation could take the form > > - broadcast new header > - all miners switch to mining empty blocks > - broadcast new block > - miners update to a block with transactions > > If the block doesn't arrive within a timeout, then the miner could switch > back to the old block. > > This would mean that a few percent of empty blocks end up in the > blockchain, but that doesn't do any harm. > > It is only harmful, if it is used as a DOS attack on the network. > > The empty blocks will only occur when 2 blocks are found in quick > succession, so it doesn't have much affect on average time until 1 > confirm. Empty blocks are just as good for providing 1 of the 6 confirms > needed too. > --=20 Jorge Tim=F3n http://freico.in/