Return-Path: Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id F09717AE for ; Sun, 23 Aug 2015 18:08:44 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from s47.web-hosting.com (s47.web-hosting.com [199.188.200.16]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 2B87AAB for ; Sun, 23 Aug 2015 18:08:43 +0000 (UTC) Received: from localhost ([::1]:39321 helo=server47.web-hosting.com) by server47.web-hosting.com with esmtpa (Exim 4.85) (envelope-from ) id 1ZTZhC-0029ZL-2y for bitcoin-dev@lists.linuxfoundation.org; Sun, 23 Aug 2015 14:08:42 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Sun, 23 Aug 2015 14:08:41 -0400 From: jl2012@xbt.hk To: bitcoin-dev@lists.linuxfoundation.org Message-ID: <8e1f634bb21c57090351bf02360add12@xbt.hk> X-Sender: jl2012@xbt.hk User-Agent: Roundcube Webmail/1.0.5 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - server47.web-hosting.com X-AntiAbuse: Original Domain - lists.linuxfoundation.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - xbt.hk X-Get-Message-Sender-Via: server47.web-hosting.com: authenticated_id: jl2012@xbt.hk X-Source: X-Source-Args: X-Source-Dir: X-From-Rewrite: unmodified, already matched X-Spam-Status: No, score=-0.7 required=5.0 tests=BAYES_40,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 Subject: [bitcoin-dev] =?utf-8?q?Encouraging_mining_of_the_first_few_big_b?= =?utf-8?q?locks_with_OP=5FCSV_and_BIP68?= 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: Sun, 23 Aug 2015 18:08:45 -0000 Someone is going to burn 150BTC to create a backlog of 30-day in September. https://www.reddit.com/r/Bitcoin/comments/3hgke4/coinwallet_says_bitcoin_stress_test_in_september/ However, the money could be spent more wisely by encouraging mining of the first few big blocks Assumptions: 1. OP_CSV and BIP68 are enabled 2. Max tx size remains 1MB The donor will create a transaction, with an input of 150BTC, and 10 outputs: 1. 0 BTC to "OP_RETURN " 2. 42 BTC to "OP_1 OP_CSV" 3. 21 BTC to "OP_2 OP_CSV" 4. 10.5 BTC to "OP_3 OP_CSV" 5. 5.25 BTC to "OP_4 OP_CSV" 6. 2.625 BTC to "OP_5 OP_CSV" 7. 1.3125 BTC to "OP_6 OP_CSV" 8. 0.65625 BTC to "OP_7 OP_CSV" 9. 0.328125 BTC to "OP_8 OP_CSV" 10. 0.328125 BTC to "OP_9 OP_CSV" The first output will fill up the size to 1MB. This tx could not be confirmed by a pre-hardfork miner because the coinbase tx will consume some block space. The first big block miner will be able to collect 66BTC of fee. The block confirming the first big block will collect 42BTC of fee, etc. This will create a long enough chain to bootstrap the hardfork. The amount is chosen to make sure the difference is <25BTC, so miners would have less incentive to create a fork instead of confirming other's block. However, a miner cartel may launch a 51% attack to collect all money. Such incentive may be reduced by adjusting the distribution of donation. (Actually, such cartel may be formed anytime, just for collecting more block reward)