diff options
author | Matt Corallo <lf-lists@mattcorallo.com> | 2016-10-16 17:52:09 +0000 |
---|---|---|
committer | bitcoindev <bitcoindev@gnusha.org> | 2016-10-16 17:52:15 +0000 |
commit | b13b40b8cd9f39a3af569638d27f875a3e6f313e (patch) | |
tree | 55bdbff39e1d9302434ec40bd804167e6a730d27 | |
parent | 62f5b1ff3ea3a9fde8f711e297914f1b6102c618 (diff) | |
download | pi-bitcoindev-b13b40b8cd9f39a3af569638d27f875a3e6f313e.tar.gz pi-bitcoindev-b13b40b8cd9f39a3af569638d27f875a3e6f313e.zip |
Re: [bitcoin-dev] Start time for BIP141 (segwit)
-rw-r--r-- | cf/e0d08beb8dda1adbd1ce30f20d6b01707cf4dd | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/cf/e0d08beb8dda1adbd1ce30f20d6b01707cf4dd b/cf/e0d08beb8dda1adbd1ce30f20d6b01707cf4dd new file mode 100644 index 000000000..67eb7b699 --- /dev/null +++ b/cf/e0d08beb8dda1adbd1ce30f20d6b01707cf4dd @@ -0,0 +1,73 @@ +Return-Path: <lf-lists@mattcorallo.com> +Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org + [172.17.192.35]) + by mail.linuxfoundation.org (Postfix) with ESMTPS id 47ACBA47 + for <bitcoin-dev@lists.linuxfoundation.org>; + Sun, 16 Oct 2016 17:52:15 +0000 (UTC) +X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 +Received: from mail.bluematt.me (mail.bluematt.me [192.241.179.72]) + by smtp1.linuxfoundation.org (Postfix) with ESMTPS id BC014A5 + for <bitcoin-dev@lists.linuxfoundation.org>; + Sun, 16 Oct 2016 17:52:14 +0000 (UTC) +Received: from [IPv6:2607:fb90:1f07:dd9d:fffd:282e:48f7:454c] (unknown + [172.56.19.102]) + by mail.bluematt.me (Postfix) with ESMTPSA id 3CD3E13549A; + Sun, 16 Oct 2016 17:52:13 +0000 (UTC) +In-Reply-To: <CAPg+sBjdyJ297-GZvVc-wQwCEX-cRAGTNWDd92SgVzdCcD_ZMw@mail.gmail.com> +References: <CAPg+sBjdyJ297-GZvVc-wQwCEX-cRAGTNWDd92SgVzdCcD_ZMw@mail.gmail.com> +MIME-Version: 1.0 +Content-Transfer-Encoding: 8bit +Content-Type: text/plain; + charset=UTF-8 +From: Matt Corallo <lf-lists@mattcorallo.com> +Date: Sun, 16 Oct 2016 17:52:09 +0000 +To: Pieter Wuille <pieter.wuille@gmail.com>, + Bitcoin Protocol Discussion <bitcoin-dev@lists.linuxfoundation.org>, + Pieter Wuille via bitcoin-dev <bitcoin-dev@lists.linuxfoundation.org>, + Bitcoin Dev <bitcoin-dev@lists.linuxfoundation.org> +Message-ID: <3F963D18-00A8-4425-8479-43034811664C@mattcorallo.com> +X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham + version=3.3.1 +X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on + smtp1.linux-foundation.org +Subject: Re: [bitcoin-dev] Start time for BIP141 (segwit) +X-BeenThere: bitcoin-dev@lists.linuxfoundation.org +X-Mailman-Version: 2.1.12 +Precedence: list +List-Id: Bitcoin Protocol Discussion <bitcoin-dev.lists.linuxfoundation.org> +List-Unsubscribe: <https://lists.linuxfoundation.org/mailman/options/bitcoin-dev>, + <mailto:bitcoin-dev-request@lists.linuxfoundation.org?subject=unsubscribe> +List-Archive: <http://lists.linuxfoundation.org/pipermail/bitcoin-dev/> +List-Post: <mailto:bitcoin-dev@lists.linuxfoundation.org> +List-Help: <mailto:bitcoin-dev-request@lists.linuxfoundation.org?subject=help> +List-Subscribe: <https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev>, + <mailto:bitcoin-dev-request@lists.linuxfoundation.org?subject=subscribe> +X-List-Received-Date: Sun, 16 Oct 2016 17:52:15 -0000 + +This start time seems reasonable to me. It is mostly in line with BIP 9's proposed defaults, which seems like an appropriate choice. + +On October 16, 2016 10:31:55 AM EDT, Pieter Wuille via bitcoin-dev <bitcoin-dev@lists.linuxfoundation.org> wrote: +>Hello all, +> +>We're getting ready for Bitcoin Core's 0.13.1 release - the first one +>to include segregated witness (BIP 141, 143, 144, 145) for Bitcoin +>mainnet, after being extensively tested on testnet and in other +>software. Following the BIP9 recommendation [1] to set the versionbits +>start time a month in the future and discussion in the last IRC +>meeting [2], I propose we set BIP 141's start time to November 15, +>2016, 0:00 UTC (unix time 1479168000). +> +>Note that this is just a lower bound on the time when the versionbits +>signalling can begin. Activation on the network requires: +>(1) This date to pass +>(2) A full retarget window of 2016 blocks with 95% signalling the +>version bit (bit 1 for BIP141) +>(3) A fallow period consisting of another 2016 blocks. +> +> [1] https://github.com/bitcoin/bips/blob/master/bip-0009.mediawiki +>[2] +>http://www.erisian.com.au/meetbot/bitcoin-core-dev/2016/bitcoin-core-dev.2016-10-13-19.04.log.html +> +>Cheers, + + |