Return-Path: Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id 50DB6727 for ; Sat, 17 Jun 2017 05:37:50 +0000 (UTC) X-Greylist: whitelisted by SQLgrey-1.7.6 Received: from mail-ua0-f176.google.com (mail-ua0-f176.google.com [209.85.217.176]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id CFB04FC for ; Sat, 17 Jun 2017 05:37:47 +0000 (UTC) Received: by mail-ua0-f176.google.com with SMTP id j53so22167471uaa.2 for ; Fri, 16 Jun 2017 22:37:47 -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=oiwg4pkNRSYSu+RvSQXK4PfWspJYDTu8Jd4p9DubCkM=; b=USWt5HVUBkSAj5lvl5Po7OnAO69H+7tM5vHssQ4yuHAInai/rMEOqykxx+8QjOoZ2P EoE2PYEqVi2vvDwZQhaam3YH/iX0WKkUUglC3zmK+kkLkOaDewU3chCt/P77N5QSGZkH q/oLDEDeTxuR04JXmnbpqQfKrSK6Z+Po/agOUlo97WWv/VEv42K8j05n0fwDUA07u8Kb 3YDlTNcVukXjmxTstdvjX9XIUDm5R29UttRdgzVd3KBcmIqtZQ4Yt27zv886Yy1X+JVk EEmwbz2rK51MFqn/XIXKLphdrO279ik/aRUEM16412pI5t/X3xUPrBLYiB+LtwLb6j0m R0+Q== 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=oiwg4pkNRSYSu+RvSQXK4PfWspJYDTu8Jd4p9DubCkM=; b=juV36/w7W1kUzxe+7WlN6XwBLR+SuUPFykUxsYhf1eU0HCUboec6T+ylSAZmGDqLtA 5zHAIjheRULQFDMAX+uIWzIJo73ENf7vmWGaGx5z8XAiXPxn/6bCABkUZXVsuiBCcFkt 4a0mzKUU3yyKwT+x+1X4VRJPPj+C0bKyoSOxrsP5LN2908ocbMsPKn8PBkboukDsBifm 1SNwlF6qoSi3b9D33dIEgkt5tXyteoZyOCNP0ENnVeKDPn12+kC8uSN91rhUgrJEppC4 HtTJ5NBzfeubhX9YXp7L/23bcaNade4fP3/gpJt3XAHwJGWgzNXrgN/wEYC6UD+kQYh7 zlMQ== X-Gm-Message-State: AKS2vOyfdq9c2IE8JyJ8lTv+T13l8pSvpztOaX4dpDWnlFMU2Lx8UQE0 Vol7irJu1cMsXTtAujvqGWXwddEsiN2g X-Received: by 10.176.23.224 with SMTP id p32mr5403060uaf.24.1497677866801; Fri, 16 Jun 2017 22:37:46 -0700 (PDT) MIME-Version: 1.0 Received: by 10.176.17.208 with HTTP; Fri, 16 Jun 2017 22:37:46 -0700 (PDT) From: =?UTF-8?Q?Martin_Habov=C5=A1tiak?= Date: Sat, 17 Jun 2017 07:37:46 +0200 Message-ID: To: bitcoin-dev@lists.linuxfoundation.org Content-Type: multipart/alternative; boundary="f403043eecd83d202b0552214ddf" X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, HTML_MESSAGE, RCVD_IN_DNSWL_NONE 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: Sat, 17 Jun 2017 13:01:35 +0000 Subject: [bitcoin-dev] User coordination of soft fork activation 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: Sat, 17 Jun 2017 05:37:50 -0000 --f403043eecd83d202b0552214ddf Content-Type: text/plain; charset="UTF-8" Hello! I'd appreciate if anyone would like to review my proposal on improving UASFs, here's the link: https://gist.github.com/Kixunil/a99c45e79d74bf73328d4192100aa6c6 Abstract: This document proposes a novel way to improve coordination of users who wish to activate a new soft fork in Bitcoin. The main idea is to use smart contracts to incentivize users to actually enforce the soft fork with lower risk of support being too low. At the same time the contract is in effect only if significant part of economy agrees to it. The contract also signals the intent to miners and other users in a way that would be otherwise expensive for sybil attackers. This proposal also suggests an interesting way to pay developers for the development of the soft fork code. FYI the document is timestamped in transaction 05d5eabcf77964a1e5a704175ef2e54f1fe243ed7aad0a80ede47845173bd2e5 in block 0000000000000000002f4b63ee720958da187405bb807466177be8da2c6ad3b6. Have a nice day! Martin --f403043eecd83d202b0552214ddf Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hello!

I'd appreciate if= anyone would like to review my proposal on improving UASFs, here's the= link: https://gist.github.com/Kixunil/a99c45e79d74bf73328d4192100aa6c6





--f403043eecd83d202b0552214ddf--