diff options
author | Matt Whitlock <bip@mattwhitlock.name> | 2014-04-22 04:40:39 -0400 |
---|---|---|
committer | bitcoindev <bitcoindev@gnusha.org> | 2014-04-22 08:51:03 +0000 |
commit | b31a57260a26982139fd1cbb64fe1492693979c3 (patch) | |
tree | 1fedfd28fb2723c2d0a9dcda7ebbd8f4770076a3 | |
parent | a833757c85bc314f650ab04df2e78926bda0cf9e (diff) | |
download | pi-bitcoindev-b31a57260a26982139fd1cbb64fe1492693979c3.tar.gz pi-bitcoindev-b31a57260a26982139fd1cbb64fe1492693979c3.zip |
Re: [Bitcoin-development] Presenting a BIP for Shamir's Secret Sharing of Bitcoin private keys
-rw-r--r-- | 1d/dea16a204b09c84d94b0c178015004bc2d4f52 | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/1d/dea16a204b09c84d94b0c178015004bc2d4f52 b/1d/dea16a204b09c84d94b0c178015004bc2d4f52 new file mode 100644 index 000000000..1669b1f69 --- /dev/null +++ b/1d/dea16a204b09c84d94b0c178015004bc2d4f52 @@ -0,0 +1,63 @@ +Received: from sog-mx-3.v43.ch3.sourceforge.com ([172.29.43.193] + helo=mx.sourceforge.net) + by sfs-ml-3.v29.ch3.sourceforge.com with esmtp (Exim 4.76) + (envelope-from <bip@mattwhitlock.name>) id 1WcWPv-0008AU-Fd + for bitcoin-development@lists.sourceforge.net; + Tue, 22 Apr 2014 08:51:03 +0000 +X-ACL-Warn: +Received: from qmta02.westchester.pa.mail.comcast.net ([76.96.62.24]) + by sog-mx-3.v43.ch3.sourceforge.com with esmtp (Exim 4.76) + id 1WcWPo-0001dH-Ph for bitcoin-development@lists.sourceforge.net; + Tue, 22 Apr 2014 08:51:03 +0000 +Received: from omta16.westchester.pa.mail.comcast.net ([76.96.62.88]) + by qmta02.westchester.pa.mail.comcast.net with comcast + id swgT1n0031uE5Es51wggrV; Tue, 22 Apr 2014 08:40:40 +0000 +Received: from crushinator.localnet ([IPv6:2601:6:4800:47f:219:d1ff:fe75:dc2f]) + by omta16.westchester.pa.mail.comcast.net with comcast + id swgf1n00c4VnV2P3cwggaL; Tue, 22 Apr 2014 08:40:40 +0000 +From: Matt Whitlock <bip@mattwhitlock.name> +To: Tamas Blummer <tamas@bitsofproof.com> +Date: Tue, 22 Apr 2014 04:40:39 -0400 +Message-ID: <4586234.JVHRmdZYKl@crushinator> +User-Agent: KMail/4.13 (Linux/3.12.13-gentoo; KDE/4.13.0; x86_64; ; ) +In-Reply-To: <1582E990-4E14-4EF7-9C9C-AA505B815104@bitsofproof.com> +References: <CAC7yFxSE8-TWPN-kuFiqdPKMDuprbiVJi7-z-ym+AUyA_f-xJw@mail.gmail.com> + <2025496.b5Y3n7qx8B@crushinator> + <1582E990-4E14-4EF7-9C9C-AA505B815104@bitsofproof.com> +MIME-Version: 1.0 +Content-Transfer-Encoding: 7Bit +Content-Type: text/plain; charset="us-ascii" +X-Spam-Score: 0.0 (/) +X-Spam-Report: Spam Filtering performed by mx.sourceforge.net. + See http://spamassassin.org/tag/ for more details. + -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, + no trust [76.96.62.24 listed in list.dnswl.org] + 0.1 DKIM_SIGNED Message has a DKIM or DK signature, + not necessarily valid + -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature +X-Headers-End: 1WcWPo-0001dH-Ph +Cc: bitcoin-development@lists.sourceforge.net +Subject: Re: [Bitcoin-development] Presenting a BIP for Shamir's Secret + Sharing of Bitcoin private keys +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: Tue, 22 Apr 2014 08:51:03 -0000 + +On Tuesday, 22 April 2014, at 10:39 am, Tamas Blummer wrote: +> Extra encoding for testnet is quite useless complexity in face of many alt chains. +> BIPS should be chain agnostic. + +I would argue that Bitcoin should be altcoin-agnostic. :) + +I have no interest in catering to altcoins. But that's just me. + + |