public inbox for bitcoindev@googlegroups.com
 help / color / mirror / Atom feed
* [bitcoin-dev] SegWit testnet is live
@ 2016-01-07 13:28 Eric Lombrozo
  2016-01-07 13:56 ` Eric Lombrozo
  0 siblings, 1 reply; 4+ messages in thread
From: Eric Lombrozo @ 2016-01-07 13:28 UTC (permalink / raw)
  To: bitcoin-dev

[-- Attachment #1: Type: text/plain, Size: 830 bytes --]

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


[-- Attachment #2: Type: text/html, Size: 1062 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [bitcoin-dev] SegWit testnet is live
  2016-01-07 13:28 [bitcoin-dev] SegWit testnet is live Eric Lombrozo
@ 2016-01-07 13:56 ` Eric Lombrozo
  2016-01-08  2:17   ` Matthieu Riou
  0 siblings, 1 reply; 4+ messages in thread
From: Eric Lombrozo @ 2016-01-07 13:56 UTC (permalink / raw)
  To: bitcoin-dev

[-- Attachment #1: Type: text/plain, Size: 1112 bytes --]

I have been informed that Breadwallet has also committed to supporting segwit.

The list now includes Blocktrail, Breadwallet, GreenAddress, GreenBits, mSIGNA, and NBitcoin.

---
Eric

On January 7, 2016 5:28:18 AM PST, Eric Lombrozo <elombrozo@gmail•com> wrote:
>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

[-- Attachment #2: Type: text/html, Size: 1599 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [bitcoin-dev] SegWit testnet is live
  2016-01-07 13:56 ` Eric Lombrozo
@ 2016-01-08  2:17   ` Matthieu Riou
  2016-01-08 15:35     ` Jameson Lopp
  0 siblings, 1 reply; 4+ messages in thread
From: Matthieu Riou @ 2016-01-08  2:17 UTC (permalink / raw)
  To: Eric Lombrozo; +Cc: bitcoin-dev

[-- Attachment #1: Type: text/plain, Size: 1585 bytes --]

Not strictly speaking a wallet but we (BlockCypher) will also go down the
segwit path as soon as the BIP and branch are mature enough.  All
transactions built from our APIs should eventually be segwitted (just made
up a verb).

Thanks,
Matthieu
*CTO and Founder, Blockcypher*
I have been informed that Breadwallet has also committed to supporting
segwit.

The list now includes Blocktrail, Breadwallet, GreenAddress, GreenBits,
mSIGNA, and NBitcoin.

---
Eric

On January 7, 2016 5:28:18 AM PST, Eric Lombrozo <elombrozo@gmail•com>
wrote:
>
> 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
>
>
_______________________________________________
bitcoin-dev mailing list
bitcoin-dev@lists•linuxfoundation.org
https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev

[-- Attachment #2: Type: text/html, Size: 2466 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [bitcoin-dev] SegWit testnet is live
  2016-01-08  2:17   ` Matthieu Riou
@ 2016-01-08 15:35     ` Jameson Lopp
  0 siblings, 0 replies; 4+ messages in thread
From: Jameson Lopp @ 2016-01-08 15:35 UTC (permalink / raw)
  To: bitcoin-dev

[-- Attachment #1: Type: text/plain, Size: 2035 bytes --]

BitGo also intends to support SegWit transactions as soon as possible.

- Jameson

On Thu, Jan 7, 2016 at 9:17 PM, Matthieu Riou via bitcoin-dev <
bitcoin-dev@lists•linuxfoundation.org> wrote:

> Not strictly speaking a wallet but we (BlockCypher) will also go down the
> segwit path as soon as the BIP and branch are mature enough.  All
> transactions built from our APIs should eventually be segwitted (just made
> up a verb).
>
> Thanks,
> Matthieu
> *CTO and Founder, Blockcypher*
> I have been informed that Breadwallet has also committed to supporting
> segwit.
>
> The list now includes Blocktrail, Breadwallet, GreenAddress, GreenBits,
> mSIGNA, and NBitcoin.
>
> ---
> Eric
>
> On January 7, 2016 5:28:18 AM PST, Eric Lombrozo <elombrozo@gmail•com>
> wrote:
>>
>> 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
>>
>>
> _______________________________________________
> bitcoin-dev mailing list
> bitcoin-dev@lists•linuxfoundation.org
> https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev
>
>
> _______________________________________________
> bitcoin-dev mailing list
> bitcoin-dev@lists•linuxfoundation.org
> https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev
>
>

[-- Attachment #2: Type: text/html, Size: 3375 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-01-08 15:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-07 13:28 [bitcoin-dev] SegWit testnet is live Eric Lombrozo
2016-01-07 13:56 ` Eric Lombrozo
2016-01-08  2:17   ` Matthieu Riou
2016-01-08 15:35     ` Jameson Lopp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox