summaryrefslogtreecommitdiff
path: root/cf/31cbb7213fc00a9929dc8ae75c30750844471b
blob: a1d2fd080d93065b75435fd8eac79006a30bacf3 (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
Return-Path: <contact@carldong.me>
Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138])
 by lists.linuxfoundation.org (Postfix) with ESMTP id 67A09C07AC
 for <bitcoin-dev@lists.linuxfoundation.org>;
 Mon, 18 Nov 2019 16:44:07 +0000 (UTC)
Received: from localhost (localhost [127.0.0.1])
 by whitealder.osuosl.org (Postfix) with ESMTP id 645C085F6D
 for <bitcoin-dev@lists.linuxfoundation.org>;
 Mon, 18 Nov 2019 16:44:07 +0000 (UTC)
X-Virus-Scanned: amavisd-new at osuosl.org
Received: from whitealder.osuosl.org ([127.0.0.1])
 by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id WqotTHuFaA+V
 for <bitcoin-dev@lists.linuxfoundation.org>;
 Mon, 18 Nov 2019 16:44:07 +0000 (UTC)
X-Greylist: from auto-whitelisted by SQLgrey-1.7.6
Received: from mail-40132.protonmail.ch (mail-40132.protonmail.ch
 [185.70.40.132])
 by whitealder.osuosl.org (Postfix) with ESMTPS id 1DEC9868D8
 for <bitcoin-dev@lists.linuxfoundation.org>;
 Mon, 18 Nov 2019 16:44:07 +0000 (UTC)
Date: Mon, 18 Nov 2019 16:44:00 +0000
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=carldong.me;
 s=protonmail; t=1574095444;
 bh=Im0IIdSmmhjx/+YZZjaa9JtzWzhNRr1v/8H+0uJFabY=;
 h=Date:To:From:Reply-To:Subject:In-Reply-To:References:Feedback-ID:
 From;
 b=WT8m3xtdWJjf/5xLWl47aS++ddbZz2mIniVUlxcqD9p5Bmelmm5VDotxc3csBD7SB
 t+Bo1/Zoig4ImOV419ijqGLL9LnK1K8D0IpC5IOQveQU37C9iWrNRqGYMgU7i7XNEE
 dvHTWhoefb0sLACtlq7sSOy9WxQ5BjqgAyLSxbqY=
To: "Mr. Lee Chiffre" <lee.chiffre@secmail.pro>,
 Bitcoin Protocol Discussion <bitcoin-dev@lists.linuxfoundation.org>
From: Carl Dong <contact@carldong.me>
Reply-To: Carl Dong <contact@carldong.me>
Message-ID: <D16E0A83-67C2-4727-9FA0-410C43099CD0@carldong.me>
In-Reply-To: <46FCD14B-02CC-4986-9C60-D8EC547F33FA@carldong.me>
References: <8fd4e30c4c1c24442686dd51727e75cc.squirrel@giyzk7o6dcunb2ry.onion>
 <46FCD14B-02CC-4986-9C60-D8EC547F33FA@carldong.me>
Feedback-ID: a8j8tDUaJ4AYuDVBywMTwsJebN4w8TVXadJLsJb8td3t3dZi9RdXFlPaQvoFKnI9KgXySsPXcRkajVyY0cGTcA==:Ext:ProtonMail
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
X-Mailman-Approved-At: Mon, 18 Nov 2019 16:55:55 +0000
Subject: Re: [bitcoin-dev] v3 onion services
X-BeenThere: bitcoin-dev@lists.linuxfoundation.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: Bitcoin Protocol 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: Mon, 18 Nov 2019 16:44:07 -0000

Hi Mr. Lee Chiffre,

I have been working on an implementation of addrv2 (BIP-155). Is this what =
you meant by I2P and Torv3 address support?

My WIP pull request: https://github.com/bitcoin/bitcoin/pull/16748
Merged BIP: https://github.com/bitcoin/bips/blob/master/bip-0155.mediawiki
Ongoing discussion: https://github.com/bitcoin/bips/pull/766
Note: Even though the pull request to the BIP repo is merged, we=E2=80=
=99re still discussing some details in the pull request thread and will ame=
nd the BIP once it seems like we=E2=80=99ve worked out all the kinks

Review and further discussion is very much welcome! :-)

Cheers,
Carl Dong
contact@carldong.me
"I fight for the users"

> On Nov 16, 2019, at 11:33 PM, Mr. Lee Chiffre via bitcoin-dev <bitcoin-de=
v@lists.linuxfoundation.org> wrote:
>=20
>=20
> Right now bitcoin client core supports use of tor hidden service. It
> supports v2 hidden service. I am in progress of creating a new bitcoin
> node which will use v3 hidden service instead of v2. I am looking at
> bitcoin core and btcd to use. Do any of these or current node software
> support the v3 onion addresses for the node address? What about I2P
> addresses? If not what will it take to get it to support the longer
> addresses that is used by i2p and tor v3?
>=20
>=20
> --
> lee.chiffre@secmail.pro
> PGP 97F0C3AE985A191DA0556BCAA82529E2025BDE35
>=20
> _______________________________________________
> bitcoin-dev mailing list
> bitcoin-dev@lists.linuxfoundation.org
> https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev