summaryrefslogtreecommitdiff
path: root/46/97e51f66805ecb062d6422b67704dc06bfb471
blob: e36a6229fd6b0ee0bfa10dc76d7eeb61b369fb55 (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
109
110
111
112
113
114
Received: from sog-mx-1.v43.ch3.sourceforge.com ([172.29.43.191]
	helo=mx.sourceforge.net)
	by sfs-ml-2.v29.ch3.sourceforge.com with esmtp (Exim 4.76)
	(envelope-from <gronager@ceptacle.com>) id 1Rsb1G-0003T6-S9
	for bitcoin-development@lists.sourceforge.net;
	Wed, 01 Feb 2012 14:18:42 +0000
X-ACL-Warn: 
Received: from 2508ds5-oebr.0.fullrate.dk ([95.166.54.49]
	helo=mail.ceptacle.com)
	by sog-mx-1.v43.ch3.sourceforge.com with esmtp (Exim 4.76)
	id 1Rsb1F-0001Vv-Fd for bitcoin-development@lists.sourceforge.net;
	Wed, 01 Feb 2012 14:18:42 +0000
Received: from localhost (localhost [127.0.0.1])
	by mail.ceptacle.com (Postfix) with ESMTP id 3E06A167AA1C
	for <bitcoin-development@lists.sourceforge.net>;
	Wed,  1 Feb 2012 15:18:35 +0100 (CET)
X-Virus-Scanned: amavisd-new at ceptacle.com
Received: from mail.ceptacle.com ([127.0.0.1])
	by localhost (server.ceptacle.private [127.0.0.1]) (amavisd-new,
	port 10024) with ESMTP id WsC6AOlYhcf7
	for <bitcoin-development@lists.sourceforge.net>;
	Wed,  1 Feb 2012 15:18:33 +0100 (CET)
Received: from [109.105.106.198] (unknown [109.105.106.198])
	by mail.ceptacle.com (Postfix) with ESMTPSA id 7F8AF167AA0B
	for <bitcoin-development@lists.sourceforge.net>;
	Wed,  1 Feb 2012 15:18:33 +0100 (CET)
From: =?iso-8859-1?Q?Michael_Gr=F8nager?= <gronager@ceptacle.com>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: quoted-printable
Date: Wed, 1 Feb 2012 15:18:32 +0100
Message-Id: <D55C3D18-8286-44E9-B877-6FCE7C05E980@ceptacle.com>
To: Bitcoin Dev <bitcoin-development@lists.sourceforge.net>
Mime-Version: 1.0 (Apple Message framework v1251.1)
X-Mailer: Apple Mail (2.1251.1)
X-Spam-Score: 0.0 (/)
X-Spam-Report: Spam Filtering performed by mx.sourceforge.net.
	See http://spamassassin.org/tag/ for more details.
X-Headers-End: 1Rsb1F-0001Vv-Fd
Subject: [Bitcoin-development] Announcement: libcoin
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, 01 Feb 2012 14:18:42 -0000

Dear Bitcoiners,

libcoin is now in a state ready for its first release, which I would =
like to share with you!

=3D=3D=3D libcoin is a crypto currency library based on the =
bitcoin/bitcoin "Satoshi" client. =3D=3D=3D

Copenhagen, Denmark - 1st February 2012 Ceptacle announces the release =
of the first version of the crypto currency library "libcoin" based on =
the bitcoin/bitcoin "Satoshi" client.

libcoin also maintains a version of bitcoind that is a 100% compatible =
drop-in replacement of the bitcoin/bitcoind client: You can use it on =
the same computer on the same files and you can call it with the same =
scripts. And you can easily extend it without touching the basic bitcoin =
source files.

The libcoin/bitcoind client downloads the entire block chain 3.5 times =
faster than the bitcoin/bitcoind client. This is less than 90 minutes on =
a modern laptop!

In libcoin, the Satoshi client code has been completely refactored, =
properly encapsulating classes, removing all globals, moving from =
threads and mutexes to a pure asynchronous approach. Functionalities =
have been divided into logical units and libraries, minimizing =
dependencies for e.g. thin clients.

libcoin is chain agnostic, all chain (bitcoin, testnet, namecoin, =
litecoin, ...) specific settings are maintained from a single class =
(Chain) and hence experiments with chain settings, mining, security and =
digital currencies for research and educational purposes are easily =
accessible. See the ponzicoin example for how you define your own chain.

The build system of libcoin is based on CMake and supports builds of =
static and dynamic libraries on Linux, Mac OS X, and Windows.

The libcoin license is LGPL v. 3. This mean that you can use it in open =
source as well as in commercial projects, but improvements should go =
back into the libcoin library.

=3D=3D=3D=3D=3D=3D

Read more on libcoin on: http://github.com/ceptacle/libcoin/wiki

Join libcoin on twitter: http://twitter.com/libcoin

Download "libcoin Satoshi release": =
http://github.com/ceptacle/libcoin/zipball/v0.4.0.1

Best regards,

Michael Gronager, PhD
Director, Ceptacle
Jens Juels Gade 33
2100 Copenhagen E
Mobile: +45 31 45 14 01
E-mail: gronager@ceptacle.com
Web: http://www.ceptacle.com/