summaryrefslogtreecommitdiff
path: root/d6/73f3f420452a33a3a9e1807f882ab1ccd6da3c
blob: c3a6a2c76aa79f5907e62921e1bd4ddcde75aa46 (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
Received: from sog-mx-2.v43.ch3.sourceforge.com ([172.29.43.192]
	helo=mx.sourceforge.net)
	by sfs-ml-1.v29.ch3.sourceforge.com with esmtp (Exim 4.76)
	(envelope-from <marek@palatinus.cz>) id 1VJRSi-0007BK-VC
	for bitcoin-development@lists.sourceforge.net;
	Tue, 10 Sep 2013 17:10:48 +0000
X-ACL-Warn: 
Received: from mail-vc0-f178.google.com ([209.85.220.178])
	by sog-mx-2.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-SHA:128)
	(Exim 4.76) id 1VJRSg-0005KJ-Fw
	for bitcoin-development@lists.sourceforge.net;
	Tue, 10 Sep 2013 17:10:48 +0000
Received: by mail-vc0-f178.google.com with SMTP id ha12so5145191vcb.37
	for <bitcoin-development@lists.sourceforge.net>;
	Tue, 10 Sep 2013 10:10:40 -0700 (PDT)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
	d=1e100.net; s=20130820;
	h=x-gm-message-state:mime-version:sender:from:date:message-id:subject
	:to:content-type;
	bh=z2a83D0Nb95oTGvZ7yASwZ5HNCvGTo2dJ4a2+2oaxCM=;
	b=evxK0Dd/EYSpjRi8ghe+D6VHq2Rh8yAFv+VcIUkaO4aelaGfWP/TOkJ1wnrzyqGfoO
	Vgv6Eu1+gl76pnJVA0sCXZcvN7RpYj7BBcIHmHDFyf/dB237Z8EDdDlfrHFspOfpebhc
	eS/7PvxzwDLz8chha55yFQ7DtUkm5e7hAGyzPBCA9e/f1XfeJnsS4k19TT4A0H9omASg
	XfME5xWPBd39DPS9fF63QxHCqsVxdIGli0bcziJWsyRfzp3cIobQ8XoWXC70GGXCecnv
	lwQOhSUz9H+KTjO63Tsmr6fLAuwuLxWPd+r4xmIPeruMXUfGIgtfv6LsFHP3mPrgz6go
	Cjxw==
X-Gm-Message-State: ALoCoQmWlS8/OST2H61vWzixRaGGOhEDdhXDDHqHs3t+HC6L3ARPOFsTUsX25ROvIi5+GuZCJxJc
X-Received: by 10.58.196.132 with SMTP id im4mr1418252vec.28.1378831495702;
	Tue, 10 Sep 2013 09:44:55 -0700 (PDT)
MIME-Version: 1.0
Sender: marek@palatinus.cz
Received: by 10.58.235.136 with HTTP; Tue, 10 Sep 2013 09:44:25 -0700 (PDT)
From: slush <slush@centrum.cz>
Date: Tue, 10 Sep 2013 18:44:25 +0200
X-Google-Sender-Auth: xmR2b4-oXjlVAlSmg0CVaHqjlBk
Message-ID: <CAJna-HgXPNa2UCO_edBzK=oY5-F=6LQVHap1Vk9XtGr09chy9Q@mail.gmail.com>
To: "bitcoin-development@lists.sourceforge.net"
	<bitcoin-development@lists.sourceforge.net>
Content-Type: multipart/alternative; boundary=047d7b6d8cc881bc5604e60a39a3
X-Spam-Score: 1.0 (+)
X-Spam-Report: Spam Filtering performed by mx.sourceforge.net.
	See http://spamassassin.org/tag/ for more details.
	0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider
	(slush[at]centrum.cz)
	1.0 HTML_MESSAGE           BODY: HTML included in message
X-Headers-End: 1VJRSg-0005KJ-Fw
Subject: [Bitcoin-development] BIP0039 Mnemonic code for generating
	deterministic 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, 10 Sep 2013 17:10:49 -0000

--047d7b6d8cc881bc5604e60a39a3
Content-Type: text/plain; charset=ISO-8859-1

Hi all,

we just finalized the draft and reference implementation of BIP39. Regards
to rules in BIP0001 we're asking for comments.

The aim of the proposal is to standardize algorithm across various clients
and fix some design problems of existing (but not yet standardized)
Electrum mnemonic algorithm.

BIP39 is a nice complement to BIP32, which allow users to (paper) backup
and share their wallet accross multiple clients easily.

Link to BIP: https://en.bitcoin.it/wiki/BIP_0039

Thanks for your time,
slush

--047d7b6d8cc881bc5604e60a39a3
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div>Hi all,</div><div><br></div><div>we just finalized th=
e draft and reference implementation of BIP39. Regards to rules in BIP0001 =
we&#39;re asking for comments.</div><div><br></div><div>The aim of the prop=
osal is to standardize algorithm across various clients and fix some design=
 problems of existing (but not yet standardized) Electrum mnemonic algorith=
m.</div>

<div><br></div><div style>BIP39 is a nice complement to BIP32, which allow =
users to (paper) backup and share their wallet accross multiple clients eas=
ily.</div><div><br></div><div>Link to BIP: <a href=3D"https://en.bitcoin.it=
/wiki/BIP_0039">https://en.bitcoin.it/wiki/BIP_0039</a></div>

<div><br></div><div style>Thanks for your time,</div><div style>slush</div>=
</div>

--047d7b6d8cc881bc5604e60a39a3--