diff options
author | devrandom <c1.sf-bitcoin@niftybox.net> | 2015-03-11 16:11:27 -0700 |
---|---|---|
committer | bitcoindev <bitcoindev@gnusha.org> | 2015-03-11 23:18:34 +0000 |
commit | d4b2aa5254fd0e6a48220e124619a171175216ec (patch) | |
tree | 3bcd105086dae9a226b85244398f14df1ee00d5e | |
parent | 0d8a4a3beaeb5a53fa465d3427399b7e941bdfaf (diff) | |
download | pi-bitcoindev-d4b2aa5254fd0e6a48220e124619a171175216ec.tar.gz pi-bitcoindev-d4b2aa5254fd0e6a48220e124619a171175216ec.zip |
Re: [Bitcoin-development] BIP for standard multi-signature P2SH addresses
-rw-r--r-- | 6e/44295d27719945ac7066236c5a18984c25dc1f | 112 |
1 files changed, 112 insertions, 0 deletions
diff --git a/6e/44295d27719945ac7066236c5a18984c25dc1f b/6e/44295d27719945ac7066236c5a18984c25dc1f new file mode 100644 index 000000000..c0a87ccb3 --- /dev/null +++ b/6e/44295d27719945ac7066236c5a18984c25dc1f @@ -0,0 +1,112 @@ +Received: from sog-mx-1.v43.ch3.sourceforge.com ([172.29.43.191] + helo=mx.sourceforge.net) + by sfs-ml-4.v29.ch3.sourceforge.com with esmtp (Exim 4.76) + (envelope-from <c1.sf-bitcoin@niftybox.net>) id 1YVpta-0003lH-6W + for bitcoin-development@lists.sourceforge.net; + Wed, 11 Mar 2015 23:18:34 +0000 +Received-SPF: pass (sog-mx-1.v43.ch3.sourceforge.com: domain of niftybox.net + designates 95.142.167.147 as permitted sender) + client-ip=95.142.167.147; + envelope-from=c1.sf-bitcoin@niftybox.net; helo=i3.hyper.to; +Received: from i3.hyper.to ([95.142.167.147]) + by sog-mx-1.v43.ch3.sourceforge.com with esmtps (TLSv1:AES256-SHA:256) + (Exim 4.76) id 1YVptY-0002SD-Ll + for bitcoin-development@lists.sourceforge.net; + Wed, 11 Mar 2015 23:18:34 +0000 +Received: from localhost (localhost [127.0.0.1]) + by i3.hyper.to (Postfix) with ESMTP id 5D53EE01F8 + for <bitcoin-development@lists.sourceforge.net>; + Thu, 12 Mar 2015 00:11:30 +0100 (CET) +Received: from i3.hyper.to ([127.0.0.1]) + by localhost (i3.hyper.to [127.0.0.1]) (amavisd-new, port 10032) + with ESMTP id 6sL2EwvMsaJ8 + for <bitcoin-development@lists.sourceforge.net>; + Thu, 12 Mar 2015 00:11:29 +0100 (CET) +Received: from localhost (localhost [127.0.0.1]) + by i3.hyper.to (Postfix) with ESMTP id CE4E8E01F9 + for <bitcoin-development@lists.sourceforge.net>; + Thu, 12 Mar 2015 00:11:29 +0100 (CET) +X-Virus-Scanned: amavisd-new at i3.hyper.to +Received: from i3.hyper.to ([127.0.0.1]) + by localhost (i3.hyper.to [127.0.0.1]) (amavisd-new, port 10026) + with ESMTP id qbZ7hb1DqBny + for <bitcoin-development@lists.sourceforge.net>; + Thu, 12 Mar 2015 00:11:29 +0100 (CET) +Received: from [10.1.10.188] (142-254-47-143.dsl.dynamic.sonic.net + [142.254.47.143]) by i3.hyper.to (Postfix) with ESMTPSA id 3F066E01F8 + for <bitcoin-development@lists.sourceforge.net>; + Thu, 12 Mar 2015 00:11:29 +0100 (CET) +Message-ID: <5500CB9F.8040602@niftybox.net> +Date: Wed, 11 Mar 2015 16:11:27 -0700 +From: devrandom <c1.sf-bitcoin@niftybox.net> +User-Agent: Mozilla/5.0 (X11; Linux x86_64; + rv:31.0) Gecko/20100101 Thunderbird/31.5.0 +MIME-Version: 1.0 +To: bitcoin-development@lists.sourceforge.net +References: <55002AD9.2060006@thomaskerin.io> +In-Reply-To: <55002AD9.2060006@thomaskerin.io> +Content-Type: text/plain; charset=windows-1252 +Content-Transfer-Encoding: 7bit +X-Spam-Score: -1.5 (-) +X-Spam-Report: Spam Filtering performed by mx.sourceforge.net. + See http://spamassassin.org/tag/ for more details. + -1.5 SPF_CHECK_PASS SPF reports sender host as permitted sender for + sender-domain + -0.0 SPF_PASS SPF: sender matches SPF record +X-Headers-End: 1YVptY-0002SD-Ll +Subject: Re: [Bitcoin-development] BIP for standard multi-signature P2SH + addresses +X-BeenThere: bitcoin-development@lists.sourceforge.net +X-Mailman-Version: 2.1.9 +Precedence: list +List-Id: <bitcoin-development.lists.sourceforge.net> +List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/bitcoin-development>, + <mailto:bitcoin-development-request@lists.sourceforge.net?subject=unsubscribe> +List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum_name=bitcoin-development> +List-Post: <mailto:bitcoin-development@lists.sourceforge.net> +List-Help: <mailto:bitcoin-development-request@lists.sourceforge.net?subject=help> +List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/bitcoin-development>, + <mailto:bitcoin-development-request@lists.sourceforge.net?subject=subscribe> +X-List-Received-Date: Wed, 11 Mar 2015 23:18:34 -0000 + +ACK. CryptoCorp uses this method for our external signer service. + +On 2015-03-11 04:45 AM, Thomas Kerin wrote: +> +> Hi all, +> +> I just created a PR on bitcoin/bips for a proposed standard for creating +> standard multisignature P2SH addresses given m, and a set of public keys. +> +> https://github.com/bitcoin/bips/pull/146 +> +> I used BIP0090 as a place-holder, but I would like to request a BIP +> number for this now. +> +> All the best, +> +> +> +> +> ------------------------------------------------------------------------------ +> 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 thought leadership blogs to +> news, videos, case studies, tutorials 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.net/lists/listinfo/bitcoin-development +> + +-- +devrandom / Miron + +-- +devrandom / Miron + + |