forked from libbitcoin/libbitcoin.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsupport.html
More file actions
182 lines (172 loc) · 7.04 KB
/
support.html
File metadata and controls
182 lines (172 loc) · 7.04 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
<!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">
<p>The libbitcoin community can be reached through <a href="https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/libbitcoin">our mailing list</a>.</p>
<p><a href="http://lists.dyne.org/lurker/splash/index.en.html">Mailing list archive</a></p>
</div>
<div class="box">
<h2>Dual Licensing not required</h2>
<p>libbitcoin is available under the LGPLv3. We do not offer a commercial license alternative.</p>
</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>