Return-Path: Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id 1501F13CC for ; Fri, 18 Sep 2015 17:10:12 +0000 (UTC) X-Greylist: whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f172.google.com (mail-wi0-f172.google.com [209.85.212.172]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 51067186 for ; Fri, 18 Sep 2015 17:10:10 +0000 (UTC) Received: by wicfx3 with SMTP id fx3so72568364wic.1 for ; Fri, 18 Sep 2015 10:10:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=94e7/BJADgysgcnlc7w91JWMTmZeYgSBWE49rx9g6AM=; b=bpGx4+PrvTI21W+2L/kspV3gxRY3fdOfT0vzDbZMN0dI8nQzWxzTIbl+EG97k8Se6d fTmOSKBwBkhaRzN11woFDoSKkVk9dUkBdRivYb05pquhLaHyBprXHabkbfFMC7/Vwm6X eprHjUJc4xIPQfE6yted0edA4LyroqYvS5vk7K2ueEBtFnnBbPXMe3aCQ8ZMl3SrPogt FOohVdwSXaau4295SBWwKiDgTC5xqkTiJFho+NCDfIsnZbkeFGa6mdnt4XDA9fjzQf9c AhAxdRyY6V3X1Yroq0N7WeCL7wS7ZJcORqzm7P4ifGA2hf3joeXQzIZum07lJdcNMN3z SpYw== MIME-Version: 1.0 X-Received: by 10.194.121.100 with SMTP id lj4mr8538214wjb.104.1442596208922; Fri, 18 Sep 2015 10:10:08 -0700 (PDT) Sender: dscotese@gmail.com Received: by 10.27.211.132 with HTTP; Fri, 18 Sep 2015 10:10:08 -0700 (PDT) In-Reply-To: References: <55F9E47D.50507@mattcorallo.com> Date: Fri, 18 Sep 2015 10:10:08 -0700 X-Google-Sender-Auth: avi_KdaH50NELItN1TknG1qEgvk Message-ID: From: Dave Scotese To: Mark Friedenbach Content-Type: multipart/alternative; boundary=089e011777b59656f90520089a99 X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.linux-foundation.org Cc: Bitcoin development mailing list Subject: Re: [bitcoin-dev] Scaling Bitcoin conference micro-report 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, 18 Sep 2015 17:10:12 -0000 --089e011777b59656f90520089a99 Content-Type: text/plain; charset=UTF-8 "But if a metric were chosen that addressed my concerns (worst case propagation and validation time), then I could be in favor of an initial bump that allowed a larger number of typical transactions in a block." +1. A ratio is much more valuable than a simple metric. It seems clearly difficult to identify a reasonable limit to block size, but the ratio between any one of several possible metrics and bytes in a block would work well and may already have a very good reasonable expected range. I like BTCDaysDestroyed (BTCDD) best. If it might be time consuming to compute, then it need only be computed for all blocks less than or equal in size to the average size of the largest 200 or so blocks in the previous difficulty period. To exceed that limit, a miner would have to ensure that the block has enough BTCDD per byte. "Enough" could be hardcoded in each release, or if it's simple enough, use the ratio as computed over all the blocks in the previous difficulty period as the lower limit. notplato On Thu, Sep 17, 2015 at 10:55 PM, Mark Friedenbach via bitcoin-dev < bitcoin-dev@lists.linuxfoundation.org> wrote: > Correction of a correction, in-line: > > On Wed, Sep 16, 2015 at 5:51 PM, Matt Corallo via bitcoin-dev < > bitcoin-dev@lists.linuxfoundation.org> wrote: > >> > - Many interested or at least willing to accept a "short term bump", a >> > hard fork to modify block size limit regime to be cost-based via >> > "net-utxo" rather than a simple static hard limit. 2-4-8 and 17%/year >> > were debated and seemed "in range" with what might work as a short term >> > bump - net after applying the new cost metric. >> >> I would be careful to point out that hard numbers were deliberately NOT >> discussed. Though some general things were thrown out, they were not >> extensively discussed nor agreed to. I personally think 2-4 is "in >> range", though 8 maybe not so much. Of course it depends on exactly how >> the non-blocksize limit accounting/adjusting is done. >> >> Still, the "greatest common denominator" agreement did not seem to be >> agreeing to an increase which continues over time, but which instead >> limits itself to a set, smooth increase for X time and then requires a >> second hardfork if there is agreement on a need for more blocksize at >> that point. >> > > Perhaps it is accurate to say that there wasn't consensus at all except > that (1) we think we can work together on resolving this impasse (yay!), > and (2) it is conceivable that changing from block size to some other > metric might provide the basis for a compromise on near-term numbers. > > As an example, I do not think the net-UTXO metric provides any benefit > with respect to scalability, and in some ways makes the situation worse > (even though it helpfully solves an unrelated problem of spammy dust > outputs). But there are other possible metrics and I maintain hope that > data will show the benefit of another metric or other metrics combined with > net-UTXO in a way that will allow us to reach consensus. > > As a further example, I also am quite concerned about 2-4-8MB with either > block size or net-UTXO as the base metric. As you say, it depends on how > the non-blocksize limit accounting/adjusting is done... But if a metric > were chosen that addressed my concerns (worst case propagation and > validation time), then I could be in favor of an initial bump that allowed > a larger number of typical transactions in a block. > > But where I really need to disagree is on the requirement for a 2nd hard > fork. I will go on record as being definitively against this. While being > conservative with respect to exponentials, I would very much like to make > sure that there is a long-term growth curve as part of any proposal. I am > willing to accept a hard-fork if the adopted plan is too conservative, but > I do not want to be kicking the can down the road to a scheduled 2nd hard > fork that absolutely must occur. That, I feel, could be a more dangerous > outcome than an exponential that outlasts conservative historical trends. > > I commend Jeff for writing a Chatham-rules summary of the outcome of some > hallway conversations that occurred. On the whole I think his summary does > represent the majority view of the opinions expressed by core developers at > the workshop. I will caution though that on nearly every issue there were > those expressed disagreement but did not fight the issue, and those who > said nothing and left unpolled opinions. Nevertheless this summary is > informative as it feeds forwards into the design of proposals that will be > made prior to the Hong Kong workshop in December, in order that they have a > higher likelihood of success. > > _______________________________________________ > bitcoin-dev mailing list > bitcoin-dev@lists.linuxfoundation.org > https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev > > -- I like to provide some work at no charge to prove my value. Do you need a techie? I own Litmocracy and Meme Racing (in alpha). I'm the webmaster for The Voluntaryist which now accepts Bitcoin. I also code for The Dollar Vigilante . "He ought to find it more profitable to play by the rules" - Satoshi Nakamoto --089e011777b59656f90520089a99 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
"But if a metric were chosen that addressed= my concerns (worst case=20 propagation and validation time), then I could be in favor of an initial bump that allowed a larger number of typical transactions in a block."= ;

+1.=C2=A0 A ratio is much more valuable than a simple metric= .=C2=A0 It seems clearly difficult to identify a reasonable limit to block = size, but the ratio between any one of several possible metrics and bytes i= n a block would work well and may already have a very good reasonable expec= ted range.

I like BTCDaysDestroyed (BTCDD) best.=C2=A0 If it might b= e time consuming to compute, then it need only be computed for all blocks l= ess than or equal in size to the average size of the largest 200 or so bloc= ks in the previous difficulty period.=C2=A0 To exceed that limit, a miner w= ould have to ensure that the block has enough BTCDD per byte.=C2=A0 "E= nough" could be hardcoded in each release, or if it's simple enoug= h, use the ratio as computed over all the blocks in the previous difficulty= period as the lower limit.

notplato

On Thu, Sep 17, 2015 at 10:55 PM,= Mark Friedenbach via bitcoin-dev <bitcoin-dev@lists.l= inuxfoundation.org> wrote:
=
Correction of a correction, in-line:

On Wed, S= ep 16, 2015 at 5:51 PM, Matt Corallo via bitcoin-dev <= = bitcoin-dev@lists.linuxfoundation.org> wrote:
> - Many interested or at least willing to acce= pt a "short term bump", a
> hard fork to modify block size limit regime to be cost-based via
> "net-utxo" rather than a simple static hard limit.=C2=A0 2-4= -8 and 17%/year
> were debated and seemed "in range" with what might work as a= short term
> bump - net after applying the new cost metric.

I would be careful to point out that hard numbers were deliberately = NOT
discussed. Though some general things were thrown out, they were not
extensively discussed nor agreed to. I personally think 2-4 is "in
range", though 8 maybe not so much. Of course it depends on exactly ho= w
the non-blocksize limit accounting/adjusting is done.

Still, the "greatest common denominator" agreement did not seem t= o be
agreeing to an increase which continues over time, but which instead
limits itself to a set, smooth increase for X time and then requires a
second hardfork if there is agreement on a need for more blocksize at
that point.

Perhaps it is = accurate to say that there wasn't consensus at all except that (1) we t= hink we can work together on resolving this impasse (yay!), and (2) it is c= onceivable that changing from block size to some other metric might provide= the basis for a compromise on near-term numbers.

As an e= xample, I do not think the net-UTXO metric provides any benefit with respec= t to scalability, and in some ways makes the situation worse (even though i= t helpfully solves an unrelated problem of spammy dust outputs). But there = are other possible metrics and I maintain hope that data will show the bene= fit of another metric or other metrics combined with net-UTXO in a way that= will allow us to reach consensus.

As a further example, = I also am quite concerned about 2-4-8MB with either block size or net-UTXO = as the base metric. As you say, it depends on how the non-blocksize limit a= ccounting/adjusting is done... But if a metric were chosen that addressed m= y concerns (worst case propagation and validation time), then I could be in= favor of an initial bump that allowed a larger number of typical transacti= ons in a block.

But where I really need to disagree is on= the requirement for a 2nd hard fork. I will go on record as being definiti= vely against this. While being conservative with respect to exponentials, I= would very much like to make sure that there is a long-term growth curve a= s part of any proposal. I am willing to accept a hard-fork if the adopted p= lan is too conservative, but I do not want to be kicking the can down the r= oad to a scheduled 2nd hard fork that absolutely must occur. That, I feel, = could be a more dangerous outcome than an exponential that outlasts conserv= ative historical trends.

I commend Jeff for writing a Cha= tham-rules summary of the outcome of some hallway conversations that occurr= ed. On the whole I think his summary does represent the majority view of th= e opinions expressed by core developers at the workshop. I will caution tho= ugh that on nearly every issue there were those expressed disagreement but = did not fight the issue, and those who said nothing and left unpolled opini= ons. Nevertheless this summary is informative as it feeds forwards into the= design of proposals that will be made prior to the Hong Kong workshop in D= ecember, in order that they have a higher likelihood of success.
<= /div>

_______________________________________________
bitcoin-dev mailing list
bitcoin-dev@lists.= linuxfoundation.org
https://lists.linuxfoundation.org/mail= man/listinfo/bitcoin-dev




--
I like to provide some work at no charge to pr= ove my value. Do you need a techie?=C2=A0
I own Litmocracy and Meme Racing (in alpha).
I'm th= e webmaster for T= he Voluntaryist which now accepts Bitcoin.
I also code for The Dollar Vigilante= .
"He ought to find it more profitable to play by the rules" -= Satoshi Nakamoto
--089e011777b59656f90520089a99--