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
|
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 <stick@gk2.sk>) id 1WT8ak-0001pJ-HX
for bitcoin-development@lists.sourceforge.net;
Thu, 27 Mar 2014 11:35:26 +0000
X-ACL-Warn:
Received: from mail-ee0-f49.google.com ([74.125.83.49])
by sog-mx-1.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-SHA:128)
(Exim 4.76) id 1WT8ai-0004hT-L9
for bitcoin-development@lists.sourceforge.net;
Thu, 27 Mar 2014 11:35:26 +0000
Received: by mail-ee0-f49.google.com with SMTP id c41so2766770eek.36
for <bitcoin-development@lists.sourceforge.net>;
Thu, 27 Mar 2014 04:35:18 -0700 (PDT)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=1e100.net; s=20130820;
h=x-gm-message-state:message-id:date:from:user-agent:mime-version:cc
:subject:references:in-reply-to:content-type
:content-transfer-encoding;
bh=Jm1yDAKk1HIGBbw6G/RcuevwwsDpbh1/SH2pEM7RUWM=;
b=UUgkjmMkQkX6t095o3diw7+cx+aRqm7SWllmTD2AqsojqmWIXhOcFV1KGkJgpt+AW7
a5ujoTzjniJ0eD4goV4MYDybFC2ifN8VuUcNKRRUd3PZaoYZYGNxiZ+VKaF52+NcY8Hx
PHG0Mgvf24cFdlRkkW0zhR50ArdFOpgVYuC+xfPc/4JDMjL/+/ddJ54gkZvRXHV/nMnJ
IydG3ffe2TmGKKVU1AKuTRoFOckOpbUUOP9QS/jOWg2LZJ+k8eZ7O0H09YX7hPmfU/jU
dyxOtFylweh5/teV56smUF0VFdPdObQ03/Mriy27z0Wh+5+cb8Vi1uVugc8V6Emx1cLN
OSag==
X-Gm-Message-State: ALoCoQmVk67ZVqOOemfF7t/GB4nuknHXNx5j9inxTVrMOjbfk6YjxUgvg2bNJPr96gG1XBF+MGcL
X-Received: by 10.15.49.65 with SMTP id i41mr231859eew.87.1395920118165;
Thu, 27 Mar 2014 04:35:18 -0700 (PDT)
Received: from tetra.site (nat-0-15.lam.cz. [80.92.242.254])
by mx.google.com with ESMTPSA id h47sm3792041eey.13.2014.03.27.04.35.16
for <bitcoin-development@lists.sourceforge.net>
(version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
Thu, 27 Mar 2014 04:35:16 -0700 (PDT)
Message-ID: <53340CF3.8020704@gk2.sk>
Date: Thu, 27 Mar 2014 12:35:15 +0100
From: Pavol Rusnak <stick@gk2.sk>
User-Agent: Mozilla/5.0 (X11; Linux x86_64;
rv:24.0) Gecko/20100101 Thunderbird/24.3.0
MIME-Version: 1.0
CC: Bitcoin Dev <bitcoin-development@lists.sourceforge.net>
References: <CANEZrP2hbBVGqytmXR1rAcVama4ONnR586Se-Ch=dsxOzy2O4w@mail.gmail.com>
<F2C8C044-EF92-4CCE-9235-28CA7FCE3526@bitsofproof.com>
In-Reply-To: <F2C8C044-EF92-4CCE-9235-28CA7FCE3526@bitsofproof.com>
X-Enigmail-Version: 1.6
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Spam-Score: 1.2 (+)
X-Spam-Report: Spam Filtering performed by mx.sourceforge.net.
See http://spamassassin.org/tag/ for more details.
1.2 MISSING_HEADERS Missing To: header
X-Headers-End: 1WT8ai-0004hT-L9
Subject: Re: [Bitcoin-development] New BIP32 structure
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: Thu, 27 Mar 2014 11:35:26 -0000
On 03/27/2014 08:09 AM, Tamas Blummer wrote:
> A notable suggestion was to instead of building a directory of magic numbers (like 0 for Bitcoin, 1 for Litecoin etc) use a hash of the word "Bitcoin", "Litecoin", "Dogecoin", so collosion is unlikely and
> cetral directory is not needed.
Nice idea, but keep in mind that you are hashing into 2^32 space, so
collisions will occur, unfortunately and we'll end up with directory
again :-/
Even if they did not occur you would need to keep up the registry of
names anyway (is it Peercoin or PPCoin, Testnet or TestNet ...)?
--
Best Regards / S pozdravom,
Pavol Rusnak <stick@gk2.sk>
|