-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html
More file actions
378 lines (362 loc) · 15.7 KB
/
index.html
File metadata and controls
378 lines (362 loc) · 15.7 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
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
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>ROKOS • Bitcoin Full node OS for Raspberry Pi, Pine64+, Banana Pro, Odroid and IoT Devices + OK Cryptocurrency and more!</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="ROKOS is an OK Bitcoin Full node Open Source Operating System for Raspberry Pi, Pi zero, Pi 2, Pi 3, Pi 4, PINE64+, Odroid - Launch A Bitcoin Full Node and/or stake Okcash on your IoT devices" />
<!-- css -->
<link href="css/bootstrap.min.css" rel="stylesheet" />
<link href="css/fancybox/jquery.fancybox.css" rel="stylesheet">
<link href="css/jcarousel.css" rel="stylesheet" />
<link href="css/flexslider.css" rel="stylesheet" />
<link href="css/style.css" rel="stylesheet" />
<!-- Theme skin -->
<link href="skins/default.css" rel="stylesheet" />
<link href="/img/favicon.ico" rel="icon" type="image/ico" />
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-71872638-1', 'auto');
ga('send', 'pageview');
</script>
<div id="wrapper">
<!-- start header -->
<header>
<div class="navbar navbar-default navbar-static-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="http://rokos.space"><img src="img/rokos.png" alt="ROKOS"></a>
</div>
<div class="navbar-collapse collapse ">
<ul class="nav navbar-nav">
<li class="active"><a href="index.html">Rokos</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle " data-toggle="dropdown" data-hover="dropdown" data-delay="0" data-close-others="false">Core Info <b class=" icon-angle-down"></b></a>
<ul class="dropdown-menu">
<li><a href="core.html">Latest Core version</a></li>
<li><a href="core-tech.html">Rokos Core Tech</a></li>
<!-- <li><a href="#">Tutorials</a></li> -->
</ul>
<li class="dropdown">
<a href="#" class="dropdown-toggle " data-toggle="dropdown" data-hover="dropdown" data-delay="0" data-close-others="false">How to Install <b class=" icon-angle-down"></b></a>
<ul class="dropdown-menu">
<li><a href="burn_sdcard.html">Burn ROKOS .img to SDcard</a></li>
<li><a href="rokos_core.html">ROKOS core X1 - Pine64+</a></li>
<!-- <li><a href="rokos_corebanana.html">ROKOS core X1 - Banana Pro</a></li> -->
<li><a href="rokos_corepi.html">ROKOS core X1 - Raspberry Pi 2, 3, 4</a></li>
<!-- <li><a href="#">ROKOS </a></li> -->
<!-- <li><a href="#">Tutorials</a></li> -->
</ul>
</li>
<li><a href="downloads.html">Downloads</a></li>
<li><a href="support.html">Support</a></li> <li><a href="https://rokos-flavors.space" target="_blank">Flavors </a></li>
</ul>
</div>
</div>
</div>
</header>
<!-- end header -->
<section id="featured">
<!-- start slider <center><a href="https://coinfestuk.org/" target="_blank"><img width="800" src="https://i.imgur.com/GVrydGs.jpg" alt="Coinfest UK 2017" > </a></center> -->
<div class="container">
<div class="row">
<div class="col-lg-12">
<!-- Slider -->
<div id="main-slider" class="flexslider">
<ul class="slides">
<li>
<img src="img/slides/0.jpg" alt="" />
<div class="flex-caption">
<h3>The Bitcoin OS<br />- Bitcoin & IoT -<br />Wonderful Mix</h3>
<p>The #1 OS for IoT devices with Bitcoin, OK and more cryptocurrencies.</p>
<a href="rokos_core.html" class="btn btn-theme">Learn More</a>
</div>
</li>
<li>
<img src="img/slides/1.jpg" alt="" />
<div class="flex-caption">
<h3>Bitcoin Okcash<br />Out of the Box</h3>
<p>Download, Burn to SD and it is ready to use</p>
<a href="rokos_core.html" class="btn btn-theme">Learn More</a>
</div>
</li>
<li>
<img src="img/slides/2.jpg" alt="" />
<div class="flex-caption">
<h3>Full Bitcoin Client/Node</h3>
<p>Integrated Bitcoin Graphical Client and Node ready for use and more.</p>
<a href="downloads.html" class="btn btn-theme">Download</a>
</div>
</li>
<li>
<img src="img/slides/3.jpg" alt="" />
<div class="flex-caption">
<h3>Plug & Play</h3>
<p>Pre-packaged with drivers, integrated Bitcoin OK clients and Node software ready to be used.</p>
<a href="downloads.html" class="btn btn-theme">Download</a>
</div>
</li>
</ul>
</div>
<!-- end slider -->
</div>
</div>
</div>
</section>
<section class="callaction">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="big-cta">
<div class="cta-text">
<h2><span>ROKOS core</span> • Bitcoin Full node OS </br>
Raspberry Pi, zero, 2, 3, 4, BananaPi PRO, PINE64+, Odroid + IoT Devices. </br>Integrated Bitcoin, Okcash, miners + Client/Node Support</h2>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="content">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="row">
<div class="col-lg-3">
<div class="box">
<div class="box-gray aligncenter">
<h4>IoT Supported Devices</h4>
<div class="icon">
<i class="fa fa-desktop fa-3x"></i>
</div>
<p>
-Raspberry Pi, zero, 2, 3, 4.<br />
-Pine64+, Banana Pro, Odroid.
</p>
</div>
<div class="box-bottom">
<a href="https://en.wikipedia.org/wiki/Internet_of_Things" target="_blank">Internet of Things</a>
</div>
</div>
</div>
<div class="col-lg-3">
<div class="box">
<div class="box-gray aligncenter">
<h4>Energy Friendly</h4>
<div class="icon">
<i class="fa fa-pagelines fa-3x"></i>
</div>
<p>
For IoT Energy friendly devices with a clean design UI.
</p>
</div>
<div class="box-bottom">
<a href="https://www.electronicdesign.com/power-management/article/21806312/how-does-the-iot-help-save-energy-for-todays-smart-factory" target="_blank">Energy Saving + IoT Article</a>
</div>
</div>
</div>
<div class="col-lg-3">
<div class="box">
<div class="box-gray aligncenter">
<h4>Fully Customizable</h4>
<div class="icon">
<i class="fa fa-star-o fa-3x"></i>
</div>
<p>
Debian based, add any Linux package with 1 command.
</p>
</div>
<div class="box-bottom">
<a href="https://packages.debian.org/buster/" target="_blank">Debian Packs</a>
</div>
</div>
</div>
<div class="col-lg-3">
<div class="box">
<div class="box-gray aligncenter">
<h4>Community Based</h4>
<div class="icon">
<i class="fa fa-users fa-3x"></i>
</div>
<p>
ROKOS evolves constantly thanks to your feedback.
</p>
</div>
<div class="box-bottom">
<a href="https://discord.io/bitcoin" target="_blank">Share your Feedback</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- divider -->
<div class="row">
<div class="col-lg-12">
<div class="solidline">
</div>
</div>
</div>
<!-- end divider -->
<!-- Portfolio Projects -->
<div class="row">
<div class="col-lg-12">
<h4 class="heading">Screen shots</h4>
<div class="row">
<section id="projects">
<ul id="thumbs" class="portfolio">
<!-- Item Project and Filter Name -->
<li class="col-lg-3 design" data-id="id-0" data-type="web">
<div class="item-thumbs">
<!-- Fancybox - Gallery Enabled - Title - Full Image -->
<a class="hover-wrap fancybox" data-fancybox-group="gallery" title="Custom UI" href="img/works/1.jpg">
<span class="overlay-img"></span>
<span class="overlay-img-thumb font-icon-plus"></span>
</a>
<!-- Thumb Image and Description -->
<img src="img/works/1.jpg" alt="Graphical Desktop: Clean design, Intuitive and easy to use for new and advanced users ready for touch-screens.">
</div>
</li>
<!-- End Item Project -->
<!-- Item Project and Filter Name -->
<li class="item-thumbs col-lg-3 design" data-id="id-1" data-type="icon">
<!-- Fancybox - Gallery Enabled - Title - Full Image -->
<a class="hover-wrap fancybox" data-fancybox-group="gallery" title="Bitcoin Ready" href="img/works/2.jpg">
<span class="overlay-img"></span>
<span class="overlay-img-thumb font-icon-plus"></span>
</a>
<!-- Thumb Image and Description -->
<img src="img/works/2.jpg" alt="Bitcoin Graphical Client and node ready to use, access Client from Menus or Node from Terminal at /usr/local/bin">
</li>
<!-- End Item Project -->
<!-- Item Project and Filter Name -->
<li class="item-thumbs col-lg-3 photography" data-id="id-2" data-type="illustrator">
<!-- Fancybox - Gallery Enabled - Title - Full Image -->
<a class="hover-wrap fancybox" data-fancybox-group="gallery" title="Bitcoin Data Directory" href="img/works/3.jpg">
<span class="overlay-img"></span>
<span class="overlay-img-thumb font-icon-plus"></span>
</a>
<!-- Thumb Image and Description -->
<img src="img/works/3.jpg" alt="Get prompted and select where to save the Bitcoin Data Directory on the first run. (external device required, BTC blockchain size 280Gb aprox)">
</li>
<!-- End Item Project -->
<!-- Item Project and Filter Name -->
<li class="item-thumbs col-lg-3 photography" data-id="id-2" data-type="illustrator">
<!-- Fancybox - Gallery Enabled - Title - Full Image -->
<a class="hover-wrap fancybox" data-fancybox-group="gallery" title="Full Bitcoin Core" href="img/works/4.jpg">
<span class="overlay-img"></span>
<span class="overlay-img-thumb font-icon-plus"></span>
</a>
<!-- Thumb Image and Description -->
<img src="img/works/4.jpg" alt="After it's done with the first time Sync you become empowered to use the Full Bitcoin Core and all of its features over your IoT Device. Experiment, Learn, Create new IoT/BTC apps, support BTC and more; The Sky is the limit.">
</li>
<!-- End Item Project -->
</ul>
</section>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row">
<div class="col-lg-3">
<div class="widget">
<h5 class="widgetheading">Join the OK Bitcoin community</h5>
<br><a href="https://discord.io/bitcoin"> <img alt="Logo" src="https://discordapp.com/api/guilds/213747404745211904/widget.png?style=banner2" width="250px"></a>
</div>
</div>
<div class="col-lg-3">
<div class="widget">
<h5 class="widgetheading">Info</h5>
<ul class="link-list">
<li><a href="http://bitcoin.org" target="_blank">Bitcoin</a></li>
<li><a href="http://okcash.co" target="_blank">Okcash</a></li>
<li><a href="downloads.html">Downloads</a></li>
<li><a href="http://rokos-flavors.space">ROKOS Flavors</a></li>
<li><a href="support.html">Support</a></li>
<li><a href="https://www.pine64.org/" target="_blank">Pine64+</a></li>
<li><a href="https://www.raspberrypi.org/" target="_blank">Raspberry Pi</a></li>
</ul>
</div>
</div>
<div class="col-lg-3">
<div class="widget">
<h5 class="widgetheading">Press</h5>
<ul class="link-list">
<li><a href="http://www.nasdaq.com/article/fintech-at-ces-mastercard-and-rokos-shake-things-up-cm734192" target="_blank">Nasdaq.com (CES 2017 Headlines)</a></li>
<li><a href="http://techcrunch.com/2016/01/04/the-rokos-core-os-turns-your-raspberry-pi-into-a-bitcoin-node/" target="_blank">TechCrunch.com (CES 2016 Headlines)</a></li>
<li><a href="http://hwagm.elhacker.net/rokos-v4-sistema-operativo-para-ejecutar-un-nodo-de-bitcoin-en-raspberry-pi-2/" target="_blank">elhacker.net</a></li>
<li><a href="http://themerkle.com/news/rokos-is-a-free-raspberry-pi-operating-system-to-launch-a-bitcoin-node/" target="_blank">themerkle.com</a></li>
<li><a href="http://www.coinfox.ru/novosti/4216-rokos-new-software-to-work-with-bitcoin-2" target="_blank">coinfox.ru</a></li>
<li><a href="http://www.diariobitcoin.com/index.php/2015/12/28/conoce-a-rokos-v4-un-nuevo-sistema-operativo-con-nodos-bitcoin-integrados/" target="_blank">diariobitcoin.com</a></li>
<li><a href="http://criptonoticias.com/rokos-v4-sistema-operativo-nodo-de-bitcoin-raspberry-pi-2/" target="_blank">criptonoticias.com</a></li>
<li><a href="https://fossforce.com/2016/07/alternatives-raspbian-ubuntu-mate/" target="_blank">fossforce.com</a></li> <li><a href="https://themerkle.com/foss-force-acknowledges-cryptocurrency-based-rokos-operating-system-for-raspberry-pi/" target="_blank">FOSS acknowledges ROKOS</a></li>
</ul>
</div>
</div>
<div class="col-lg-3">
<div class="widget">
<h5 class="widgetheading">Open Source</h5>
<div>
<img src="img/rokos2.png" alt="ROKOS">
</div>
<br /><br />
<ul class="social-network">
<li><a href="https://twitter.com/BitcoinFullnode/" target="_blank" data-placement="top" title="Twitter"><i class="fa fa-twitter fa-3x"></i></a></li>
</ul>
<div class="clear">
</div>
</div>
</div>
</div>
</div>
<div id="sub-footer">
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="copyright">
<p>
<span>© ROKOS 2014-2022. In honor to </span>Satoshi
</p>
</div>
</div>
<div class="col-lg-6">
</div>
</div>
</div>
</div>
</footer>
</div>
<a href="#" class="scrollup"><i class="fa fa-angle-up active"></i></a>
<!-- javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="js/jquery.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.fancybox.pack.js"></script>
<script src="js/jquery.fancybox-media.js"></script>
<script src="js/google-code-prettify/prettify.js"></script>
<script src="js/portfolio/jquery.quicksand.js"></script>
<script src="js/portfolio/setting.js"></script>
<script src="js/jquery.flexslider.js"></script>
<script src="js/animate.js"></script>
<script src="js/custom.js"></script>
</body>
</html>