Received: from sog-mx-2.v43.ch3.sourceforge.com ([172.29.43.192] helo=mx.sourceforge.net) by sfs-ml-3.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1Yz8XG-00041o-II for bitcoin-development@lists.sourceforge.net; Sun, 31 May 2015 19:04:38 +0000 Received-SPF: pass (sog-mx-2.v43.ch3.sourceforge.com: domain of gmail.com designates 209.85.213.41 as permitted sender) client-ip=209.85.213.41; envelope-from=stephencalebmorse@gmail.com; helo=mail-yh0-f41.google.com; Received: from mail-yh0-f41.google.com ([209.85.213.41]) by sog-mx-2.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-SHA:128) (Exim 4.76) id 1Yz8XF-0000Tk-Ma for bitcoin-development@lists.sourceforge.net; Sun, 31 May 2015 19:04:38 +0000 Received: by yhpn97 with SMTP id n97so28463578yhp.0 for ; Sun, 31 May 2015 12:04:32 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.236.45.2 with SMTP id o2mr19057791yhb.194.1433099072196; Sun, 31 May 2015 12:04:32 -0700 (PDT) Received: by 10.13.245.70 with HTTP; Sun, 31 May 2015 12:04:32 -0700 (PDT) Date: Sun, 31 May 2015 15:04:32 -0400 Message-ID: From: Stephen Morse To: bitcoin-development Content-Type: multipart/alternative; boundary=089e0122f52e2055d7051765615d 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 (stephencalebmorse[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: 1Yz8XF-0000Tk-Ma Subject: [Bitcoin-development] Max Block Size: Simple Voting Procedure 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: Sun, 31 May 2015 19:04:38 -0000 --089e0122f52e2055d7051765615d Content-Type: text/plain; charset=UTF-8 This is likely very similar to other proposals, but I want to bring voting procedures back into the discussion. The goal here is to create a voting procedure that is as simple as possible to increase the block size limit. Votes are aggregated over each 2016 block period. Each coinbase transaction may have an output at tx.vout[0] with OP_RETURN data in it of the format: OP_RETURN {OP_1 or OP_2} OP_2 means the miner votes to increase the block size limit. OP_1 means the miner votes to not increase the block size limit. *Not including such a vote is equivalent to voting to NOT increase the block size. *I first thought that not voting should mean that you vote with your block size, but then decided that it would be too gameable by others broadcasting transactions to affect your block size. If in a 2016 block round there were more than 1008 blocks that voted to increase the block size limit, then the max block size increases by 500 kb. The votes can start when there is a supermajority of miners signaling support for the voting procedure. A few important properties of this simple voting: - It's not gameable via broadcasting transactions (assuming miners don't set their votes to be automatic, based on the size of recent blocks). - Miners don't have to bloat their blocks artificially just to place a vote for larger block sizes, and, similarly, don't need to exclude transactions even when they think the block size does not need to be raised. - The chain up until the point that this goes into effect may be interpreted as just lacking votes to increase the block size. We can't trust all miners, but we have to trust that >50% of them are honest for the system to work. This system makes it so that altering the maximum block size requires >50% of miners (hash power) to vote to increase the consensus-limit. Thanks for your time. I think this is an important time in Bitcoin's history. I'm not married to this proposal, but I think it would work. I think a lot of the proposals mentioned on this mailing list would work. I think it's time we just pick one and run with it. Please let me know your thoughts. I will start working on a pull request if this receives any support from miners/core devs/community members, unless someone with more experience volunteers. Best, Stephen --089e0122f52e2055d7051765615d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
This is likely very similar to other proposals, but I want= to bring voting procedures back into the discussion. The goal here is to c= reate a voting procedure that is as simple as possible to increase the bloc= k size limit.

Votes are aggregated over each 2016 block = period. Each coinbase transaction may have an output at tx.vout[0] with OP_RETURN data in it of the format:

=C2=A0 OP_RETURN {OP_1 or OP_2}

OP_2=C2= =A0means the miner votes to increase the block size limit. OP_1=C2=A0means the miner votes to not increase = the block size limit. Not including such a vote is equivalent to voting = to NOT increase the block size. I first thought that not voting should = mean that you vote with your block size, but then decided that it would be = too gameable by others broadcasting transactions to affect your block size.= =C2=A0

If in a 2016 block round there were more th= an 1008 blocks that voted to increase the block size limit, then the max bl= ock size increases by 500 kb. The votes can start when there is a supermajo= rity of miners signaling support for the voting procedure.=C2=A0
=
A few important properties of this simple voting:
=
  • It's not gameable via broadcasting transactions (assuming miner= s don't set their votes to be automatic, based on the size of recent bl= ocks).
  • Miners don't have to bloat their blocks artificially jus= t to place a vote for larger block sizes, and, similarly, don't need to= exclude transactions even when they think the block size does not need to = be raised.
  • The chain up until the point that this goes into eff= ect may be interpreted as just lacking votes to increase the block size.=C2= =A0
We can't trust all miners, but we have to trust= that >50% of them are honest for the system to work. This system makes = it so that altering the maximum block size requires >50% of miners (hash= power) to vote to increase the consensus-limit.

T= hanks for your time. I think this is an important time in Bitcoin's his= tory. I'm not married to this proposal, but I think it would work. I th= ink a lot of the proposals mentioned on this mailing list would work. I thi= nk it's time we just pick one and run with it.=C2=A0

Please let me know your thoughts. I will start working on a pull req= uest if this receives any support from miners/core devs/community members, = unless someone with more experience volunteers.

Be= st,
Stephen


--089e0122f52e2055d7051765615d--