Return-Path: Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id C4F0AF12 for ; Thu, 7 Jan 2016 13:28:22 +0000 (UTC) X-Greylist: whitelisted by SQLgrey-1.7.6 Received: from mail-pa0-f44.google.com (mail-pa0-f44.google.com [209.85.220.44]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 7403712A for ; Thu, 7 Jan 2016 13:28:22 +0000 (UTC) Received: by mail-pa0-f44.google.com with SMTP id cy9so259058323pac.0 for ; Thu, 07 Jan 2016 05:28:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=user-agent:mime-version:content-type:content-transfer-encoding :subject:from:date:to:message-id; bh=Y521Irqnfv2EmaSJI7t5cDzXqP4Le3dxisFWVOP2ISg=; b=cei+Zp7tbdXQh3Yh8E21nPzxkvE3DKTQ2mukfiLovIKB96tyboXD1SG6OhIBKvGmkV F6E6N0PbQbk5eQ8kaKKdFQv6QhcycsBxEOXRnG56Li0jhKF2TzgPhvKH06HwfWZkMX+Q J43/Q9oBtuPwQTpr5THOE1h7quR2v9s+wSylOAosUxmcKNRVvPvJpANT4hbpX+lnVr4F V+chHXR/UPHcqXWFerT/1qM4lhFhsYyF8a6714//65IFC29c1uDpMMhxUvyzgBMn9q7K T235fdI63kcXAb4VW9zsm4zu/Zt7sc5txGND870eShgfUxmxySnNeYiK6ylZFfzIRrks asyw== X-Received: by 10.67.24.104 with SMTP id ih8mr151069065pad.124.1452173302126; Thu, 07 Jan 2016 05:28:22 -0800 (PST) Received: from ?IPv6:2600:380:494e:f3f1:68ea:aecc:da8e:e75d? ([2600:380:494e:f3f1:68ea:aecc:da8e:e75d]) by smtp.gmail.com with ESMTPSA id mj1sm156608740pab.34.2016.01.07.05.28.20 for (version=TLSv1/SSLv3 cipher=OTHER); Thu, 07 Jan 2016 05:28:21 -0800 (PST) User-Agent: K-9 Mail for Android MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----CUEFY1FPOSDTJQ7JJY4QIOOJC9MLCV" Content-Transfer-Encoding: 8bit From: Eric Lombrozo Date: Thu, 07 Jan 2016 05:28:18 -0800 To: bitcoin-dev Message-ID: <059B0A23-1423-4167-B86E-FD7C804E7F49@gmail.com> 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 Subject: [bitcoin-dev] SegWit testnet is live 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: Thu, 07 Jan 2016 13:28:22 -0000 ------CUEFY1FPOSDTJQ7JJY4QIOOJC9MLCV Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 I am pleased to report that as of December 31, 2015 we have been successfully running a segregated witness testnet, called segnet, and have already implemented rudimentary wallets with support. For source code, please look at sipa's github repo: https://github.com/sipa/bitcoin/tree/segwit And some example signing code at my repo: https://github.com/CodeShark/BitcoinScriptExperiments/blob/master/src/signwitnesstx.cpp Several wallets have already committed to supporting it including mSIGNA, GreenAddress, GreenBits, Blocktrail, and NBitcoin. More wallets are expected to be added to this list soon. If you're a wallet dev and are interested in developing and testing on segnet please contact me. We're right on schedule and are very excited about the fundamental improvements to bitcoin that segwit will enable. --- Eric ------CUEFY1FPOSDTJQ7JJY4QIOOJC9MLCV Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 8bit I am pleased to report that as of December 31, 2015 we have been successfully running a segregated witness testnet, called segnet, and have already implemented rudimentary wallets with support.

For source code, please look at sipa's github repo:
https://github.com/sipa/bitcoin/tree/segwit

And some example signing code at my repo:
https://github.com/CodeShark/BitcoinScriptExperiments/blob/master/src/signwitnesstx.cpp

Several wallets have already committed to supporting it including mSIGNA, GreenAddress, GreenBits, Blocktrail, and NBitcoin. More wallets are expected to be added to this list soon. If you're a wallet dev and are interested in developing and testing on segnet please contact me.

We're right on schedule and are very excited about the fundamental improvements to bitcoin that segwit will enable.

---
Eric

------CUEFY1FPOSDTJQ7JJY4QIOOJC9MLCV--