Return-Path: Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id 9EB1C959 for ; Thu, 27 Apr 2017 17:48:39 +0000 (UTC) X-Greylist: whitelisted by SQLgrey-1.7.6 Received: from mail-qt0-f178.google.com (mail-qt0-f178.google.com [209.85.216.178]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 54E58175 for ; Thu, 27 Apr 2017 17:48:38 +0000 (UTC) Received: by mail-qt0-f178.google.com with SMTP id g60so32319231qtd.3 for ; Thu, 27 Apr 2017 10:48:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=V6PUDJDeHyb7TvQo0yaZYI40uCcmzF1xPgrFpDj//xM=; b=f/e8v9pIrPdPJRoXvoCFgRVhhMdltEqTEp3jlPY4DyzYEMQsKIQWDhx89SeVD5bzUM KeJwqeLEgPPnRULJOPm1zG1qej9pz7qZ5makkKRCZ0HqhWEml/MMFokKk+GsxtRgQKWb Iis/YMDCkF90de2po+EXbHPYz6inM9jpffcQWdtmLEhLphbMY/dIWy4pAoHVDQUJ3Fp/ UZ/AkCZ1Vys3U/XLNheDizqvKXbFjWOVT1nvR/e+z/zOrbd21M+ey49AzmZB0D8gYRF7 aYqI/edgnrrP2H7zh5++hUbf3f/xWEAUflsdiFlezFdM06BSms2r/ERJfJch3/Uq55YQ gsEQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=V6PUDJDeHyb7TvQo0yaZYI40uCcmzF1xPgrFpDj//xM=; b=h/jObajGba+TQ36vWqmmjv5sIIhmu96brM6i56PLIn2pVtmm/F2nujMMy5mEcgFpyG IcyTVsUKQpp+E3sGImhU6G5SjthKfs2eeXwhN+p6ZGVugkoMN5CF8xyIh7+PO5xonzm4 ZssPwPXrISznEMEADh4C2qKfW7ablEUrjqi35A+tGkZlIo15Fy9zxcc9wMHxywqq9Z66 LHtFsgTRDAbocfsPlNDOXh4ZjKzwIflmlp9A9mMWxnONR0i2iJ/cPA/m/0FEudJ8EeSO 1SdLAnNEq8YGt3LNjL0BATjcDn/U1kW+WP033l4dNAkNth+EpmnLgZIXs1MqBZIuooQH 3hPg== X-Gm-Message-State: AN3rC/78KRK8kVMoQvMkTk+W46n7jZWagbglo2EhvrQ5PAnIse9U0A8R YFMq5c3cO/J2lH38DtvRsMo1LSo3TtkMCUc= X-Received: by 10.237.55.5 with SMTP id i5mr6163648qtb.76.1493315317239; Thu, 27 Apr 2017 10:48:37 -0700 (PDT) MIME-Version: 1.0 Received: by 10.55.138.7 with HTTP; Thu, 27 Apr 2017 10:48:16 -0700 (PDT) From: Matt Bell Date: Thu, 27 Apr 2017 10:48:16 -0700 Message-ID: To: bitcoin-dev@lists.linuxfoundation.org Content-Type: multipart/alternative; boundary=001a114333820593fd054e29910f X-Spam-Status: No, score=-2.2 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, HTML_MESSAGE, RCVD_IN_DNSWL_LOW, RCVD_IN_SORBS_SPAM autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.linux-foundation.org X-Mailman-Approved-At: Thu, 27 Apr 2017 17:52:43 +0000 Subject: [bitcoin-dev] Trustless Segwit activation bounty protocol (aka. bribing the miners) X-BeenThere: bitcoin-dev@lists.linuxfoundation.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Bitcoin Protocol Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Apr 2017 17:48:39 -0000 --001a114333820593fd054e29910f Content-Type: text/plain; charset=UTF-8 Hello everyone, I've been thinking of an alternative to possibly get Segwit activated sooner: bribing the miners. This proposal may not be necessary if everyone is already set on doing a UASF, but miners seem to optimize for short-term profits and this may make it easier for BitMain to accept its fate in losing the ASICBoost advantage. Here is a possible trustless contract protocol where contributors could pledge to a Segwit bounty which would be paid out to miners iff Segwit is activated, else the funds are returned to the contributor: # Setup - The contributor picks a possible future height where Segwit may be activated and when the funds should be released, H. - The contributor chooses a bounty contribution amount X. - The contributor generates 3 private keys (k1, k2, and k3) and corresponding pubkeys (K1, K2, and K3). - The contributor creates and broadcasts the Funding Transaction, which has 2 outputs: * Output 0, X BTC, P2SH redeem script: CHECKLOCKTIMEVERIFY DROP CHECKSIGVERIFY * Output 1, 0.00001 BTC, P2SH redeem script: CHECKLOCKTIMEVERIFY DROP CHECKSIGVERIFY - The contributor builds the Segwit Assertion Transaction: * nTimeLock set to H * Input 0, spends from Funding Transaction output 1, signed with k2, SIGHASH_ALL * Output 0, 0.00001 BTC, P2WPKH using K3 - The contributor builds the Bounty Payout Transaction: * nTimeLock set to H * Input 0, spends from Funding Transaction output 0, signed with k1, SIGHASH_ALL * Input 1, spends from Segwit Assertion Transaction output 0, signed with k3, SIGHASH_ALL * No outputs, all funds are paid to the miner - The contributor publishes the Segwit Assertion Transaction and Bounty Payout Transaction (with signatures) somewhere where miners can find them # Process 1. After the setup, miners can find Funding Transactions confirmed on the chain, and verify the other 2 transactions are correct and have valid signatures. They can sum all the valid bounty contracts they find to factor into their expected mining profit. 2A. Once the chain reaches height H-1, if Segwit has activated, miners can claim the bounty payout by including the Segwit Assertion and Bounty Payout transactions in their block H. Since Segwit has activated, the output from the Segwit Assertion tx can be spent by the Bounty Payout, so both transactions are valid and the miner receives the funds. 2B. If Segwit has not activated at height H, Input 1 of the Bounty Payout is not valid since it spends a P2WPKH output, preventing the miner from including the Bounty Payout transaction in the block. (However, the output of the Segwit Assertion tx can be claimed since it is treated as anyone-can-spend, although this is not an issue since it is a very small amount). The contributor can reclaim the funds from Output 0 of the Funding tx by creating a new transaction, signed with k1. # Notes - This is likely a win-win scenario for the contributors, since Segwit activating will likely increase the price of Bitcoin, which gives a positive return if the price increases enough. If it does not activate, the funds will be returned so nothing is at risk. - Contributors could choose H heights on or slightly after an upcoming possible activation height. If contributors pay out to many heights, then the bounty can be split among many miners, it doesn't have to be winner-take-all. - If Segwit does not activate at H, the contributor has until the next possible activation height to claim their refund without risking it being taken by another miner. This could be outsourced by signing a refund transaction which pays a fee to some third-party who will be online at H and can broadcast the transaction. If the contributor wants to pay a bounty for a later height, they should create a new contract otherwise a miner could invalidate the payout by spending the output of the Segwit Assertion. Thanks, I'd like to hear everyone's thoughts. Let me know if you find any glaring flaws or have any other comments. Matt --001a114333820593fd054e29910f Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hello everyone,

I've bee= n thinking of an alternative to possibly get Segwit activated sooner: bribi= ng the miners. This proposal may not be necessary if everyone is already se= t on doing a UASF, but =C2=A0miners seem to optimize for short-term profits= and this may make it easier for BitMain to accept its fate in losing the A= SICBoost advantage.

Here is a possible trustless c= ontract protocol where contributors could pledge to a Segwit bounty which w= ould be paid out to miners iff Segwit is activated, else the funds are retu= rned to the contributor:

# Setup

- The contributor picks a possible future height where Segwit may b= e activated and when the funds should be released, H.
- The contr= ibutor chooses a bounty contribution amount X.
- The contributor = generates 3 private keys (k1, k2, and k3) and corresponding pubkeys (K1, K2= , and K3).
- The contributor creates and broadcasts the Funding T= ransaction, which has 2 outputs:
=C2=A0 * Output 0, X BTC, P2SH r= edeem script:
=C2=A0 =C2=A0 <H> CHECKLOCKTIMEVERIFY DROP
=C2=A0 =C2=A0 <K1> CHECKSIGVERIFY
=C2=A0 * Output 1= , 0.00001 BTC, P2SH redeem script:
=C2=A0 =C2=A0 <H> CHECKL= OCKTIMEVERIFY DROP
=C2=A0 =C2=A0 <K2> CHECKSIGVERIFY
<= div>- The contributor builds the Segwit Assertion Transaction:
= =C2=A0 * nTimeLock set to H
=C2=A0 * Input 0, spends from Funding= Transaction output 1, signed with k2, SIGHASH_ALL
=C2=A0 * Outpu= t 0, 0.00001 BTC, P2WPKH using K3
- The contributor builds the Bo= unty Payout Transaction:
=C2=A0 * nTimeLock set to H
= =C2=A0 * Input 0, spends from Funding Transaction output 0, signed with k1,= SIGHASH_ALL
=C2=A0 * Input 1, spends from Segwit Assertion Trans= action output 0, signed with k3, SIGHASH_ALL
=C2=A0 * No outputs,= all funds are paid to the miner
- The contributor publishes the = Segwit Assertion Transaction and Bounty Payout Transaction (with signatures= ) somewhere where miners can find them

# Process

1. After the setup, miners can find Funding Transac= tions confirmed on the chain, and verify the other 2 transactions are corre= ct and have valid signatures. They can sum all the valid bounty contracts t= hey find to factor into their expected mining profit.
2A. Once th= e chain reaches height H-1, if Segwit has activated, miners can claim the b= ounty payout by including the Segwit Assertion and Bounty Payout transactio= ns in their block H. Since Segwit has activated, the output from the Segwit= Assertion tx can be spent by the Bounty Payout, so both transactions are v= alid and the miner receives the funds.
2B. If Segwit has not acti= vated at height H, Input 1 of the Bounty Payout is not valid since it spend= s a P2WPKH output, preventing the miner from including the Bounty Payout tr= ansaction in the block. (However, the output of the Segwit Assertion tx can= be claimed since it is treated as anyone-can-spend, although this is not a= n issue since it is a very small amount). The contributor can reclaim the f= unds from Output 0 of the Funding tx by creating a new transaction, signed = with k1.

# Notes

- This i= s likely a win-win scenario for the contributors, since Segwit activating w= ill likely increase the price of Bitcoin, which gives a positive return if = the price increases enough. If it does not activate, the funds will be retu= rned so nothing is at risk.
- Contributors could choose H heights= on or slightly after an upcoming possible activation height. If contributo= rs pay out to many heights, then the bounty can be split among many miners,= it doesn't have to be winner-take-all.
- If Segwit does not = activate at H, the contributor has until the next possible activation heigh= t to claim their refund without risking it being taken by another miner. Th= is could be outsourced by signing a refund transaction which pays a fee to = some third-party who will be online at H and can broadcast the transaction.= If the contributor wants to pay a bounty for a later height, they should c= reate a new contract otherwise a miner could invalidate the payout by spend= ing the output of the Segwit Assertion.

Thanks, I&= #39;d like to hear everyone's thoughts. Let me know if you find any gla= ring flaws or have any other comments.
Matt

<= /div> --001a114333820593fd054e29910f--