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
|
Received: from sog-mx-4.v43.ch3.sourceforge.com ([172.29.43.194]
helo=mx.sourceforge.net)
by sfs-ml-4.v29.ch3.sourceforge.com with esmtp (Exim 4.76)
(envelope-from <tschorsch@informatik.hu-berlin.de>)
id 1YxFJA-0004Av-8A for bitcoin-development@lists.sourceforge.net;
Tue, 26 May 2015 13:54:16 +0000
Received-SPF: pass (sog-mx-4.v43.ch3.sourceforge.com: domain of
informatik.hu-berlin.de designates 141.20.20.101 as permitted
sender) client-ip=141.20.20.101;
envelope-from=tschorsch@informatik.hu-berlin.de;
helo=mailout1.informatik.hu-berlin.de;
Received: from mailout1.informatik.hu-berlin.de ([141.20.20.101])
by sog-mx-4.v43.ch3.sourceforge.com with esmtps (TLSv1:AES256-SHA:256)
(Exim 4.76) id 1YxFJ7-0003E8-8V
for bitcoin-development@lists.sourceforge.net;
Tue, 26 May 2015 13:54:16 +0000
Received: from mailbox.informatik.hu-berlin.de (mailbox [141.20.20.63])
by mail.informatik.hu-berlin.de
(8.14.7/8.14.7/INF-2.0-MA-SOLARIS-2.10-25) with ESMTP id
t4QDs4tR013005
(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256
verify=OK) for <bitcoin-development@lists.sourceforge.net>;
Tue, 26 May 2015 15:54:05 +0200 (MEST)
Received: from [141.20.33.92] (localhost [127.0.0.1]) (authenticated bits=0)
by mailbox.informatik.hu-berlin.de
(8.14.7/8.14.7/INF-2.0-MA-SOLARIS-2.10-AUTH-26-465-587) with
ESMTP id t4QDs4TR012998; Tue, 26 May 2015 15:54:04 +0200 (MEST)
Message-ID: <55647AFB.3000909@informatik.hu-berlin.de>
Date: Tue, 26 May 2015 15:54:03 +0200
From: Florian Tschorsch <tschorsch@informatik.hu-berlin.de>
User-Agent: Mozilla/5.0 (X11; Linux x86_64;
rv:31.0) Gecko/20100101 Thunderbird/31.7.0
MIME-Version: 1.0
To: bitcoin-development@lists.sourceforge.net
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-Virus-Scanned: clamav-milter 0.98.4 at mailbox
X-Virus-Status: Clean
X-Greylist: Sender succeeded STARTTLS authentication, not delayed by
milter-greylist-4.5.1 (mail.informatik.hu-berlin.de
[141.20.20.50]); Tue, 26 May 2015 15:54:05 +0200 (MEST)
X-Spam-Score: -1.5 (-)
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 T_RP_MATCHES_RCVD Envelope sender domain matches handover relay
domain
-0.0 SPF_PASS SPF: sender matches SPF record
X-Headers-End: 1YxFJ7-0003E8-8V
Cc: =?UTF-8?B?QmrDtnJuIFNjaGV1ZXJtYW5u?= <scheuermann@informatik.hu-berlin.de>
Subject: [Bitcoin-development] Bitcoin Survey Paper
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, 26 May 2015 13:54:16 -0000
Hi all,
some time ago, we became interested in Bitcoin, but gathering relevant
work and getting an overview was kind of painful. We took it as a sign
that a survey paper on Bitcoin is desperately needed.
Since then we observed the activities of the Bitcoin community. Recently
we finished a technical report that is our attempt to contribute the
lacking Bitcoin survey. Maybe it will be of interest to some of you:
https://eprint.iacr.org/2015/464
Feedback is highly appreciated and would help to improve the quality of
future revisions.
Cheers, Florian.
|