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
|
Return-Path: <justus.ranvier@monetas.net>
Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org
[172.17.192.35])
by mail.linuxfoundation.org (Postfix) with ESMTPS id 9E2E2C04
for <bitcoin-dev@lists.linuxfoundation.org>;
Thu, 2 Jul 2015 15:45:06 +0000 (UTC)
X-Greylist: whitelisted by SQLgrey-1.7.6
Received: from mail-ig0-f181.google.com (mail-ig0-f181.google.com
[209.85.213.181])
by smtp1.linuxfoundation.org (Postfix) with ESMTPS id A66B0A8
for <bitcoin-dev@lists.linuxfoundation.org>;
Thu, 2 Jul 2015 15:45:05 +0000 (UTC)
Received: by igblr2 with SMTP id lr2so59557920igb.0
for <bitcoin-dev@lists.linuxfoundation.org>;
Thu, 02 Jul 2015 08:45:05 -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:in-reply-to:references:date
:message-id:subject:from:to:cc:content-type;
bh=a1F9Sae/1vobdRlSJiNlqf/8erwcigRG7mlYR/UpzV0=;
b=QexrjhibegVPXGKypprIyAobum+qxQNGFNickG34LCWkcH8MLVFadAWnVYxT4+NPZW
tsHofQZ2WXLlXbvX4RxoAwUcxiE3cQC+uzQUcjbrtXtu5RlnsfrTuHJLalSvDQ8WmLP/
d3ljXoPw4B18uwBXCV378FK2/0ulEor4kPuivW0oKtz62UFJFe27fxK+OJXD1xEtnruE
3TFNSaj0ni3ssc+cGGS5DcOx4ieME2LAlISx8SH0KAtgVcbCLXDtO9/0wxgq/Eqk3uSG
/AoVJkTg99BMclIQkQGMGDVh3PUMcQkq4nrB++zDJeFPg3Y+XNShfbNtqAkuKoCamh7b
O1iA==
X-Gm-Message-State: ALoCoQlmw/m2TO+kVWuxbx71S6Ue5Z7aHy72GZdu7HYspqtxGvWCVFP5f2BgDGo7AIAY7x3LQASk
MIME-Version: 1.0
X-Received: by 10.43.58.143 with SMTP id wk15mr12971144icb.81.1435851905106;
Thu, 02 Jul 2015 08:45:05 -0700 (PDT)
Received: by 10.36.205.135 with HTTP; Thu, 2 Jul 2015 08:45:05 -0700 (PDT)
In-Reply-To: <CAGH37SJZm0qJL==aBfBGG7QsVfde-V80pnhpyPG_M0uumA+vbw@mail.gmail.com>
References: <CAHabJ+N3Tr5FtStH6Msmj3d8EsvjeTEV6FhSEiizLVs=5ZvCfw@mail.gmail.com>
<CAGH37SJZm0qJL==aBfBGG7QsVfde-V80pnhpyPG_M0uumA+vbw@mail.gmail.com>
Date: Thu, 2 Jul 2015 10:45:05 -0500
Message-ID: <CAHabJ+NLVSsgu5k6aGRwTSFybp-K0h+=5v0=8+=eicrt1NLj7Q@mail.gmail.com>
From: Justus Ranvier <justus.ranvier@monetas.net>
To: Kristov Atlas <kristovatlas.lists@gmail.com>
Content-Type: text/plain; charset=UTF-8
X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW
autolearn=ham version=3.3.1
X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on
smtp1.linux-foundation.org
Cc: bitcoin-dev@lists.linuxfoundation.org
Subject: Re: [bitcoin-dev] RFC: HD Bitmessage address derivation based on
BIP-43
X-BeenThere: bitcoin-dev@lists.linuxfoundation.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: Bitcoin Development Discussion <bitcoin-dev.lists.linuxfoundation.org>
List-Unsubscribe: <https://lists.linuxfoundation.org/mailman/options/bitcoin-dev>,
<mailto:bitcoin-dev-request@lists.linuxfoundation.org?subject=unsubscribe>
List-Archive: <http://lists.linuxfoundation.org/pipermail/bitcoin-dev/>
List-Post: <mailto:bitcoin-dev@lists.linuxfoundation.org>
List-Help: <mailto:bitcoin-dev-request@lists.linuxfoundation.org?subject=help>
List-Subscribe: <https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev>,
<mailto:bitcoin-dev-request@lists.linuxfoundation.org?subject=subscribe>
X-List-Received-Date: Thu, 02 Jul 2015 15:45:06 -0000
The primary purpose is to allow Bitmessage users to benefit from
eternal key backups by generating their addresses from a seed.
In addition, they can use the same seed for a Bitcoin wallet and a
Bitmessage client.
This method also enables future use cases where senders calculate
Bitmessage addresses based on a recipient's extended public key and
some other index value.
On Wed, Jul 1, 2015 at 12:07 PM, Kristov Atlas
<kristovatlas.lists@gmail.com> wrote:
> Hi Justus,
>
> What are the potential applications for this BIP?
>
> -Kr
>
> On Jun 30, 2015 1:53 PM, "Justus Ranvier" <justus.ranvier@monetas.net>
> wrote:
>>
>> Monetas has developed a Bitmessage address derivation method from an
>> HD seed based on BIP-43.
>>
>>
>> https://github.com/monetas/bips/blob/bitmessage/bip-bm01.mediawiki
>>
>>
>> We're proposing this as a BIP per the BIP-43 recommendation in order
>> to reserve a purpose code.
>> _______________________________________________
>> bitcoin-dev mailing list
>> bitcoin-dev@lists.linuxfoundation.org
>> https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev
|