summaryrefslogtreecommitdiff
path: root/89/447690b0915cbcae7063de9ce299b1875fe503
blob: 6b47d3b2b7013b14d3b7038e8642d316e9a951e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
Return-Path: <elombrozo@gmail.com>
Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org
	[172.17.192.35])
	by mail.linuxfoundation.org (Postfix) with ESMTPS id C4F0AF12
	for <bitcoin-dev@lists.linuxfoundation.org>;
	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 <bitcoin-dev@lists.linuxfoundation.org>;
	Thu,  7 Jan 2016 13:28:22 +0000 (UTC)
Received: by mail-pa0-f44.google.com with SMTP id cy9so259058323pac.0
	for <bitcoin-dev@lists.linuxfoundation.org>;
	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 <bitcoin-dev@lists.linuxfoundation.org>
	(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 <elombrozo@gmail.com>
Date: Thu, 07 Jan 2016 05:28:18 -0800
To: bitcoin-dev <bitcoin-dev@lists.linuxfoundation.org>
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 <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: 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.<br>
<br>
For source code, please look at sipa&#39;s github repo:<br>
<a href="https://github.com/sipa/bitcoin/tree/segwit">https://github.com/sipa/bitcoin/tree/segwit</a><br>
<br>
And some example signing code at my repo:<br>
<a href="https://github.com/CodeShark/BitcoinScriptExperiments/blob/master/src/signwitnesstx.cpp">https://github.com/CodeShark/BitcoinScriptExperiments/blob/master/src/signwitnesstx.cpp</a><br>
<br>
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&#39;re a wallet dev and are interested in developing and testing on segnet please contact me.<br>
<br>
We&#39;re right on schedule and are very excited about the fundamental improvements to bitcoin that segwit will enable.<br>
<br>
---<br>
Eric<br>
<br>

------CUEFY1FPOSDTJQ7JJY4QIOOJC9MLCV--