Received: from sog-mx-2.v43.ch3.sourceforge.com ([172.29.43.192] helo=mx.sourceforge.net) by sfs-ml-2.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1Z6MKQ-0001YY-AB for bitcoin-development@lists.sourceforge.net; Sat, 20 Jun 2015 17:13:14 +0000 Received-SPF: pass (sog-mx-2.v43.ch3.sourceforge.com: domain of gmail.com designates 209.85.215.45 as permitted sender) client-ip=209.85.215.45; envelope-from=pieter.wuille@gmail.com; helo=mail-la0-f45.google.com; Received: from mail-la0-f45.google.com ([209.85.215.45]) by sog-mx-2.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-SHA:128) (Exim 4.76) id 1Z6MKP-0006NH-C6 for bitcoin-development@lists.sourceforge.net; Sat, 20 Jun 2015 17:13:14 +0000 Received: by lacny3 with SMTP id ny3so89787906lac.3 for ; Sat, 20 Jun 2015 10:13:07 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.152.37.67 with SMTP id w3mr22841029laj.123.1434820387024; Sat, 20 Jun 2015 10:13:07 -0700 (PDT) Received: by 10.112.19.7 with HTTP; Sat, 20 Jun 2015 10:13:06 -0700 (PDT) Received: by 10.112.19.7 with HTTP; Sat, 20 Jun 2015 10:13:06 -0700 (PDT) In-Reply-To: References: Date: Sat, 20 Jun 2015 19:13:06 +0200 Message-ID: From: Pieter Wuille To: Bitcoin Dev Content-Type: multipart/alternative; boundary=089e0158ba0a7c36090518f627bf X-Spam-Score: -0.6 (/) 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 (pieter.wuille[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record 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 X-Headers-End: 1Z6MKP-0006NH-C6 Subject: [Bitcoin-development] Hard fork via miner vote 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, 20 Jun 2015 17:13:14 -0000 --089e0158ba0a7c36090518f627bf Content-Type: text/plain; charset=UTF-8 Hello all, I've seen ideas around hard fork proposals that involve a block version vote (a la BIP34, BIP66, or my more recent versionbits BIP draft). I believe this is a bad idea, independent of what the hard fork itself is. Ultimately, the purpose of a hard fork is asking the whole community to change their full nodes to new code. The purpose of the trigger mechanism is to establish when that has happened. Using a 95% threshold, implies the fork can happen when at least 5% of miners have not upgraded, which implies some full nodes have not (as miners are nodes), and in addition, means the old chain can keep growing too, confusing old non-miner nodes as well. Ideally, the fork should be scheduled when one is certain nodes will have upgraded, and the risk for a fork will be gone. If everyone has upgraded, no vote is necessary, and if nodes have not, it remains risky to fork them off. I understand that, in order to keep humans in the loop, you want an observable trigger mechanism, and a hashrate vote is an easy way to do this. But at least, use a minimum timestamp you believe to be reasonable for upgrade, and a 100% threshold afterwards. Anything else guarantees that your forking change happens *knowingly* before the risk is gone. You may argue that miners would be asked to - and have it in their best interest - to not actually make blocks that violate the changed rule before they are reasonably sure that everyone has upgraded. That is possible, but it does not gain you anything over just using a 100% threshold, as how would they be reasonably sure everyone has upgraded, while blocks creater by non-upgraded miners are still being created? TL;DR: use a timestamp switchover for a hard fork, or add a block voting threshold as a means to keep humans in the loop, but if you do, use 100% as threshold. -- Pieter --089e0158ba0a7c36090518f627bf Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

Hello all,

I've seen ideas around hard fork proposals that involve = a block version vote (a la BIP34, BIP66, or my more recent versionbits BIP = draft). I believe this is a bad idea, independent of what the hard fork its= elf is.

Ultimately, the purpose of a hard fork is asking the whole c= ommunity to change their full nodes to new code. The purpose of the trigger= mechanism is to establish when that has happened.

Using a 95% threshold, implies the fork can happen when at l= east 5% of miners have not upgraded, which implies some full nodes have not= (as miners are nodes), and in addition, means the old chain can keep growi= ng too, confusing old non-miner nodes as well.

Ideally, the fork should be scheduled when one is certain no= des will have upgraded, and the risk for a fork will be gone. If everyone h= as upgraded, no vote is necessary, and if nodes have not, it remains risky = to fork them off.

I understand that, in order to keep humans in the loop, you = want an observable trigger mechanism, and a hashrate vote is an easy way to= do this. But at least, use a minimum timestamp you believe to be reasonabl= e for upgrade, and a 100% threshold afterwards. Anything else guarantees th= at your forking change happens *knowingly* before the risk is gone.

You may argue that miners would be asked to - and have it in= their best interest - to not actually make blocks that violate the changed= rule before they are reasonably sure that everyone has upgraded. That is p= ossible, but it does not gain you anything over just using a 100% threshold= , as how would they be reasonably sure everyone has upgraded, while blocks = creater by non-upgraded miners are still being created?

TL;DR: use a timestamp switchover for a hard fork, or add a = block voting threshold as a means to keep humans in the loop, but if you do= , use 100% as threshold.

--
Pieter

--089e0158ba0a7c36090518f627bf--