diff options
author | Johnson Lau <jl2012@xbt.hk> | 2016-10-17 03:11:23 +0800 |
---|---|---|
committer | bitcoindev <bitcoindev@gnusha.org> | 2016-10-16 19:11:32 +0000 |
commit | e594cfc5c98d48085fd25cbc0e8dc424a5485346 (patch) | |
tree | 37201ecd0cb72be14ea68d2f45424b37622c247d | |
parent | 7b86c409ed75873b281c05cd7887656c6482a08c (diff) | |
download | pi-bitcoindev-e594cfc5c98d48085fd25cbc0e8dc424a5485346.tar.gz pi-bitcoindev-e594cfc5c98d48085fd25cbc0e8dc424a5485346.zip |
Re: [bitcoin-dev] Start time for BIP141 (segwit)
-rw-r--r-- | 82/91dba9936661fcefaf76f1fea88d139c5408e0 | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/82/91dba9936661fcefaf76f1fea88d139c5408e0 b/82/91dba9936661fcefaf76f1fea88d139c5408e0 new file mode 100644 index 000000000..98535650d --- /dev/null +++ b/82/91dba9936661fcefaf76f1fea88d139c5408e0 @@ -0,0 +1,80 @@ +Return-Path: <jl2012@xbt.hk> +Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org + [172.17.192.35]) + by mail.linuxfoundation.org (Postfix) with ESMTPS id B2EFDA67 + for <bitcoin-dev@lists.linuxfoundation.org>; + Sun, 16 Oct 2016 19:11:32 +0000 (UTC) +X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 +Received: from sender163-mail.zoho.com (sender163-mail.zoho.com + [74.201.84.163]) + by smtp1.linuxfoundation.org (Postfix) with ESMTPS id EFA9510F + for <bitcoin-dev@lists.linuxfoundation.org>; + Sun, 16 Oct 2016 19:11:31 +0000 (UTC) +Received: from mail.zoho.com by mx.zohomail.com + with SMTP id 1476645083235143.39714122433338; + Sun, 16 Oct 2016 12:11:23 -0700 (PDT) +Date: Mon, 17 Oct 2016 03:11:23 +0800 +From: Johnson Lau <jl2012@xbt.hk> +To: "Tom Zander" <tomz@freedommail.ch>, + "bitcoin-dev" <bitcoin-dev@lists.linuxfoundation.org> +Message-ID: <157cee7d85f.d54d998f341542.5677728872543901935@xbt.hk> +In-Reply-To: <9782389.Gd5V7OpbDZ@strawberry> +References: <CAPg+sBjdyJ297-GZvVc-wQwCEX-cRAGTNWDd92SgVzdCcD_ZMw@mail.gmail.com> + <2034434.4WpKWoeOrB@strawberry> + <CABm2gDrhCw-5mpCK814hK4Y1sEUcHZyFMHqHziC1b1LLtMWVDA@mail.gmail.com> + <9782389.Gd5V7OpbDZ@strawberry> +MIME-Version: 1.0 +Content-Type: text/plain; charset="UTF-8" +Content-Transfer-Encoding: 7bit +X-Priority: Medium +User-Agent: Zoho Mail +X-Mailer: Zoho Mail +X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,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 +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 19:11:32 -0000 + + + + + ---- On Mon, 17 Oct 2016 02:54:04 +0800 Tom Zander via bitcoin-dev <bitcoin-dev@lists.linuxfoundation.org> wrote ---- + + > Honestly, if the reason for the too-short-for-safety timespan is that you + > want to use BIP9, then please take a step back and realize that SegWit is a + > contriversial soft-fork that needs to be deployed in a way that is extra + > safe because you can't roll the feature back a week after deployment. + > All transactions that were made in the mean time turn into everyone-can- + > spent transactions. + +No one should use, nor anyone is advised to use, segwit transactions before it is fully activated. Having 2 months or 2 weeks of grace period makes totally no difference in this regard. If anyone tried to use segwit tx during your proposed 2 months grace period, all those txs were still everyone-can-spent. + +All you are advocating is just stalling the process with no improvement in security. + + > + > I stand by the minimum of 2 months. There is no reason to use BIP9 as it was + > coded in an older client. That is an excuse that I don't buy. + > -- + > Tom Zander + > Blog: https://zander.github.io + > Vlog: https://vimeo.com/channels/tomscryptochannel + > _______________________________________________ + > bitcoin-dev mailing list + > bitcoin-dev@lists.linuxfoundation.org + > https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev + > + + + |