-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathindex.html
312 lines (285 loc) · 16.5 KB
/
index.html
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
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
<html>
<head>
<title>Libbitcoin</title>
<link rel="apple-touch-icon" sizes="57x57" href="img/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="img/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="img/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="img/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="img/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="img/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="img/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="img/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="img/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="img/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon/favicon-16x16.png">
<link rel="manifest" href="img/favicon/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="img/favicon/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="css/bootstrap.css">
<!-- Optional theme -->
<link rel="stylesheet" href="css/bootstrap-theme.css">
<!-- custom theme -->
<link rel="stylesheet" href="css/custom.css">
</head>
<body>
<div class="jumbotron presentation">
<div class="container">
<!-- navbar-->
<nav class="navbar navbar-inverse" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!--<a class="navbar-brand" href="#"><img src="img/libbitcoin-logo.svg" alt=""></a>-->
</div>
<!-- Collect the nav links for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="#anchor">Download</a></li>
<li><a href="#docs">Documentation</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div>
</nav>
<!--<h1 class="titulo">Libbitcoin</h1>-->
<img class="logo-pres" src="img/libbitcoin-logo.svg" alt="">
</div>
</div>
<div class="container ecosystem">
<h2>A C++ Bitcoin toolkit library for asynchronous apps</h2>
<div class="row eco1">
<div class="col-md-4"><img src="img/navaja-suiza.svg" class="img-responsive" alt="Responsive image"></div>
<div class="col-md-8">
<p>Libbitcoin is a multipurpose bitcoin library targeted towards high end use. An ideal backend to build fast implementations on top: mobile apps, desktop clients and server API's. The library places a heavy focus around asychronicity, speed and availability.</p>
</div>
</div>
<div class="row eco2">
<div class="col-md-4"><img src="img/cpu-farm.svg" class="img-responsive" alt="Responsive image"></div>
<div class="col-md-8">
<p>It's enables a big scope for scalability as each component has its own thread pool. By increasing the number of threads for that component the library is able to scale outwards across CPU cores. This are vital as the demands of the bitcoin network grow.</p>
</div>
</div>
<div class="row eco3">
<div class="col-md-4"><img src="img/lang-basket.svg" class="img-responsive" alt="Responsive image"></div>
<div class="col-md-8"><p>Libbitcoin can be leveraged with different design patterns depending on the task or application: javascript, python, PHP, Ruby and so on.</p></div>
</div>
</div>
<div class="jumbotron features">
<div class="container">
<h2>Features</h2>
<div class="row">
<div class="col-md-1"></div>
<div class="col-md-4">
<h4>Libbitcoin Server<h4>
<img src="img/lib-server.svg" class="img-responsive ft-img" alt="Responsive image">
<p>A full Bitcoin peer-to-peer node, Libbitcoin Server is also a high performance blockchain query server.
Libbitcoin Server exposes a custom query TCP API built based on the <a href="https://zeromq.org">ZeroMQ</a> networking stack. It supports server, and optionally client, identity certificates and wire encryption via <a href="https://curvezmq.org">CurveZMQ</a> and the <a href="https://libsodium.org">Sodium</a> cryptographic library and supports simple and advanced scenarios, including stealth payment queries. The <a href="https://github.com/libbitcoin/libbitcoin-client">libbitcoin-client</a> library provides a calling API for building client applications. The server is complimented by <a href="https://github.com/libbitcoin/libbitcoin-explorer">libbitcoin-explorer (BX)</a>, the Bitcoin command line tool and successor to SX.</p>
</div>
<div class="col-md-1"></div>
<div class="col-md-1"></div>
<div class="col-md-4">
<h4>Libbitcoin Explorer (BX)<h4>
<img src="img/lib-explorer.svg" class="img-responsive ft-img" alt="Responsive image">
<p>BX exposes over <a href="https://github.com/libbitcoin/libbitcoin-explorer/wiki">80 commands</a> and supports network communication with libbitcoin-server or its predecessor Obelisk, and the P2P Bitcoin network. BX is well documented and supports simple and advanced scenarios, including <a href="https://wiki.unsystem.net/en/index.php/DarkWallet/Alpha#Stealth">stealth</a> and <a href="https://en.bitcoin.it/wiki/Multisignature">multisig</a>. BX is a rich command line tool for working with Bitcoin. It can be built as a single portable executable for Linux, OSX or Windows and is available for <a href="https://github.com/libbitcoin/libbitcoin-explorer/wiki/Download-BX">download as a signed single executable</a> for each.</p>
</div>
<div class="col-md-1"></div>
</div>
</div>
</div>
<div class="container available">
<a name="anchor"></a>
<h2>Available for</h2>
<div class="row princip">
<div class="col-md-4">
<div class="bim"><a href="https://github.com/libbitcoin/libbitcoin#windows"><img src="img/win.svg" class="img-responsive" alt="Responsive image"></a></div>
<h4><a href="https://github.com/libbitcoin/libbitcoin#windows">Windows</a></h4>
</div>
<div class="col-md-4">
<div class="bim"><a href="https://github.com/libbitcoin/libbitcoin#debianubuntu"><img src="img/linux.svg" class="img-responsive" alt="Responsive image"></a></div>
<h4><a href="https://github.com/libbitcoin/libbitcoin#debianubuntu">Linux</a></h4>
</div>
<div class="col-md-4">
<div class="bim"><a href="https://github.com/libbitcoin/libbitcoin#macos"><img src="img/mac.svg" class="img-responsive" alt="Responsive image"></a></div>
<h4><a href="https://github.com/libbitcoin/libbitcoin#macos">macOS</a></h4>
</div>
</div>
</div>
<div class="jumbotron btc-satoshi">
<h2>Libbitcoin believes in the revolutionary promise of Satoshi's original protocol </h2></div>
<div class="container principles">
<h4><p>The toolkit consists of libraries, examples, tests and applications.<br>The project was established on <a href="https://bitcointalk.org/index.php?topic=30646.msg384791#msg384791">three principles:</a></p></h4>
<div class="row princip">
<div class="col-md-4">
<h4>Privacy</h4>
<div class="bim"><img src="img/privacy.svg" class="img-responsive lala" alt="Responsive image"></div>
<p>Bitcoin should always remain as private as possible for its users.</p>
</div>
<div class="col-md-4">
<h4>scalability</h4>
<div class="bim"><img src="img/scalability.svg" class="img-responsive" alt="Responsive image"></div>
<p>Bitcoin built today with the future in mind.</p>
</div>
<div class="col-md-4">
<h4>Integrity</h4>
<div class="bim"><img src="img/integrity.svg" class="img-responsive" alt="Responsive image"></div>
<p>No individual or group should have enough power over the network to compromise its original aims.</p>
</div>
</div>
<div class="row princip r2">
<div class="col-md-6">
<div class="bim"><img src="img/setupable.svg" class="img-responsive" alt="Responsive image"></div>
</div>
<div class="col-md-6">
<div class="bim"><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></div>
</div>
</div>
<div class="row princip r3">
<div class="col-md-6">
<div class="bim"><p>By having a full featured C++ bitcoin library, it enables everybody to build apps really quickly using a common stable codebase.</p></div>
</div>
<div class="col-md-6">
<div class="bim"><img src="img/cmasmas.svg" class="img-responsive" alt="Responsive image"></div>
</div>
</div>
</div>
<div class="jumbotron projects">
<h2>Projects using Libbitcoin</h2>
<div class="row princip">
<div class="col-md-4">
<div class="bim"><a href="https://chip-chap.com"><img src="img/chipchap.svg" class="img-responsive" alt="Responsive image"></a></div>
</div>
<div class="col-md-4">
<div class="bim"><a href="https://darkwallet.is/"><img src="img/darkwallet.png" class="img-responsive" alt="Responsive image"></a></div>
<!-- <a href="https://wiki.unsystem.net/en/index.php/DarkWallet/ServerHowto" class="dwb"><button type="button" class="btn btn-lg dw">DW server howto</button></a>-->
</div>
<div class="col-md-4">
<div class="bim"><a href="https://airbitz.co/"><img src="img/airbitz.svg" class="img-responsive" alt="Responsive image"></a></div>
</div>
</div>
<div class="row princip">
<div class="col-md-4">
<div class="bim"><a href="http://joystream.co/"><img src="img/joystream.png" class="img-responsive" alt="Responsive image"></a></div>
</div>
<div class="col-md-4">
<div class="bim"><a href="https://darkleaks.com/"><img src="img/darkleaks.svg" class="img-responsive" alt="Responsive image"></a></div>
</div>
<div class="col-md-4">
<div class="bim"><a href="https://openbazaar.org/"><img src="img/openbazaar.svg" class="img-responsive" alt="Responsive image"></a></div>
</div>
</div>
<div class="row princip">
<div class="col-md-6">
<div class="bim"><a href="https://cancoin.co/"><img src="img/cancoin.svg" class="img-responsive" alt="Responsive image"></a></div>
</div>
<div class="col-md-6">
<div class="bim"><a href="http://slur.io/"><img src="img/slur.svg" class="img-responsive" alt="Responsive image"></a></div>
</div>
</div>
</div>
<div class="container mentions">
<h2>Mentions</h2>
<div class="row princip">
<div class="col-md-6">
<div class="bim"><img src="img/mentions.svg" class="img-responsive" alt="Responsive image"></div>
</div>
<div class="col-md-6">
<div class="bim">
<ul>
<li><a href="https://bitcoinmagazine.com/articles/bitcoin-always-needed-more-than-one-body-of-developers-an-interview-with-libbitcoin-s-eric-voskuil-1456762744">"Bitcoin Always Needed More Than One Body of Developers": An Interview With Libbitcoin's Eric Voskuil</a></li>
<li><a href="https://bitcoinmagazine.com/articles/what-libbitcoin-and-sx-are-and-why-they-matter-1376064919">What Libbitcoin and SX are And Why They Matter</a></li>
<li><a href="https://github.com/libbitcoin/libbitcoin-explorer/wiki/wright-decoded">Wright Decoded</a></li>
<li><a href="https://bitcoinmagazine.com/articles/lets-talk-libbitcoin-2-1397156427">Let's Talk Libbitcoin</a></li>
<li><a href="http://bravenewcoin.com/news/bitcoin-micropayments-to-incentivize-torrent-seeding/">Bitcoin MicroPayments To Incentivize Torrent Seeding</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="jumbotron agpl">
<h2>License</h2>
<img src="img/agpl.svg" class="img-responsive" alt="Responsive image">
<p>The project is licensed as <a class="linkcense" href="files/license.txt">AGPL with a lesser clause.</a> It may be used within a proprietary project, but the core library and any changes to it must be published online.<br> Source code for this library must always remain free for everybody to access.</p>
</div>
<a href="#" class="scrollup" style="display: none;">Scroll</a>
<footer>
<div class="row foot princip">
<div class="col-md-3">
<a name="docs"></a>
<h4>Documentation</h4>
<ul>
<li><a href="https://en.bitcoin.it/wiki/Libbitcoin">Bitcoin wiki</a></li>
<li><a href="https://github.com/libbitcoin">Github repository</a></li>
<li><a href="https://github.com/libbitcoin/libbitcoin-explorer/wiki">Documentation reference for bx command</a></li>
</ul>
</div>
<div class="col-md-3">
<h4>Authors</h4>
<ul>
<li><a href="https://github.com/evoskuil">Eric Voskuil</a></li>
<li><a href="https://en.wikipedia.org/wiki/Amir_Taaki">Amir Taaki</a></li>
</ul>
</div>
<div class="col-md-3">
<a name="contact"></a>
<h4>Contact</h4>
<ul>
<!-- <li><span class="b">Email:</span> dev_at_libbitcoin_dot_org</li> -->
<li><span class="b">IRC:</span> #libbitcoin at <a href="https://freenode.net/">freenode.net</a></li>
<!-- <li><a href="https://forum.unsystem.net/category/projects/libbitcoin">unSYSTEM Forum</a></li> -->
<li><a href="https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/libbitcoin">Mailing list</a></li>
</ul>
</div>
<div class="col-md-3">
<h4>Old references</h4>
<ul>
<li><a href="https://github.com/spesmilo">Spesmilo</a></li>
<li><a href="http://libbitcoin.dyne.org/">Libbitcoin at dyne.org</a></li>
<li><a href="http://sx.dyne.org/">SX old manual</a></li>
<li><a href="http://libbitcoin.dyne.org/obelisk/">Obelisk old manual</a></li>
<!-- <li><a href="https://github.com/spesmilo/obelisk">Obelisk at GIT</a></li> -->
<li><a href="https://github.com/libbitcoin/libbitcoin-server/wiki">Documentation reference for bs command </a></li>
</ul>
<h4>Other references</h4>
<ul>
<li><a href="https://bitcointalk.org/index.php?topic=30646.msg384791#msg384791">Bitcointalk</a></li>
<!-- <li><a href="https://wiki.unsystem.net/">unSYSTEM Wiki</a></li> -->
</ul>
</div>
<div class="col-md-12">
<!-- <h4>Donations</h4>
<ul>
<li><a href=""><img src="img/libbitcoin_qr.png" class="img-responsive" alt="Responsive image"></a></li>
<br>
<li><a href="">339Bsc4f6jeh4k15difzbr4TTfoeS9uEKP</a></li>
</ul>
</div>
</div> -->
</footer>
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$(window).scroll(function(){
if ($(this).scrollTop() > 100) {
$('.scrollup').fadeIn();
} else {
$('.scrollup').fadeOut();
}
});
$('.scrollup').click(function(){
$("html, body").animate({ scrollTop: 0 }, 600);
return false;
});
});
</script>
</body>
</html>