Return-Path: Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id 93E969B for ; Fri, 7 Aug 2015 15:16:35 +0000 (UTC) X-Greylist: whitelisted by SQLgrey-1.7.6 Received: from mail-io0-f180.google.com (mail-io0-f180.google.com [209.85.223.180]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id D485614D for ; Fri, 7 Aug 2015 15:16:34 +0000 (UTC) Received: by iodd187 with SMTP id d187so114627323iod.2 for ; Fri, 07 Aug 2015 08:16:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=vCpRgbqpEFXkE6L+Wl4jnP6NyDPfJoIIOSG/dWOhmyo=; b=tyAj6rXABKG8mvXfdv+G2KuIfELQ4keaEzvdi9OSOHmRXdZSz/VXnCR7HYEj9vokNU ELTEDjN9XgyT4L7XLuwXAPm78dtaQ/5lIHgKmHvXCwxvoAU1pA2O/qH99eS3coXJh0KE /SXrhJVdQLK0RzXXvSJcGRX069AE5KH6QrjWwAWZLgox2eb0WoGRKHqz0js/eh2TAq0c kPxzzwgNH6Z1z7ouHsBoLdsFNPgNI1bznDXrwvh9dbyIrB70VISpQkHBpHJmXh5Bg+F9 ZtCeLAy9DWfdjUAmS+O/xJxpiLiqR3Ub5tBoY+5dmveyXvdAJwKjYPcB6U9ZafjM4QT0 ObWw== MIME-Version: 1.0 X-Received: by 10.107.37.142 with SMTP id l136mr8525066iol.126.1438960594186; Fri, 07 Aug 2015 08:16:34 -0700 (PDT) Received: by 10.36.77.201 with HTTP; Fri, 7 Aug 2015 08:16:34 -0700 (PDT) In-Reply-To: References: Date: Fri, 7 Aug 2015 17:16:34 +0200 Message-ID: From: Pieter Wuille To: Gavin Andresen Content-Type: multipart/alternative; boundary=001a1140269a0ff900051cba1f40 X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,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 Dev Subject: Re: [bitcoin-dev] Fees and the block-finding process 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, 07 Aug 2015 15:16:35 -0000 --001a1140269a0ff900051cba1f40 Content-Type: text/plain; charset=UTF-8 On Fri, Aug 7, 2015 at 4:57 PM, Gavin Andresen via bitcoin-dev < bitcoin-dev@lists.linuxfoundation.org> wrote: > Every once in a while the network will get lucky and we'll find six blocks > in ten minutes. If you are deciding what transaction fee to put on your > transaction, and you're willing to wait until that > six-blocks-in-ten-minutes once-a-week event, submit your transaction with a > low fee. > > All the higher-fee transactions waiting to be confirmed will get confirmed > in the first five blocks and, if miners don't have any floor on the fee > they'll accept (they will, but lets pretend they won't) then your > very-low-fee transaction will get confirmed. > > In the limit, that logic becomes "wait an infinite amount of time, pay > zero fee." > That's only the case when the actual rate of transactions with a non-zero fee is below what fits in blocks. If the total production rate is higher, even without configured floor by miners, a free transaction won't ever be mined, as there will always be some backlog of non-free transaction. Not saying that this is a likely outcome - it would inevitably mean that people are creating transactions without any guarantee that they'll be mined, which may not be what anyone is interested in. But perhaps there is some "use" for ultra-low-priority unreliable transactions (... despite DoS attacks). > > So... I have no idea what the 'market minimum fee' will be, because I have > no idea how long people will be willing to wait, how many times they'll be > willing to retransmit a low-fee transaction that gets evicted from > memory-limited memory pools, or how much memory miners will be willing to > dedicate to storing transactions that won't confirm for a long time because > they're waiting for a flurry of blocks to be found. > Fair enough, I don't think anyone knows. I guess my question (and perhaps that's what Jorge is after): do you feel that blocks should be increased in response to (or for fear of) such a scenario. And if so, if that is a reason for increase now, won't it be a reason for an increase later as well? It is my impression that your answer is yes, that this is why you want to increase the block size quickly and significantly, but correct me if I'm wrong. -- Pieter --001a1140269a0ff900051cba1f40 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

= On Fri, Aug 7, 2015 at 4:57 PM, Gavin Andresen via bitcoin-dev <bitcoin-dev@lists.linuxfoundation.org> wrote:
=
Every once in a while the n= etwork will get lucky and we'll find six blocks in ten minutes. If you = are deciding what transaction fee to put on your transaction, and you'r= e willing to wait until that six-blocks-in-ten-minutes once-a-week event, s= ubmit your transaction with a low fee.

All the higher-fee transactions waitin= g to be confirmed will get confirmed in the first five blocks and, if miner= s don't have any floor on the fee they'll accept (they will, but le= ts pretend they won't) then your very-low-fee transaction will get conf= irmed.

In the limit, that logic becomes "wait= an infinite amount of time, pay zero fee."

That's only the case when the actual rate= of transactions with a non-zero fee is below what fits in blocks. If the t= otal production rate is higher, even without configured floor by miners, a = free transaction won't ever be mined, as there will always be some back= log of non-free transaction. Not saying that this is a likely outcome - it = would inevitably mean that people are creating transactions without any gua= rantee that they'll be mined, which may not be what anyone is intereste= d in. But perhaps there is some "use" for ultra-low-priority unre= liable transactions (... despite DoS attacks).

So... I have no idea what the 'market min= imum fee' will be, because I have no idea how long people will be willi= ng to wait, how many times they'll be willing to retransmit a low-fee t= ransaction that gets evicted from memory-limited memory pools, or how much = memory miners will be willing to dedicate to storing transactions that won&= #39;t confirm for a long time because they're waiting for a flurry of b= locks to be found.

<= div>Fair enough, I don't think anyone knows.

I guess = my question (and perhaps that's what Jorge is after): do you feel that = blocks should be increased in response to (or for fear of) such a scenario.= And if so, if that is a reason for increase now, won't it be a reason = for an increase later as well? It is my impression that your answer is yes,= that this is why you want to increase the block size quickly and significa= ntly, but correct me if I'm wrong.

--
Pieter
=
--001a1140269a0ff900051cba1f40--