<div dir="ltr">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.<div><br></div><div>Votes are aggregated over each 2016 block period. Each coinbase transaction may have an output at <font face="monospace, monospace">tx.vout[0]</font> with <font face="monospace, monospace">OP_RETURN</font> data in it of the format:<br></div><div><br></div><div><font face="monospace, monospace">  OP_RETURN {OP_1 or OP_2}</font></div><div><br></div><div><font face="monospace, monospace">OP_2</font> means the miner votes to increase the block size limit. <font face="monospace, monospace">OP_1</font> means the miner votes to not increase the block size limit. <b>Not including such a vote is equivalent to voting to NOT increase the block size. </b>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. </div><div><br></div><div>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. </div><div><br></div><div>A few important properties of this simple voting:</div><div><ul><li>It&#39;s not gameable via broadcasting transactions (assuming miners don&#39;t set their votes to be automatic, based on the size of recent blocks).</li><li>Miners don&#39;t have to bloat their blocks artificially just to place a vote for larger block sizes, and, similarly, don&#39;t need to exclude transactions even when they think the block size does not need to be raised.<br></li><li>The chain up until the point that this goes into effect may be interpreted as just lacking votes to increase the block size. </li></ul></div><div>We can&#39;t trust all miners, but we have to trust that &gt;50% of them are honest for the system to work. This system makes it so that altering the maximum block size requires &gt;50% of miners (hash power) to vote to increase the consensus-limit.</div><div><br></div><div>Thanks for your time. I think this is an important time in Bitcoin&#39;s history. I&#39;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&#39;s time we just pick one and run with it. </div><div><br></div><div>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.</div><div><br></div><div>Best,</div><div>Stephen</div><div><br></div><div><br></div></div>