-
Notifications
You must be signed in to change notification settings - Fork 3
/
router.html
443 lines (384 loc) · 31.1 KB
/
router.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
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
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
<head prefix="og: http://ogp.me/ns#">
<meta charset="utf-8">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-76144216-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-76144216-1');
</script>
<!-- Facebook Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window,document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '129106771214783');
fbq('track', 'PageView');
</script>
<!-- <noscript>
<img height="1" width="1"
src="https://www.facebook.com/tr?id=129106771214783&ev=PageView
https://www.facebook.com/tr?id=129106771214783&ev=PageView&noscript=1"/>
</noscript> -->
<!-- End Facebook Pixel Code -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta property="og:url" content="https://subutai.io/router.html" />
<meta property="og:image" content="https://subutai.io/img/SubutaiHeroImageV6.jpg"/>
<meta property="og:image:type" content="image/jpeg"/>
<meta property="og:image:width" content="800"/>
<meta property="og:image:height" content="600"/>
<!-- no cache meta tags - after changes, this should be exclude -->
<meta http-equiv="cache-control" content="max-age=0">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="-1">
<meta http-equiv="expires" content="Tue, 01 Jan 1980 11:00:00 GMT">
<meta http-equiv="pragma" content="no-cache">
<title>Blockchain Router</title>
<!-- CSS Links-->
<link rel="stylesheet" type="text/css" href="./css/bootstrap/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="dist/css/style.css">
<link rel="stylesheet" type="text/css" href="./css/goodwill-styles.css">
<link rel="stylesheet" type="text/css" href="./css/bootstrap/bootstrap-social.css">
<link href="https://fonts.googleapis.com/css?family=Maven+Pro" rel="stylesheet">
<link href="fontawesome/fontawesome-all.css" rel="stylesheet">
<link href="https://use.fontawesome.com/releases/v5.0.6/./css/all.css" rel="stylesheet">
<!-- JS Links-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<!-- Favicon link-->
<link rel="shortcut icon" href="img/favicon.png" />
<style type="text/css">
section .router p{
line-height: 30px;
text-align: justify;
}
section .router li{
line-height: 30px;
text-align: justify;
font-size: 15px;
}
</style>
</head>
<body>
<header id="header">
<div class="getStarted-btn">
<a href="./getting-started.html#companion">Downloads</a>
<a href="https://bazaar.subutai.io/register" target="_blank">Join Us</a>
<a href="https://slack.subutai.io/" target="_blank">Help on Slack</a>
<a href="https://subutai.io/goodwill.html">Buy GoodWill</a>
</div>
<nav class="navbar navbar-expand-xl navbar-light bg-light">
<div id="topbar">
<a class="navbar-brand" href="./index.html"><img alt="logo" src="img/logo.png" width="160"></a>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav scrollable-menu">
<li class="nav-item">
<a class="nav-link" href="./p2p-cloud-platform.html">P2P Cloud Platform</a>
</li>
<li class="nav-item">
<a class="nav-link" href="goodwill.html">GoodWill</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Products <span class="caret"></span></a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<li><a class="dropdown-item" href="./peer-os.html">PeerOS</a></li>
<li><a class="dropdown-item" href="./bazaar.html">Bazaar</a></li>
<li><a class="dropdown-item" href="./router.html">Blockchain Router</a></li>
<li><a class="dropdown-item" href="./khan.html">KHAN</a></li>
<li><a class="dropdown-item" href="./blueprints.html">Blueprints</a></li>
<li><a class="dropdown-item" href="https://docs.subutai.io/Blueprints/blockchain-in-a-box/Introduction.html">Blockchain-in-a-Box</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Ideation <span class="caret"></span></a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<li><a class="dropdown-item" href="p2p-cloud.html">P2P Cloud</a></li>
<li><a class="dropdown-item" href="https://subutai.blog/" target="_blank">Blog</a></li>
<li><a class="dropdown-item" href="manifesto.html">Manifesto</a></li>
<li><a class="dropdown-item" href="Hardware-Security-Framework.pdf" target="_blank">Hardware Security</a></li>
<li><a class="dropdown-item" href="tribute.html">Tribute</a></li>
<!-- <li><a class="dropdown-item" href="https://www.youtube.com/watch?v=zJkmIAyhvFM&feature=youtu.be" target="_blank">Presentation</a></li> -->
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="./getting-started.html">Get Started</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">How To <span class="caret"></span></a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<!-- <li><a class="dropdown-item" href="./getting-started.html">Get Started</a></li> -->
<li><a class="dropdown-item" href="./getting-involved.html">Get Involved</a></li>
<li><a class="dropdown-item" href="https://bazaar.subutai.io/login" target="_blank">Share Resources</a></li>
<li><a class="dropdown-item" href="./goodwill.html">Earn GoodWill</a></li>
<li><a class="dropdown-item" href="https://subutai.blog/" target="_blank">Read our Blog</a></li>
<li><a class="dropdown-item" href="https://docs.subutai.io/Contributing.html">How to Contribute</a></li>
<li><a class="dropdown-item" href="https://slack.subutai.io/" target="_blank">Get Help</a></li>
<li><a class="dropdown-item" href="https://docs.subutai.io/">Read the Docs</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Resources <span class="caret"></span></a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<li><a class="dropdown-item" href="https://docs.subutai.io/Glossary.html">Glossary</a></li>
<li><a class="dropdown-item" href="https://docs.subutai.io">Documentation</a></li>
<li><a class="dropdown-item" href="https://github.com/subutai-io" target="_blank">GitHub</a></li>
<li><a class="dropdown-item" href="https://docs.subutai.io/FAQ.html">FAQ</a></li>
<li><a class="dropdown-item" href="getting-involved.html">Get Involved</a></li>
<li><a class="dropdown-item" href="https://docs.subutai.io/Subutai_Use_Cases.html">Use Cases</a></li>
<li><a class="dropdown-item" href="https://bazaar.subutai.io">Bazaar</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Community <span class="caret"></span></a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<li><a class="dropdown-item" tabindex="-1" href="getting-involved.html">Get Involved</a></li>
<li><a class="dropdown-item" tabindex="-1" href="https://slack.subutai.io/" target="_blank">Slack</a></li>
<li><a class="dropdown-item" tabindex="-1" href="https://t.me/SubutaiKHAN" target="_blank">Telegram</a></li>
<li><a class="dropdown-item" tabindex="-1" href="https://twitter.com/Subutai_KHAN" target="_blank">Twitter</a></li>
<li><a class="dropdown-item" tabindex="-1" href="https://www.reddit.com/r/SubutaiKHAN/" target="_blank">Reddit</a></li>
<li><a class="dropdown-item" tabindex="-1" href=" https://www.facebook.com/SubutaiKHAN/" target="_blank">Facebook</a></li>
<li><a class="dropdown-item" tabindex="-1" href="https://www.linkedin.com/company/subutai-social-cloud/" target="_blank">Linkedin</a></li>
<li><a class="dropdown-item" tabindex="-1" href="https://www.youtube.com/channel/UCISHGzbHjYWYFfu7krnYLkA" target="_blank">Youtube</a></li>
</ul>
</li>
</ul>
</div>
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbarNavDropdown" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
</nav>
<div class="jumbotron" id="topBanner">
<div id="bannerText">
<h1 class="pageTitle">Subutai™ Blockchain Router v2.0</h1>
</div>
</div>
</header>
<section>
<div class="router">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="videoContainer">
<div class="videoWrap">
<!-- <iframe width="560" height="315" src="https://www.youtube.com/embed/IWoILENW3lg?rel=0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> -->
<iframe width="560" height="315" src="https://www.youtube.com/embed/KPPqZw0Rxes?rel=0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
</div>
<p>The Subutai Blockchain Router is a power-efficient, “green” broadband Cloud router, and open hardware IoT gateway (Industrial Edition). The residential edition serves as a plug-and-play cryptocurrency wallet and mining device that allows users to easily enter the cryptocurrency economy. Using just 40W (standalone; 100W with additional Mining Drives), the Subutai Blockchain Router is eco-friendly, cost-effective, and 10-20x more energy efficient for the same hash rate over traditional GPU-based mining devices —a critically important consideration in today’s energy-aware environment.</p><br/>
<h6 class="title-level3"><b>Subutai Blockchain Router: Residential Edition</b></h6>
<ul>
<li>Broadband Router + Cryptocurrency Wallet</li>
<li>All-in-One Cryptocurrency Mining Device: Ether, Monero, etc.</li>
<li>“Green” FPGA-based reprogrammable mining for an ASIC-resistant world</li>
<li>HASH RATES (4 Mining Devices):
Ethash - 57.5 Mh/s;
Zhash - 70 Sol/s;
CryptoNightR - 2 KH/s
</li>
<li>5 x 10 Gbps LAN ports; 1 x 10 Gbps uplink port</li>
<li>Accelerated Subutai Appliance: easily connects to other Subutai services</li>
</ul>
<br>
<h6 class="title-level3"><b>Subutai Mining Drive (optional)</b></h6>
<ul>
<li>“Attach and Go” simplicity</li>
<li>57.5 Mh/s each for Ethereum</li>
<li>Add up to 4 Mining Drives on router: 30 more using 10G LAN extenders</li>
<li>Boost mining up to 230 MH/s with 4 devices at 100 watts total</li>
</ul>
<div id="routerGif-img">
<div class="routerImg-wrapper">
<img src="dist/img/BlockchainRouter-Square-12FPS.gif" alt="Subutai Blockchain Router">
</div>
</div>
<h2>A Closer Look</h2><br/><br/>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<div style="text-align: center">
<!-- <iframe width="100%" height="500px" src="http://a360.co/2FAxYYO" frameborder="0"
allowvr allowfullscreen mozallowfullscreen="true" webkitallowfullscreen="true" onmousewheel=""></iframe> -->
<iframe width="100%" height="500px" src="https://myhub.autodesk360.com/ue2a18777/g/shares/SHabee1QT1a327cf2b7afb01ac9ecaaf40d0?viewState=NoIgbgDAdAjCA0IDGBWARjCAOATEgtACZq74AshApgMz5YDsMAbPjAJwBmAhjB5vWSwQQAXSA" frameborder="0" allowvr allowfullscreen mozallowfullscreen="true" webkitallowfullscreen="true" onmousewheel=""></iframe>
<p style="font-size: 13px; font-weight: normal; margin: 5px; text-align: center;">
<span style="font-weight: bold;">
Subutai™ Blockchain Router</span>
</p><br/><br/>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<h2>Revenue Generating</h2>
<p>Beyond its advanced network functions, the Subutai Blockchain Router’s features benefit those telcos and ISPs who offer Subutai to their Internet subscribers. Users simply plug-and-mine cryptocurrency with no special technical skills needed. The device provides users a passive income of up to ~$400 USD worth of crypto per month (at current rates). The Router also provides a simple interface for users to easily select different coins to mine. The factory default however uses an "Auto Mode" to dynamically infer the most profitable PoW algorithm and coin network to mine on thanks to <a href="https://gemnet.io">GEMNET's intelligent mining services</a>.</p>
<h2>No Wallet Confusion</h2>
<p>The Router’s defense-grade hardware secured wallet with detachable Trusted Platform Module (TPM) eliminates software wallet confusion, and can be swapped into a new router in minutes to facilitate the RMA process.</p>
<h2>On-the-Go Mobile Access</h2>
<p>The Subutai Blockchain Router provides users with a “personal ATM at home”. When needing to transact rapidly on the go, mobile integrations allow users to securely connect, manage, and transact with their router wallet’s funds protected by the router’s enhanced security.</p>
<h2>Easily Enter the Sharing Economy</h2>
<p>The Subutai Blockchain Router v2.0 comes pre-installed with Subutai tuned using a hardware accelerated version of Subutai’s PeerOS. Users of the Blockchain Router can easily register with the Subutai Bazaar —“The Airbnb of Cloud and IoT Computing Resources”— to quickly list, share, and sell compute resources.</p>
<h2>Extensible</h2>
<p>As a flexible IoT gateway, the Blockchain Router allows devices on the edge to be securely and efficiently connected to cloud applications. Subutai treats the cloud and the fog as one and the same, in a single continuum, to prevent unnecessary round-trip device communication with servers in data centers from impacting performance and security. As a multifunction device it can be configured to be a media center, a home/industrial automation and security system, and more.</p>
<h2>Secure</h2>
<p>Highly adaptive, the Blockchain Router’s security and performance-accelerated firmware dynamically changes its configuration to respond to usage behavior and to any potential threats encountered. Dynamic hardware acceleration allows the device to alter its circuitry as a field programmable device even years after purchasing it. The Router optimizes performance and provides additional security capabilities by filtering network packets at line rate. It analyzes traffic patterns to detect performance bottlenecks, potential security threats, and immediately deploy counter-measures. By hardware accelerating SDN and NFV functionality, the router enables the main CPU to remain focused on its core routing functions and multifunctions users configure it for.</p>
<h2>Add New Functionality (Industrial Edition)</h2>
<p>Beyond the Blockchain Router’s field programmable aspects, entirely new functionality can be added by attaching shields for Arduinos and Raspberry Pi devices. Anything from a detector, to a motor controller, or even a peripheral connect bus can be added to create IoT applications limited only by the imagination.</p>
<h2>High Speed Storage</h2>
<p>The Router’s high speed flash-based storage can exceed the speeds of most SATA-III drives. It can be used as network attached storage (NAS) device or a high speed digital recorder.</p>
<br>
<br>
<!-- <p>The Subutai Blockchain Router v2.0 comes pre-installed with Subutai tuned and hardware accelerated version of Subutai’s PeerOS. As with the standalone <a href="./peer-os.html">Subutai PeerOS</a> software, the Blockchain Router can register with the <a href="./bazaar.html">Subutai Bazaar</a> to allow users to quickly list, share, and sell compute resources.</p><br/>
<p>As a flexible IoT gateway, the Blockchain Router allows devices on the edge to be securely and efficiently connected to cloud applications. Subutai treats the cloud and the fog as one and the same, in a single continuum, to prevent unnecessary round-trip device communication with servers in data centers from impacting performance and security. As a multifunction device it can be configured to be a media center, a home/industrial automation and security system. </p><br/>
<p>Highly adaptive, the Blockchain Router’s security and performance-accelerated firmware dynamically changes its configuration to respond to usage behavior and to any potential threats encountered. Dynamic hardware acceleration maintains the device can alter its circuitry as a field programmable device even years after purchasing the device. The Router optimizes performance and provides additional security capabilities by filtering network packets at line rate. It analyzes traffic patterns to detect performance bottlenecks, potential security threats, and immediately deploy counter-measures. Hardware accelerating these functions using SDN and NFV, the router enables the main CPU to remain focused on its core routing functions and multifunctions users configure it for.</p><br/>
<p>Beyond the Blockchain Router’s field programmable aspects, entirely new functionality can be added by attaching shields for Arduinos and Raspberry Pi devices. Anything from a detector, to a motor controller, or even a peripheral connect bus can be added to create IoT applications only limited by the imagination.</p><br/>
<p>The Router’s high speed flash-based storage can exceed the speeds of most SATA-III drives. It can be used as network attached storage (NAS) device or a high speed digital recorder. The storage can be increased and accelerated by adding more flash storage (eMMC) modules to the device. The Blockchain Router can apply several RAID levels across these eMMC modules.</p><br/>
<h2>Under the Hood</h2><br/>
<p>The Blockchain Router is based on an open architecture with a FOSSH design available at the GitHub. It uses the most advanced MPSoC on the market: Xilinx Zynq UltraScale+ with two SODIMM DDR4 RAM slots; one for the processing system (PS), the other for the programming logic (PL): total capacity of 16 GB. The PL has enough logic cells and RAM to mine Ethereum tokens while the PS functions as a plug-and-play Subutai PeerOS Appliance and broadband router. Broadband routers are an essential ingredient in the business of providing Internet services and the Blockchain Router is built to remain competitive well into the future with the prevalence of 5G and 100GB Ethernet technologies to support Subutai’s economy operators (ISPs).</p><br/>
<ul>
<li>Zynq Ultrascale+ MPSoC: Quad-Core ARM Cortex-A53 (1.5Ghz), Dual-Core ARM Cortex-R5 Real Time Processing Unit (600Mhz), ARM Mali™-400 MP2 Graphics Processing Unit (667Mhz GPU)</li>
<ul>
<li>Quad-Core ARM Cortex-A53 (1.5Ghz)</li>
<li>Dual-Core ARM Cortex-R5 Real Time Processing Unit (600 MHz)</li>
<li>ARM Mali™-400 MP2 Graphics Processing Unit (667 MHz GPU)</li>
</ul>
<li>Programmable Logic side: 154K System Logic cells, 360 DSP slices, 7.6 Mb BRAMs</li>
<li>2x DDR4 SODIMM 4-8GB connected to Processor Subsystem (PS) and Programmable Logic (PL)</li>
<li>1x SATA 3.0, 1x USB 3.0 Host Interface, 4x RAID-10 eMMC (controlled by FPGA) (128GB each at 800Mb/s)</li>
<li>Open Source eMMC controller host ip core</li>
<li>5+1 RJ45 Ports: 5 Layer 2 Controlled Gigabit Ethernet Switch, 1 Gigabit Port</li>
<li>1x Wi-Fi 802.11 b/g/n + Bluetooth 4.0 LE Interface</li>
<li>1x Raspberry Pi, 1x Arduino Uno R3, and 4x PMOD (FPGA PL Connected)</li>
<li>I/Os fully compatible with Raspberry Pi 3, Arduino Uno r3 shields and PMOD pinout</li>
<li>1x Trusted Platform Module 2.0 Security Chip Header (For Wallet Keys & Network HSM)</li>
<li>1x Debug UART, 1x Mini Display Adapter, Subutai 6.x Firmware Ready</li>
<li>Wide range power input (9-36V), maximum power consumption of 18W</li>
</ul><br/>
<p>Beyond its network functions, the router offers appealing features to Internet subscribers, which benefits ISPs offering Subutai. The device mines cryptocurrency earning subscribers $44.37 USD of Ethereum-based tokens per month. This is a significant competitive advantage for providers: offering a low power, “green”, cryptocurrency mining router. To really gain the advantage of winning over new customers from competitors, a turnkey cryptocurrency mining broadband router without technical barriers is crucial to effortlessly earn average non-technical subscribers cryptocurrency. Without technical barriers, and with little to no risk, Internet subscribers easily partake in the cryptocurrency economy; the financial barrier is removed. Subscribers mine and earn tokens by selling resources instead of exchanging their hard earned fiat currencies.</p><br/>
<div class="panel panel-default">
<div class="panel-title"><h3 style="color: #333; margin-left: 15px;"><strong> How it works</strong></h3></div>
<div class="panel-body">
<p>The router uses the world’s most advanced 3D FPGA SoC, the Xilinx Ultrascale MPSoC, to mine Ethereum based tokens. Two SODIMM memory slots, one dedicated to the PS, and the other dedicated to the PL system provide up to 8GB of DDR4 RAM for each independently operating half of the device. The two systems’ resources are separate so mining cryptocurrency in the PL system does not impact the PS which handles broadband router functions. In addition to the first four cores, two other Real-Time Cortex-R4 cores monitor the device’s secure operation.</p>
<p>For residential use, the PL is predominantly dedicated to mining operations. For industrial applications, the mining functionality can optionally be replaced with advanced security subsystems: a Dynamic Information Flow Tracking coprocessor and a stream pattern matching system that uses fuzzy hashing to detect malware. These industrial automation features will be available in the near future. Unlike GPU’s whose SIMD processors execute code, the mining operations in the PL use hard coded logic circuits to calculate hashes. The IP cores are Ethash generators which produce hashes on 1k substrate blocks every 100 cycles with a maximum clock rate of 600 MHz. Several hash cores, up to 30 can be loaded into the FPGA. There’s some excess fabric consumption due to the memory controller, transfer logic and synchronization structures.</p>
<p>The Ethereum DAG operated on is loaded into the high speed PL dedicated DDR4 memory module. The configuration is similar to the VRAM of a GPU and the static hash code generators perform essentially the same function of GPU SIMD processors. The router’s mining efficiency results from less circuitry. GPU processors have on the order of 50-75x more transistors dedicated to processing generic code, while hash generator cores perform a single operation. Additional performance could by gained (approximately 25-50%) if ASICs were used, but then modifications to algorithms, the flexibility to mine using any Proof of Stake algorithm, and the ability to reprovision the router would not be possible.</p>
<p>Without any optimizations the router should be able to generate up to 21 Million hashes with the current design at 18 watts which is 440%-1083% more efficient than equivalent GPU cards on the market. This power to hash rate ratio adds up to about $44.37 per month in Ether which would pay for the estimated retail cost of a router ($320-350 USD) in less than 8 months.</p>
</div>
</div><br/>
<p>To facilitate RMA processes common to ISPs the router comes with a detachable TPM module used to secure boot the device and store wallet keys for accounts. In case the router is damaged and cannot operate, the operator simply removes the TPM module from the defective router and connects it to a new replacement router. The subscriber retains access to their accounts with previously mined or earned balances.</p><br/>
<p>Because the router is field programmable, it can be programmed to mine Ether or any minable Ethereum Blockchain token. Economy operators (ISPs) can mint their own minable tokens, and the Blockchain Router can be configured to mine them specifically. This flexibility allows economy operators to rebrand their routers and have them operate on their own tokens. The router and token rebranding in concert with a dedicated and rebranded Subutai Bazaar allows economy operators to instantly stand up their own economy.</p><br/> -->
</div>
</div>
</div>
</div>
</section>
<!-- Section 4 - Community -->
<section id="communitySection">
<div>
<div class="titleSectionWrap">
<h2>Community</h2>
<h3>We’d love to hear from you!</h3>
</div>
<div class="socialButtonWrap">
<a class="btn btn-block btn-social btn-twitter" href="https://twitter.com/Subutai_KHAN" target="_blank" style="margin-top: 5px;"><span class="fab fa-twitter"></span>Twitter</a>
<a class="btn btn-block btn-social btn-facebook" href="https://www.facebook.com/SubutaiKHAN/" target="_blank"><span class="fab fa-facebook"></span>Facebook</a>
<a style="color: #333;" class="btn btn-block btn-social btn-reddit" href="https://www.reddit.com/r/SubutaiKHAN/"target="_blank"><span class="fab fa-reddit"></span>Reddit</a>
<a class="btn btn-block btn-social btn-linkedin" href="https://www.linkedin.com/company/subutai-social-cloud" target="_blank"><span class="fab fa-linkedin"></span>LinkedIn</a>
<a class="btn btn-block btn-social btn-slack" href="https://slack.subutai.io/" target="_blank" style="background-color: #fff; color: #000;"><span class="fab fa-slack"></span>Slack</a>
<a class="btn btn-block btn-social btn-telegram" href="https://t.me/SubutaiKHAN" target="_blank" style="background-color: #2fade7; color: #fff;"><span class="fab fa-telegram"></span>Telegram</a>
</div>
<div class="mailchimp">
<!-- Begin MailChimp Signup Form -->
<link href="//cdn-images.mailchimp.com/embedcode/classic-10_7.css" rel="stylesheet" type="text/css">
<!-- <style type="text/css">
Add your own MailChimp form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file.
</style> -->
<div id="mc_embed_signup">
<form action="https://optdyn.us17.list-manage.com/subscribe/post?u=35361aa6e4a7374ec14c974bc&id=a9787e94b0" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div class="formContainer">
<div class="formWrap">
<div id="mc_embed_signup_scroll">
<div class="mc-field-group">
<input type="email" placeholder="YOUR EMAIL" value="" name="EMAIL" class="required email newsletterField" id="mce-EMAIL">
</div>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
</div>
<div class="signupWrap">
<div style="position: absolute; left: -5000px;" aria-hidden="true">
<input type="text" name="b_35361aa6e4a7374ec14c974bc_a9787e94b0" tabindex="-1" value="">
</div>
<div class="clear">
<input class="newsletterButton" type="submit" value="SIGN UP FOR UPDATES" name="subscribe" id="mc-embedded-subscribe">
</div>
</div>
</div>
</div>
</form>
</div>
<script type='text/javascript' src='//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script><script type='text/javascript'>(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[0]='EMAIL';ftypes[0]='email';fnames[1]='FNAME';ftypes[1]='text';fnames[2]='LNAME';ftypes[2]='text';fnames[3]='ADDRESS';ftypes[3]='address';fnames[4]='PHONE';ftypes[4]='phone';}(jQuery));var $mcj = jQuery.noConflict(true);</script>
<!--End mc_embed_signup-->
</div>
</div>
</section>
<!-- Section 5 - Tribute -->
<!-- <section>
<div class="cont-part6">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="text-center">
<h3>Tribute: <a href="tribute.html">Standing on the Shoulders of Giants ></a></h3>
</div>
</div>
</div>
</div>
</div>
</section> -->
<footer>
<div class="cont-footer">
<div class="container">
<div class="row">
<div class="col-lg-4">
<div class="text-center">
<a href="https://optdyn.com/"><img src="img/optdyn.png" class="img" alt="Optdyn" width="150"></a>
</div>
</div>
<div class="col-lg-4">
<p style="padding-top: 0px">Copyright © <span id="currentYear"></span> OptDyn. All rights reserved.</p>
<p style="padding-top: 0px"><a href="privacy.html">Privacy |</a> <a href="privacy.html#term">Terms of Use |</a> <a href="privacy.html#cookies"> Cookies</a></p>
</div>
<div class="col-lg-4">
<div class="icons-cont-footer">
<div class="text-center">
<a href="https://twitter.com/Subutai_KHAN" target="_blank"><i class="fab fa-twitter-square"></i></a>
<a href="https://www.facebook.com/SubutaiKHAN/" target="_blank"><i class="fab fa-facebook-square"></i></a>
<a href="https://www.reddit.com/r/SubutaiKHAN/" target="_blank"><i class="fab fa-reddit-square"></i></a>
<a href="https://www.linkedin.com/company/subutai-social-cloud" target="_blank"><i class="fab fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
<script type="text/javascript">
var currentYear = (new Date()).getFullYear();
document.getElementById("currentYear").innerHTML = currentYear;
</script>
</body>
</html>