Return-Path: Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id B8A4B78D for ; Wed, 30 Mar 2016 08:54:36 +0000 (UTC) X-Greylist: whitelisted by SQLgrey-1.7.6 Received: from mail-pf0-f182.google.com (mail-pf0-f182.google.com [209.85.192.182]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 4827A16F for ; Wed, 30 Mar 2016 08:54:36 +0000 (UTC) Received: by mail-pf0-f182.google.com with SMTP id x3so37052715pfb.1 for ; Wed, 30 Mar 2016 01:54:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:subject:message-id:date:to:mime-version; bh=qjNYSyddj6XVGsi9Qj0g5UZkQNLvT70SMUSErwDoAvA=; b=iqxI4OZIH4iJYIWfgJDou3Sk1Q/v90S/BHDbb86fZ3s4ZyE4pOaCHdzHv2GrDIOieU 8EQotMCMzWFVAxLGHlu/Si+6i+pdBff/yh9p1nrMOBq/m8Zh8bv6chTIfX2lkFa1wZgx 1KFbwqlaB2uRu11BjnLRmDCy+/4ZwQns6RdnzvVw1OqUlcZwxe4oFmPohszEfarYUENr 2LlanGv3cb6HUaluNLyLTNTXausL6yrAoYVfeXKv961MQDGwgop01JFzqlxV8I7D4DHk uT3C3HkkLhDuYWheXNYVREpJmu3lgUNgYvu/d40zbgSkcDeBjVa1VHcOxCXuhwJVHslX GZZg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:subject:message-id:date:to:mime-version; bh=qjNYSyddj6XVGsi9Qj0g5UZkQNLvT70SMUSErwDoAvA=; b=JxjZPIc27OOnXOHovp2acWsw+IUXKdsz/DUMQn0cxVIqQRwU2Rhuazh3gTlnCN1eVr xeBM6ZiPy1xwK3xLAIBRXMKHLUpKgF9Wh7W67jPaD50ZdLk0tIGf7CH+Rk1WUtNbN59e aWR9mOCyd4s+w+tms8ytdaNYVNGh1s0l0nTVmEUzl2sls3GpCYuqsk5OTV5qqNOhfZau ew7CtvVAMvLiSuh8adrQI+1yHMBv/THhfv1LW32ecpf6eBm/+LCnxSSng4evVzwkPLYS 4wAg5n5LVVKfwWo2XeBwY8JHbpcBjMAF6a/dthGl3+r1R77GEhjYIais/PStnDig5+gy E/MQ== X-Gm-Message-State: AD7BkJJJ5NTf4qvXjdD7Zy2yvxfOEc5e3jwIAR6DBqM76bZurZTU9bN8fwbKXz5Jj4nfSw== X-Received: by 10.98.89.7 with SMTP id n7mr10808589pfb.81.1459328076004; Wed, 30 Mar 2016 01:54:36 -0700 (PDT) Received: from [192.168.1.109] (cpe-70-95-80-239.san.res.rr.com. [70.95.80.239]) by smtp.gmail.com with ESMTPSA id c9sm3980281pfd.90.2016.03.30.01.54.34 for (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 30 Mar 2016 01:54:34 -0700 (PDT) From: Eric Lombrozo Content-Type: multipart/alternative; boundary="Apple-Mail=_DC9C1436-A8AE-48B7-9FB0-0C5C67D46CB7" Message-Id: <63869D4C-8862-4BF6-BB50-5656C586DE53@gmail.com> Date: Wed, 30 Mar 2016 01:54:33 -0700 To: Bitcoin Dev Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2098\)) X-Mailer: Apple Mail (2.2098) X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,HTML_MESSAGE,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 X-Mailman-Approved-At: Wed, 30 Mar 2016 08:57:23 +0000 Subject: [bitcoin-dev] Segnet4 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: Wed, 30 Mar 2016 08:54:36 -0000 --Apple-Mail=_DC9C1436-A8AE-48B7-9FB0-0C5C67D46CB7 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Hello everyone. Pieter Wuille has pushed code for a new segwit testnet that features = activation via BIP9 as well as support for BIP68, BIP112, and BIP113. In = particular, it now supports Lightning Network app development and = collaboration. I encourage everyone to spin up a node and try it out. For source code, please go to Pieter's github repo: https://github.com/sipa/bitcoin/tree/segwit4 = Feedback is welcome here or on the #segwit-dev channel on Freenode. - Eric= --Apple-Mail=_DC9C1436-A8AE-48B7-9FB0-0C5C67D46CB7 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=us-ascii Hello everyone.

Pieter Wuille has pushed code for a new segwit testnet that = features activation via BIP9 as well as support for BIP68, BIP112, and = BIP113. In particular, it now supports Lightning Network app development = and collaboration.
I encourage everyone to spin up = a node and try it out.

For source code, please go to Pieter's github repo:
https://github.com/sipa/bitcoin/tree/segwit4

Feedback is welcome here = or on the #segwit-dev channel on Freenode.


- = Eric
= --Apple-Mail=_DC9C1436-A8AE-48B7-9FB0-0C5C67D46CB7--