summaryrefslogtreecommitdiff
path: root/95/db8d9012e42cc50831179ad480c9ba87521ef2
blob: 24b0387580074210aa844be4c0096fa4e640c399 (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
Received: from sog-mx-1.v43.ch3.sourceforge.com ([172.29.43.191]
	helo=mx.sourceforge.net)
	by sfs-ml-1.v29.ch3.sourceforge.com with esmtp (Exim 4.76)
	(envelope-from <dpc@ucore.info>) id 1RfAlq-0005Ea-Fn
	for bitcoin-development@lists.sourceforge.net;
	Mon, 26 Dec 2011 13:39:18 +0000
X-ACL-Warn: 
Received: from mail-ey0-f175.google.com ([209.85.215.175])
	by sog-mx-1.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-SHA:128)
	(Exim 4.76) id 1RfAlp-0004it-9c
	for bitcoin-development@lists.sourceforge.net;
	Mon, 26 Dec 2011 13:39:18 +0000
Received: by eaal1 with SMTP id l1so14435528eaa.34
	for <bitcoin-development@lists.sourceforge.net>;
	Mon, 26 Dec 2011 05:39:11 -0800 (PST)
MIME-Version: 1.0
Received: by 10.204.151.196 with SMTP id d4mr6490824bkw.30.1324905222863; Mon,
	26 Dec 2011 05:13:42 -0800 (PST)
Received: by 10.204.176.206 with HTTP; Mon, 26 Dec 2011 05:13:42 -0800 (PST)
Date: Mon, 26 Dec 2011 14:13:42 +0100
Message-ID: <CAHzZGEyMii3aw=k+iDWHUvs-_1_UdWzGFu5MwYCTo1_6A8yCjg@mail.gmail.com>
From: "dpc@ucore.info" <dpc@ucore.info>
To: bitcoin-development@lists.sourceforge.net, golang-nuts@googlegroups.com
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
X-Spam-Score: -0.1 (/)
X-Spam-Report: Spam Filtering performed by mx.sourceforge.net.
	See http://spamassassin.org/tag/ for more details.
	-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: 1RfAlp-0004it-9c
Subject: [Bitcoin-development] [announce] gobtc -- Bitcoin library and
 reference client in Go programming language
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: Mon, 26 Dec 2011 13:39:18 -0000

Hi,

I thought that it will not harm to share the project I've just began
to work on: gobtc

gobtc aim is to build a flexible FLOSS Bitcoin peer implementation,
that people could use in their applications to directly participate in
Bitcoin network.

Project home: http://github.com/dpc/gobtc

As this is a crosspost to bitcoin-dev and go-nuts  mailinglist, for
unfaimiliar with any of the terms

Bitcoin: http://bitcoin.org/
Go Language: http://golang.org/

Rationale is: Go language seems perfectly fitted for writing efficient
networking applications, and is providing build in standard library
support for a lot technologies used in Bitcoin.

If anyone is interested in participating, I'm encouraging to get in
touch with me. I'm already in touch with one person who is willing to
share some working code.

Regards,
--=20
Dawid Ci=C4=99=C5=BCarkiewicz