Re: [Bitcoin-development] convention/standard for sorting public keys for p2sh multisig transactions

2015-01-14 Thread devrandom
__ Bitcoin-development mailing > list Bitcoin-development@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bitcoin-development -- Miron / devrandom -- New Year. New Loca

Re: [Bitcoin-development] Proposal to address Bitcoin malware

2015-02-02 Thread devrandom
coin-development mailing list >> Bitcoin-development@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/bitcoin-development > > > > -- > Dive into the World of Parallel Progra

Re: [Bitcoin-development] BIP for standard multi-signature P2SH addresses

2015-03-11 Thread devrandom
ls and more. Take a look and join the > conversation now. http://goparallel.sourceforge.net/ > > > > ___ > Bitcoin-development mailing list > Bitcoin-development@lists.sourceforge.net > https://lists.sourceforge.

Re: [Bitcoin-development] Electrum 2.0 has been tagged

2015-03-11 Thread devrandom
- > Dive into the World of Parallel Programming The Go Parallel Website, sponsored > by Intel and developed in partnership with Slashdot Media, is your hub for all > things parallel software development, from weekly

Re: [Bitcoin-development] Electrum 2.0 has been tagged

2015-03-11 Thread devrandom
olution. > > So in summary I feel that date can be handled by assuming day 0, and > version is not an issue yet but may become one and probably it is a good > idea to think about standardising a version into BIP39, I have > provided a seed idea for discussion. > > I don

Re: [Bitcoin-development] Electrum 2.0 has been tagged

2015-03-11 Thread devrandom
On 2015-03-11 05:11 PM, Gregory Maxwell wrote: > On Wed, Mar 11, 2015 at 11:50 PM, devrandom > wrote: >> That said, I do agree that mnemonic phrases should be portable, and find >> it unfortunate that the ecosystem is failing to standardize on phrase >> handling. > &g

Re: [Bitcoin-development] Electrum 2.0 has been tagged

2015-03-12 Thread devrandom
t leadership blogs >>> to >>> news, videos, case studies, tutorials and more. Take a look and join the >>> conversation now. http://goparallel.sourceforge.net/ >>> ___ >>> Bitcoin-develop

Re: [Bitcoin-development] Electrum 2.0 has been tagged

2015-03-17 Thread devrandom
_ > Bitcoin-development mailing list > Bitcoin-development@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bitcoin-development > -- devrandom / Miron -- Dive into the World of

Re: [Bitcoin-development] The Bitcoin Node Market

2015-06-16 Thread devrandom
allet.com <http://breadwallet.com> -- devrandom / Miron -- ___ Bitcoin-development mailing list Bitcoin-development@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bitcoin-development

Re: [Bitcoin-development] sorting public keys for p2sh multisig transactions

2014-03-12 Thread devrandom
Hi Ryan, Probably the most neutral way to go about this is to lexicographically sort by encoded representation bytes. In java, that would be ECPoint.getEncoded. This is what we currently do in our watchdog Oracle. On Wed, 2014-03-12 at 13:10 -0400, Ryan X. Charles wrote: > For a p2sh multisig t

Re: [Bitcoin-development] Presenting a BIP for Shamir's Secret Sharing of Bitcoin private keys

2014-03-29 Thread devrandom
elopment mailing list > Bitcoin-development@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bitcoin-development -- -- Miron / devrandom -- -- Miron / devrandom -- ___

Re: [Bitcoin-development] Presenting a BIP for Shamir's Secret Sharing of Bitcoin private keys

2014-03-29 Thread devrandom
ublicly available information on it seems lacking. I > proposed this Shamir Secret Sharing BIP as an easily understood, easily > implemented measure that we can use today, with no changes to existing > Bitcoin software. It&#

Re: [Bitcoin-development] Presenting a BIP for Shamir's Secret Sharing of Bitcoin private keys

2014-03-29 Thread devrandom
On Sat, 2014-03-29 at 13:51 -0400, Matt Whitlock wrote: > On Saturday, 29 March 2014, at 10:48 am, devrandom wrote: > > On Sat, 2014-03-29 at 13:38 -0400, Matt Whitlock wrote: > > > Threshold ECDSA certainly sounds nice, but is anyone working on a BIP > > > for it? I wou

[Bitcoin-development] Securing hardware wallets

2014-03-30 Thread devrandom
uot;Warden" computer to manage a hardware wallet in a way that protects the resulting private keys from compromise. https://github.com/devrandom/btc-papers/blob/master/hardware-wallet-security.md -- Mi

Re: [Bitcoin-development] Detailed gitian build guide

2014-04-02 Thread devrandom
___ > Bitcoin-development mailing list > Bitcoin-development@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bitcoin-development -- Miron / devrandom --

Re: [Bitcoin-development] Detailed gitian build guide

2014-04-03 Thread devrandom
On Thu, 2014-04-03 at 07:51 +0200, Wladimir wrote: > > On Thu, Apr 3, 2014 at 6:47 AM, devrandom > wrote: > Nice! > > I wonder how much of this could be scripted. > > > Everything, probably, using vmbuilder (and/or vagrant as Nick Simpson