Received: from sog-mx-4.v43.ch3.sourceforge.com ([172.29.43.194] helo=mx.sourceforge.net) by sfs-ml-4.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1YtaHQ-0005m6-Gs for bitcoin-development@lists.sourceforge.net; Sat, 16 May 2015 11:29:20 +0000 Received-SPF: pass (sog-mx-4.v43.ch3.sourceforge.com: domain of gmail.com designates 209.85.220.180 as permitted sender) client-ip=209.85.220.180; envelope-from=tier.nolan@gmail.com; helo=mail-qk0-f180.google.com; Received: from mail-qk0-f180.google.com ([209.85.220.180]) by sog-mx-4.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-SHA:128) (Exim 4.76) id 1YtaHP-0004D1-Ha for bitcoin-development@lists.sourceforge.net; Sat, 16 May 2015 11:29:20 +0000 Received: by qkgx75 with SMTP id x75so85561404qkg.1 for ; Sat, 16 May 2015 04:29:14 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.55.49.12 with SMTP id x12mr8642964qkx.21.1431775754134; Sat, 16 May 2015 04:29:14 -0700 (PDT) Received: by 10.140.85.241 with HTTP; Sat, 16 May 2015 04:29:14 -0700 (PDT) In-Reply-To: <9BBD3F51-2FE0-4861-B045-6ACFC48AA21D@gmail.com> References: <554BE0E1.5030001@bluematt.me> <20150508163701.GA27417@savin.petertodd.org> <20150509030833.GA28871@savin.petertodd.org> <9BBD3F51-2FE0-4861-B045-6ACFC48AA21D@gmail.com> Date: Sat, 16 May 2015 12:29:14 +0100 Message-ID: From: Tier Nolan Cc: Bitcoin Dev Content-Type: multipart/alternative; boundary=001a11477b6e3929c3051631450b X-Spam-Score: 2.4 (++) X-Spam-Report: Spam Filtering performed by mx.sourceforge.net. See http://spamassassin.org/tag/ for more details. -1.5 SPF_CHECK_PASS SPF reports sender host as permitted sender for sender-domain 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (tier.nolan[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record 1.2 MISSING_HEADERS Missing To: header 1.0 HTML_MESSAGE BODY: HTML included in message -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature 1.9 MALFORMED_FREEMAIL Bad headers on message from free email service -0.1 AWL AWL: Adjusted score from AWL reputation of From: address X-Headers-End: 1YtaHP-0004D1-Ha Subject: Re: [Bitcoin-development] Block Size Increase Requirements 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: Sat, 16 May 2015 11:29:20 -0000 --001a11477b6e3929c3051631450b Content-Type: text/plain; charset=UTF-8 On Sat, May 16, 2015 at 5:39 AM, Stephen wrote: > I think this could be mitigated by counting confirmations differently. We > should think of confirmations as only coming from blocks following the > miners' more strict rule set. So if a merchant were to see payment for the > first time in a block that met their own size restrictions but not the > miners', then they would simply count it as unconfirmed. > In effect, there is a confirm penalty for less strict blocks. Confirms = max(miner_confirms, merchant_confirms - 3, 0) Merchants who don't upgrade end up having to wait longer to hit confirmations. If they get deep enough in the chain, though, the client should probably > count them as being confirmed anyway, even if they don't meet the client > nodes' expectation of the miners' block size limit. This happening probably > just means that the client has not updated their software (or > -minermaxblocksize configuration, depending on how it is implemented) in a > long time. > That is a good idea. Any parameters that have miner/merchant differences should be modifiable (but only upwards) in the command line. "Why are my transactions taking longer to confirm?" "There was a soft fork to make the block size larger and your client is being careful. You need to add "minermaxblocksize=4MB" to your bitcoin.conf file." Hah, it could be called a "semi-hard fork"? --001a11477b6e3929c3051631450b Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
On S= at, May 16, 2015 at 5:39 AM, Stephen <stephencalebmorse@gmail.co= m> wrote:
I think this could be mitigated by counting confirmations differentl= y. We should think of confirmations as only coming from blocks following th= e miners' more strict rule set. So if a merchant were to see payment fo= r the first time in a block that met their own size restrictions but not th= e miners', then they would simply count it as unconfirmed.

In effect, there is a confirm penalty for less stri= ct blocks.=C2=A0 Confirms =3D max(miner_confirms, merchant_confirms - 3, 0)=
=C2=A0
Merchants who don't upgrade end up = having to wait longer to hit confirmations.

If they get deep enough in the chain, though, the client should probably co= unt them as being confirmed anyway, even if they don't meet the client = nodes' expectation of the miners' block size limit. This happening = probably just means that the client has not updated their software (or -min= ermaxblocksize configuration, depending on how it is implemented) in a long= time.

That is a good idea.=C2=A0 Any p= arameters that have miner/merchant differences should be modifiable (but on= ly upwards) in the command line.

"Why are my transac= tions taking longer to confirm?"

"There was a s= oft fork to make the block size larger and your client is being careful.=C2= =A0 You need to add "minermaxblocksize=3D4MB" to your bitcoin.con= f file."

Hah, it could be called a "semi-hard f= ork"?
--001a11477b6e3929c3051631450b--