summaryrefslogtreecommitdiff
path: root/ec/88a954fbaa7c1b6e6ade5932e4d0bf872e3e40
blob: 2ab9be331fdc75a41d604ad61f30b95d1e63ddcc (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
104
105
106
107
108
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 <clem.ds@gmail.com>) id 1W0yxI-0007N0-Ho
	for bitcoin-development@lists.sourceforge.net;
	Wed, 08 Jan 2014 19:38:20 +0000
Received-SPF: pass (sog-mx-2.v43.ch3.sourceforge.com: domain of gmail.com
	designates 209.85.128.44 as permitted sender)
	client-ip=209.85.128.44; envelope-from=clem.ds@gmail.com;
	helo=mail-qe0-f44.google.com; 
Received: from mail-qe0-f44.google.com ([209.85.128.44])
	by sog-mx-2.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-SHA:128)
	(Exim 4.76) id 1W0yxH-0002Yo-Jd
	for bitcoin-development@lists.sourceforge.net;
	Wed, 08 Jan 2014 19:38:20 +0000
Received: by mail-qe0-f44.google.com with SMTP id nd7so2236860qeb.17
	for <bitcoin-development@lists.sourceforge.net>;
	Wed, 08 Jan 2014 11:38:14 -0800 (PST)
MIME-Version: 1.0
X-Received: by 10.49.127.131 with SMTP id ng3mr10067706qeb.57.1389209894087;
	Wed, 08 Jan 2014 11:38:14 -0800 (PST)
Received: by 10.229.177.195 with HTTP; Wed, 8 Jan 2014 11:38:14 -0800 (PST)
Date: Wed, 8 Jan 2014 20:38:14 +0100
Message-ID: <CAP63atZBJqi6oN9EbPxzEo4qk5ZMgEKQ11NSPWmU65FypDdbzw@mail.gmail.com>
From: =?ISO-8859-1?Q?Cl=E9ment_Elbaz?= <clem.ds@gmail.com>
To: bitcoin-development@lists.sourceforge.net
Content-Type: multipart/alternative; boundary=047d7b6d7b5641708904ef7aa28b
X-Spam-Score: -0.6 (/)
X-Spam-Report: Spam Filtering performed by mx.sourceforge.net.
	See http://spamassassin.org/tag/ for more details.
	-1.5 SPF_CHECK_PASS SPF reports sender host as permitted sender for
	sender-domain
	0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider
	(clem.ds[at]gmail.com)
	-0.0 SPF_PASS               SPF: sender matches SPF record
	1.0 HTML_MESSAGE           BODY: HTML included in message
	-0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from
	author's domain
	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: 1W0yxH-0002Yo-Jd
Subject: [Bitcoin-development] Getting trusted metrics from the block chain
 in an untrusted environment ?
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: Wed, 08 Jan 2014 19:38:20 -0000

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

Hello all,

I'm designing a program that needs some metrics computed from the Bitcoin
block chain (some address balances, or the occurrence or not of a specific
transaction). The kind of infos you get from http://blockchain.info/,
provided you trust this website (my program do not).

My program should run on lightweight/embedded hardware. The execution
environment provides access to the Bitcoin network but not enough resources
to set up a trusted node along with my program. Also, my program trusts the
global Bitcoin network but no individual node.

I would need a way to ask an untrusted Bitcoin node to compute some 'metric
request' on my behalf and having the result of that metric request
validated by the network.

Is there any available or work-in-progress projects that would come close
to this need ? Or should I do it myself ? :-)

Thank you all,

Cl=E9ment Elbaz

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

<div dir=3D"ltr">Hello all,<br><br>I&#39;m designing a program that needs s=
ome metrics computed from the Bitcoin block chain (some address balances, o=
r the occurrence or not of a specific transaction). The kind of infos you g=
et from <a href=3D"http://blockchain.info/">http://blockchain.info/</a>, pr=
ovided you trust this website (my program do not).<br>
<br>My program should run on lightweight/embedded hardware. The execution e=
nvironment provides access to the Bitcoin network but not enough resources =
to set up a trusted node along with my program. Also, my program trusts the=
 global Bitcoin network but no individual node.<br>
<br>I would need a way to ask an untrusted Bitcoin node to compute some &#3=
9;metric request&#39; on my behalf and having the result of that metric req=
uest validated by the network.<br><br>Is there any available or work-in-pro=
gress projects that would come close to this need ? Or should I do it mysel=
f ? :-)<br>
<br>Thank you all,<br><br>Cl=E9ment Elbaz<br>
</div>

--047d7b6d7b5641708904ef7aa28b--