Return-Path: Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id B6BF01251 for ; Sat, 29 Aug 2015 21:07:59 +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 0784AE8 for ; Sat, 29 Aug 2015 21:07:58 +0000 (UTC) Received: from [172.17.0.2] (gw.vpn.bluematt.me [162.243.132.6]) by mail.bluematt.me (Postfix) with ESMTPSA id 6C9AB57B95; Sat, 29 Aug 2015 21:07:57 +0000 (UTC) To: Daniele Pinna , bitcoin-dev@lists.linuxfoundation.org References: From: Matt Corallo Message-ID: <55E21F2E.9000308@mattcorallo.com> Date: Sat, 29 Aug 2015 21:07:58 +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=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.linux-foundation.org Subject: Re: [bitcoin-dev] On the Nature of Miner Advantages in Uncapped Block Size Fee Markets 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: Sat, 29 Aug 2015 21:07:59 -0000 I believe it was pointed out previously in the discussion of the Peter R paper, but I'll repeat it here so that its visible - this seems to ignore the effects of transaction validation caches and block compression protocols. Many large miners already have their own network to relay blocks around the globe with only a few bytes on the wire at block-time, and there is also the bitcoinrelaynetwork.org network, which does the same for smaller miners, albeit with slightly less efficiency. Also, transaction validation time upon receiving a block can be rather easily made negligible (ie the only validation time you should have is the DB modify-utxo-set time). Thus, the increased orphan risk for including a transaction can be reduced to a very, very tiny amount, making the optimal blocksize, essentially, including everything that you're confident is in the mempool of other reasonably large miners. Matt On 08/29/15 16:43, Daniele Pinna via bitcoin-dev wrote: > I'd like to submit this paper to the dev-list which analyzes how miner > advantages scale with network and mempool properties in a scenario of > uncapped block sizes. The work proceeds, in a sense, from where Peter > R's work left off correcting a mistake and addressing the critiques made > by the community to his work. > > The main result of the work is a detailed analysis of mining advantages > (defined as the added profit per unit of hash) as a function of miner > hashrate. In it, I show how large block subsidies (or better, low > mempool fees-to-subsidy ratios) incentivize the pooling of large > hashrates due to the steady increasing of marginal profits as hashrates > grow. > > The paper also shows that part of the large advantage the large miners > have today is due to there being a barrier to entry into a > high-efficiency mining class which has access to expected profits an > order of magnitude larger than everyone else. As block subsidies > decrease, this high-efficiency class is expected to vanish leading to a > marginal profit structure which decreases as a function of hashrate. > > This work has vacuumed my entire life for the past two weeks leading me > to lag behind on a lot of work. I apologize for typos which I may not > have seen. I stand by for any comments the community may have and look > forward to reigniting consideration of a block size scaling proposal > (BIP101) which, due to the XT fork drama, I believe has been placed > hastily and undeservedly on the chopping block. > > https://www.scribd.com/doc/276849939/On-the-Nature-of-Miner-Advantages-in-Uncapped-Block-Size-Fee-Markets > > > Regards, > Daniele > > > _______________________________________________ > bitcoin-dev mailing list > bitcoin-dev@lists.linuxfoundation.org > https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev >