forked from libbitcoin/libbitcoin.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
212 lines (203 loc) · 9.37 KB
/
index.html
File metadata and controls
212 lines (203 loc) · 9.37 KB
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 3.0 License
Name : Big Business 2.0
Description: A two-column, fixed-width design with a bright color scheme.
Version : 1.0
Released : 20120624
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="description" content="" />
<meta name="keywords" content="" />
<title>libbitcoin - modular, scalable, async</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="style.css" />
<script type="text/javascript" src="jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="jquery.dropotron-1.0.js"></script>
<script type="text/javascript" src="jquery.slidertron-1.1.js"></script>
<script type="text/javascript">
$(function() {
$('#menu > ul').dropotron({
mode: 'fade',
globalOffsetY: 11,
offsetY: -15
});
});
</script>
</head>
<body>
<div id="wrapper">
<div id="header">
<div id="logo">
<h1><a href="#"><img src="images/libbitcoin-logo.png" height="145" alt="Logo" /></a></h1>
</div>
<div id="slogan">
<h2>libbitcoin - Asynchronous C++ Bitcoin library</h2>
</div>
</div>
<div id="menu">
<ul>
<li class="first"><a href="index.html">Home</a></li>
<li>
<span class="opener">Resources<b></b></span>
<ul>
<li><a href="download.html">Download Latest Releases</a></li>
<li><a href="http://libbitcoin.dyne.org/api/">API Documentation</a></li>
<li><a href="http://libbitcoin.dyne.org/doc/">Tutorial</a></li>
<li><a href="libbitcoin.pdf">Presentation Slides</a></li>
<li>
<span>Examples<b></b></span>
<ul>
<li><a href="http://libbitcoin.dyne.org/examples/fullnode.cpp.html">fullnode.cpp</a></li>
<li><a href="http://libbitcoin.dyne.org/examples/connect.cpp.html">connect.cpp</a></li>
<li><a href="http://libbitcoin.dyne.org/examples/initchain.cpp.html">initchain.cpp</a></li>
<li><a href="http://libbitcoin.dyne.org/examples/determ.cpp.html">determ.cpp</a></li>
<li><a href="http://libbitcoin.dyne.org/examples/satoshiwords.cpp.html">satoshiwords.cpp</a></li>
<li><a href="http://libbitcoin.dyne.org/examples/priv.cpp.html">priv.cpp</a></li>
<li><a href="http://libbitcoin.dyne.org/examples/accept.cpp.html">accept.cpp</a></li>
<li><a href="http://libbitcoin.dyne.org/examples/proto.cpp.html">proto.cpp</a></li>
<li><a href="http://libbitcoin.dyne.org/examples/txrad.cpp.html">txrad.cpp</a></li>
<li><a href="http://libbitcoin.dyne.org/examples/display-last.cpp.html">display-last.cpp</a></li>
</ul>
</li>
<li><a href="https://github.com/spesmilo/libbitcoin/">Git Repository</a></li>
<li><a href="/roadmap.html">Roadmap</a></li>
<li><a href="/labs.html">Labs</a></li>
</ul>
</li>
<!--
<li><a href="#">Products</a></li>
<li><a href="#">Forum</a></li>
<li>
<span class="opener">Support<b></b></span>
<ul>
<li><a href="#">Technical</a></li>
<li><a href="#">Website</a></li>
<li><a href="#">Management</a></li>
<li>
</li>
</ul>
</li>
<li><a href="#">About</a></li>
<li class="last"><a href="#">Contact</a></li>
-->
<li><a href="http://sx.dyne.org/">sx tools</a></li>
<li>
<span class="opener">Obelisk<b></b></span>
<ul>
<li><a href="/download/obelisk-0.2.tar.bz2">Download Latest Release</a></li>
<li><a href="/obelisk/">Protocol Documentation</a></li>
<li><a href="obelisk-setup.html">Quick setup guide</a></li>
<li><a href="https://github.com/spesmilo/obelisk/">Git Repository</a></li>
<li><a href="https://wiki.unsystem.net/index.php/Obelisk/Servers">List of servers</a></li>
</ul>
</li>
<li><a href="libbitcoin-manifesto.pdf">Manifesto</a></li>
<li><a href="support.html">Support</a></li>
<li class="last"><a href="https://wiki.unsystem.net/index.php/Libbitcoin/Team">Team</a></li>
</ul>
<br class="clearfix" />
</div>
<div id="page">
<div id="content">
<div class="box">
<h2>Welcome To The libbitcoin Community</h2>
<h3>Visit our <a href="https://wiki.unsystem.net/index.php/Libbitcoin/Team">team page</a> and learn more about us.</h3>
<p>
libbitcoin is a community of developers building the open source library, tools and implementation necesary for a free, independent and vibrant Bitcoin. In this way we are helping to build a better future.
</p>
<p>libbitcoin believes in the revoltionary promise of Satoshi's original protocol. </p>
<p>The libbitcoin development project aims to create an extendable, scalable and configurable architecture, along with useful software. Making Bitcoin super-pluggable, highly configurable and easy to interact with.</p>
<p>Communication, development and support occurs on the <a href="https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/libbitcoin">libbitcoin mailing list</a>, <a href="http://webchat.freenode.net/?channels=%23libbitcoin&uio=d4">Freenode IRC #libbitcoin</a> and the <a href="https://wiki.unsystem.net/">unSYSTEM wiki</a>.</p>
</div>
<div class="box" id="content-box1">
<h3>Our Values</h3>
<ul class="section-list">
<li class="first">
<span><b>Privacy:</b> Bitcoin should always remain as private as possible for its users.</span></li>
<li>
<b>Scalability:</b> Bitcoin built today
with the future in mind.</li>
<li class="last">
<span><b>Integrity</b></span>: No individual or group should have enough power over the network to compromise its original aims.</li>
</ul>
</div>
<div class="box" id="content-box1">
<h3>Projects using libbitcoin</h3>
<ul>
<li><a href="https://airbitz.co/">AirBitz</a> - secure Bitcoin wallet + business directory.</a></li>
<li><a href="http://darkwallet.is">DarkWallet</a> - privacy and free market focused wallet.</a></li>
<li><a href="http://sx.dyne.org/">sx command line utilities</a> - empower the sysadmin with Bitcoin tools.</a></li>
<li><a href="http://bitcoinmagazine.com/6630/trustless-bitcoin-anonymity-here-at-last/">anontx CoinJoin</a> - trustless Bitcoin anonymity.</li>
<li><a href="/obelisk/">Obelisk</a> - scalable blockchain query infrastructure.</li>
</ul>
</div>
<div class="box" id="content-box2">
<h3>Presentation of libbitcoin stack</h3>
<ul>
<li><a href="https://www.youtube.com/watch?v=_mMZls_c7JM">Presentaion</a> - Published on Mar 11, 2015 at SF Bitcoin Devs Seminar, William Swanson presents a deep dive into Libbitcoin, BX, and Obelisk.</li>
<li><a href="http://www.slideshare.net/swansontec/libbitcoin-slides">Slides</a> - available via SlideShare.</li>
</ul>
</div>
<div id="disqus_thread"></div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'libbitcoin'; // required: replace example with your forum shortname
var disqus_identifier = 'libbitcoin';
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
<br class="clearfix" />
</div>
<!--
<div id="sidebar">
<div class="box">
<h3>Media</h3>
<ul class="list">
<li class="first"><a href="#">Adipiscing tincidunt</a></li>
<li><a href="#">Euismod elit sollicitudin</a></li>
<li><a href="#">Dolor magnis et lacinia</a></li>
<li><a href="#">Mauris ornare aenean</a></li>
<li class="last"><a href="#">Ante semper fringilla</a></li>
</ul>
</div>
<div class="box">
<h3>Upcoming Events</h3>
<div class="date-list">
<ul class="list date-list">
<li class="first"><span class="date">2/08</span> <a href="#">Quam sed tempus</a></li>
<li><span class="date">2/05</span> <a href="#">Lorem et vestibulum</a></li>
<li><span class="date">2/01</span> <a href="#">Risus aenean tellus</a></li>
<li class="last"><span class="date">1/31</span> <a href="#">Tristique et primis</a></li>
</ul>
</div>
</div>
</div>
-->
<br class="clearfix" />
</div>
<div id="page-bottom">
<div id="page-bottom-content">
<h3>Donate</h3>
<p>
<a href="authors.html">libbitcoin Developers Bitcoin Addresses</a>
</p>
</div>
<div id="page-bottom-sidebar">
<h3>Donate</h3>
<img src="images/amir_qr.jpg" width="187" height="187" alt="bitcoin_qr" /></div>
<br class="clearfix" />
</div>
</div>
<div id="footer"></div>
</body>
</html>