forked from title-network/www
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
executable file
·658 lines (579 loc) · 37 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
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
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
<!DOCTYPE html>
<html lang="en">
<head>
<!-- META -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="keywords" content="" />
<meta name="author" content="" />
<meta name="robots" content="" />
<meta name="description" content="" />
<!-- FAVICONS ICON -->
<link rel="icon" href="images/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.png" />
<!-- PAGE TITLE HERE -->
<title>Bitcoin Clashic (TNET/BCHC)</title>
<!-- MOBILE SPECIFIC -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- [if lt IE 9]>
<script src="js/html5shiv.min.js"></script>
<script src="js/respond.min.js"></script>
<![endif] -->
<!-- BOOTSTRAP STYLE SHEET -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<!-- FONTAWESOME STYLE SHEET -->
<link rel="stylesheet" type="text/css" href="css/fontawesome/css/font-awesome.min.css" />
<!-- FLATICON STYLE SHEET -->
<link rel="stylesheet" type="text/css" href="css/flaticon.min.css">
<!-- ANIMATE STYLE SHEET -->
<link rel="stylesheet" type="text/css" href="css/animate.min.css">
<!-- OWL CAROUSEL STYLE SHEET -->
<link rel="stylesheet" type="text/css" href="css/owl.carousel.min.css">
<!-- BOOTSTRAP SELECT BOX STYLE SHEET -->
<link rel="stylesheet" type="text/css" href="css/bootstrap-select.min.css">
<!-- MAGNIFIC POPUP STYLE SHEET -->
<link rel="stylesheet" type="text/css" href="css/magnific-popup.min.css">
<!-- MAIN STYLE SHEET -->
<link rel="stylesheet" type="text/css" href="css/style.css">
<!-- THEME COLOR CHANGE STYLE SHEET -->
<link rel="stylesheet" class="skin" type="text/css" href="css/theme.css">
<!-- CUSTOM STYLE SHEET -->
<link rel="stylesheet" type="text/css" href="css/custom.css">
<!-- GOOGLE FONTS -->
<link href="//fonts.googleapis.com/css?family=Roboto:400,100,300,300italic,400italic,500,500italic,700,700italic,900italic,900" rel="stylesheet" type="text/css">
<link href="//fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,800italic,800,700italic" rel="stylesheet" type="text/css">
<link href="//fonts.googleapis.com/css?family=Crete+Round:400,400i&subset=latin-ext" rel="stylesheet">
</head>
<body>
<div class="page-wraper">
<!-- HEADER START -->
<header class="site-header header-style-3">
<div class="sticky-header sticky-header-hidden main-bar-wraper">
<div class="main-bar bg-dark-blue">
<div class="container">
<div class="logo-header mostion">
<a href="index.html">
<img src="images/bitcoinclashicheadshot60x60.jpg" width="60" height="60" alt="Bitcoin Clashic" />
</a>
</div>
<div class="header-info" style="padding:0">
<ul>
<li class="bchcTicker" style="display:none;cursor:pointer" onclick="javascript:window.open('https://wallet.crypto-bridge.org/market/BRIDGE.TNET_BRIDGE.BTC')">
<div style="padding-right:20px">
<div class="icon-content" style="font-weight: bold">
<strong class="text-white">TNET</strong>
<span class="bchcPrice"></span>
<span id="btccChange"></span>
</div>
</div>
</li>
<li class="btn-col-last">
<a href="#wallet" class="site-button text-uppercase radius-sm font-weight-700 m-r10">Get Started</a>
<a href="#explorer" class="site-button text-uppercase radius-sm font-weight-700 m-r10">Explorer</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</header>
<!-- HEADER END -->
<!-- CONTENT START -->
<div class="page-content">
<div class="wt-bnr-inr overlay-wraper">
<div class="overlay-main bg-dark-blue"></div>
<div class="container">
<div class="section-full p-tb50">
<div class="row">
<div class="col-md-12 col-sm-12 text-center">
<img src="images/bitcoinclashicheadshot.jpg" alt="Bitcoin Clashic" />
<h2 class="text-gray font-20" style="font-weight: normal">Title Network is Bitcoin Clashic once again!</strong></h2>
<a href="#wallet" class="site-button outline white text-uppercase radius-sm font-weight-700 m-t20 m-r20">Get Started</a>
<a href="#explorer" class="site-button outline white text-uppercase radius-sm font-weight-700 m-t20">Explorer</a>
</div>
</div>
</div>
</div>
</div>
<!-- MEDIA STARTS -->
<!--<div class="section-full bg-dark-blue p-b50">
<div class="container as-seen-on">
<div class="section-content">
<div class="client-grid grid-4 opacity-06">
<div class="col-xs-12 col-sm-4">
<a href="https://www.coinmarketwatch.com/#/cryptocoin/BTCC" target="_blank" class="wt-img-effect client-logo-media on-color">
<img src="images/press/coinmarketwatch.png" alt="">
</a>
</div>
<div class="col-xs-12 col-sm-4">
<a href="https://www.coingecko.com/en/coins/bitcoin-core" target="_blank" class="wt-img-effect client-logo-media on-color">
<img src="images/press/coingecko.webp" alt="">
</a>
</div>
<div class="col-xs-12 col-sm-4">
<a href="https://getdelta.io/" target="_blank" class="wt-img-effect client-logo-media on-color">
<img src="images/press/delta.png" alt="">
</a>
</div>
<div class="col-xs-12 col-sm-4">
<a href="https://blockfolio.com/" target="_blank" class="wt-img-effect client-logo-media on-color">
<img src="images/press/blockfolio.png" alt="">
</a>
</div>
<div class="col-xs-12 col-sm-4">
<a href="http://" target="_blank" class="wt-img-effect client-logo-media on-color">
<img src="images/press/bitcoinist-logo.png" alt="">
</a>
</div>
<div class="col-xs-12 col-sm-4">
<a href="http://bitcoinist.com/roger-ver-bitcoin-core-cryptocurrency/" target="_blank" class="wt-img-effect client-logo-media on-color">
<img src="images/press/bitcoinist-logo.png" alt="">
</a>
</div>
<div class="col-xs-12 col-sm-4">
<a href="https://btcmanager.com/new-bitcoin-core-creators-praise-roger-ver-as-their-best-advocate/" target="_blank" class="wt-img-effect client-logo-media on-color">
<img src="images/press/btcmanager-logo.webp" alt="">
</a>
</div>
<div class="col-xs-12 col-sm-4">
<a href="https://www.coindesk.com/theres-another-bitcoin-core-in-town-and-its-trolling-bitcoin-cash/?utm_content=buffer82d64&utm_medium=social&utm_source=twitter.com&utm_campaign=buffer" target="_blank" class="wt-img-effect client-logo-media on-color">
<img src="images/press/coindesk-logo.webp" alt="">
</a>
</div>
</div>
</div>
</div>
</div>-->
<!-- MEDIA ENDS -->
<!-- INNER PAGE BANNER -->
<div class="wt-bnr-inr overlay-wraper">
<div class="overlay-main bg-black opacity-07"></div>
<div class="container">
<div class="section-full p-t50">
<div class="row">
<div class="col-md-6 col-sm-6">
<div class="section-head text-left text-gray-dark">
<h2 class="text-uppercase text-white">Why Bitcoin Clashic?</h2>
<div class="wt-separator-outer"><div class="wt-separator bg-primary"></div></div>
<p class="m-b0 text-white"><strong>Bitcoin Clashic is a slow departure from the peer-to-peer cash of Bitcoin.</strong></p>
<p class="m-b0">
Cryptocurrencies, like human beings, are vehicles for values.<br/>
Cryptocurrencies give us a vehicle to realize the value of freedom.<br/>
Freedom is realized through following one’s Core values, not external authorities.<br/>
There are no leaders here.<br/>
This is a federation of sovereign individuals united by our Core values.
</p>
<p class="text-white">
<strong>This is Bitcoin Clashic.</strong>
</p>
</div>
</div>
<div class="col-md-6 col-sm-6">
<div class="section-head text-left text-gray-dark">
<h2 class="text-uppercase text-white">What is Bitcoin Clashic?</h2>
<div class="wt-separator-outer"><div class="wt-separator bg-primary"></div></div>
<p class="m-b0 text-white"><strong>Bitcoin Clashic in it's current form is open source, peer-to-peer electronic cash just like the projects it forked from.</strong></p>
<p class="m-b0">
Bitcoin Clashic is a fork from Bitcoin. It was an accidental orphan from the ugly block size wars when Bitcoin Cash forked and subsequently abandoned ABC nodes v0.14.6 - v0.15.1 on it's first concensus rule change via hardfork. Since then Bitcoin Clashic has conducted several hardforks of it's own to add 1-min blocks, a faster DAA and a switch of PoW to Blake2b. It has gone by several brand names in it's 3 years of existence to rally to aid against Bitcoin brand attacks (Bitcoin Core - BTCC), then as an ambassador to new branding dropping "Bitcoin" prefix (Title Network - TNET). The community has decided to return to Bitcoin Clashic - BCHC upon where the project originally started.
</p>
<!--<p class="text-white">
<strong>The true vision of Bitcoin Clashic is to build onchain applications first utilizing OP_TITLE, a variant of OP_RETURN. Later, adding fault tolerant storage mechanisms and possibly Onion routed runtime containers. Secondary benefits are to compliment Bitcoin, and run along side it, by acting as an express lane for core values, speed and privacy.</strong>
</p>-->
</div>
</div>
</div>
</div>
</div>
</div>
<!-- INNER PAGE BANNER END -->
<!-- ROADMAP START -->
<a href="" name="roadmap"></a>
<div class="section-full p-t80 p-b80 bg-gray">
<div class="container roadmap">
<!-- TITLE START-->
<div class="section-head text-center">
<h2 class="text-uppercase">Roadmap</h2>
<div class="wt-separator-outer"><div class="wt-separator bg-primary"></div></div>
</div>
<!-- TITLE END-->
<div class="section-content no-col-gap">
<div class="row m-b40">
<div class="col-md-12">
<h3 class="text-uppercase text-center">LATEST ACHIEVEMENT</h3>
<h4 class="text-center">New Mobile wallets. iOS and Android builds use Insight to send/confirm transactions. No need to download the blockchain!</h4>
</div>
</div>
<div class="row m-b40">
<div class="col-md-12">
<h3 class="text-uppercase text-center">Past Achievements</h3>
</div>
</div>
<div class="row roadmap">
<div class="col-md-6 col-sm-6 text-center">
<!--<h4>Creation of a Foundation <span class="glyphicon glyphicon-ok text-primary font-24"></span></h4>
<span>funding development and community growth</span>-->
<h4>30 Period/Minute DAA Adjustment <span class="glyphicon glyphicon-ok text-primary font-24"></span></h4>
<span>more stable and fair difficulty adjustments<br/> to reward loyal constant miners</span>
<h4>10x Speed and 10X Capacity Upgrade <span class="glyphicon glyphicon-ok text-primary font-24"></span></h4>
<span>one-minute blocktime</span>
<h4>Incorporate Blake2b PoW Algorithm <span class="glyphicon glyphicon-ok text-primary font-24"></span></h4>
<h4>Native Mobile Wallets <span class="glyphicon glyphicon-ok text-primary font-24"></span></h4>
<span>iOS and Android</span>
<!--<h4>New Website/Social Media/Communications <span class="glyphicon glyphicon-ok text-primary font-24"></span></h4>-->
</div>
<div class="col-md-6 col-sm-6 text-center">
<h4>Social Media TipBot <span class="glyphicon glyphicon-ok text-primary font-24"></span></h4>
<h4>Discord Managers <span class="glyphicon glyphicon-ok text-primary font-24"></span></h4>
<span>(china, korea, brazil, africa, europe, us, russia,<br/>australia)</span>
<h4>Move Github repos back to Bitcoin-Clashic<span class="glyphicon glyphicon-ok text-primary font-24"></span></h4>
</div>
</div>
<div class="row m-t40 m-b40">
<div class="col-md-12">
<h3 class="text-uppercase text-center">2020 H2</h3>
</div>
</div>
<div class="row roadmap">
<div class="col-md-6 col-sm-6 text-center">
<h4>Rebrand last time back to Bitcoin Clashic<span class="glyphicon text-primary font-24"></span></h4>
<span>In progress...</span>
<h4>Community Bounties & Seeder Node Campaign</h4>
<span>decentralized through more unique volunteers</span>
</div>
<div class="col-md-6 col-sm-6 text-center">
<h4>Add Blake2b ASIC capability to Yiimp Pool Software <span class="glyphicon text-primary font-24"></span></h4>
<h4>Proof of Existence <span class="glyphicon text-primary font-24"></span></h4>
</div>
</div>
<div class="row m-t40 m-b40">
<div class="col-md-12">
<h3 class="text-uppercase text-center">The next 12 months from core team</h3>
</div>
</div>
<div class="row roadmap">
<div class="col-md-6 col-sm-6 text-center">
<h4>Build out OP_TITLE use case and incentives</h4>
<span>Users: Create value for public use onchain data storage<br/>Miners: Align incentives to process OP_TITLE transactions</span>
</div>
<div class="col-md-6 col-sm-6 text-center">
<h4>Create Metamask type browser extension</h4>
<span>Faciliate simple submission of OP_TITLE transactions<br/>Lite in browser wallet to RPC</span>
</div>
</div>
<div class="row m-t40 m-b40">
<div class="col-md-12">
<h3 class="text-uppercase text-center">Future with community support</h3>
</div>
</div>
<div class="row roadmap">
<div class="col-md-6 col-sm-6 text-center">
<h4>Trezor Hardware Wallet Integration</h4>
<h4>Ledger Hardware Wallet Integration</h4>
<h4>Light Wallets</h4>
<span>desktop: windows, mac and linux</span>
</div>
<div class="col-md-6 col-sm-6 text-center">
<h4>Copay Integration</h4>
<h4>Exchange Listings</h4>
<h4>Confidential Transactions and more via Elements</h4>
</div>
</div>
</div>
</div>
</div>
<!-- ROADMAP END -->
<!-- WALLET START -->
<a href="" name="wallet"></a>
<div class="section-full p-t80 p-b80 bg-gray">
<div class="container">
<!-- TITLE START-->
<div class="section-head text-center">
<h2 class="text-uppercase">Get started with Bitcoin Clashic</h2>
<div class="wt-separator-outer"><div class="wt-separator bg-primary"></div></div>
</div>
<!-- TITLE END-->
<div class="section-content no-col-gap">
<div class="row">
<!-- COLUMNS 1 -->
<div class="col-md-4 col-sm-6 animate_line">
<div class="wt-icon-box-wraper p-a30 bg-white center m-a5">
<div class="icon-lg text-primary m-b20">
<span class="icon-cell text-primary"><i class="flaticon-credit-card"></i></span>
</div>
<div class="icon-content">
<h4 class="wt-tilte text-uppercase font-weight-500">Wallet</h4>
<!--<p>Get the official wallet</p>-->
<div class="button-row">
<button onclick="javascript:window.open('https://github.com/title-network/title-network/releases')" class="site-button button-sm font-weight-600" type="button">Desktop Wallets</button>
<a href="#mobile"><button class="site-button button-sm font-weight-600" type="button">Mobile Wallets</button></a>
</div>
<!--<div class="button-row">
<button onclick="javascript:window.open('https://twitter.com/TNETtipbot')" class="site-button button-sm font-weight-600" type="button">Twitter TNET Lite Wallet</button>
</div>-->
</div>
</div>
</div>
<!-- COLUMNS 2 -->
<div class="col-md-4 col-sm-6 animate_line">
<div class="wt-icon-box-wraper p-a30 center bg-white m-a5">
<div class="icon-lg text-primary m-b20">
<span class="icon-cell text-primary"><i class="flaticon-exchange-1"></i></span>
</div>
<div class="icon-content">
<h4 class="wt-tilte text-uppercase font-weight-500">Exchange</h4>
<div class="button-row">
<button onclick="javascript:window.open('https://crex24.com/exchange/TNET-BTC')" class="site-button button-sm font-weight-600 m-r5" type="button">CREX24</button>
<button onclick="javascript:window.open('https://www.southxchange.com/Market/Book/BCHC/BTC')" class="site-button button-sm font-weight-600" type="button">SouthXchange</button>
</div>
<div class="button-row">
<button onclick="javascript:window.open('https://www.finexbox.com/Index/index.html')" class="site-button button-sm font-weight-600" type="button">FinexBox</button>
<button onclick="javascript:window.open('https://c-patex.com/markets/tnetbtc')" class="site-button button-sm font-weight-600" type="button">C-Patex</button>
</div>
</div>
</div>
</div>
<!-- COLUMNS 2 -->
<div class="col-md-4 col-sm-6 animate_line">
<div class="wt-icon-box-wraper p-a30 center bg-white m-a5">
<div class="icon-lg text-primary m-b20">
<span class="icon-cell text-primary"><i class="flaticon-pick"></i></span>
</div>
<div class="icon-content">
<h4 class="wt-tilte text-uppercase font-weight-500">Blake2b Mining</h4>
<!--<p>TNET mining</p>-->
<button onclick="javascript:window.open('http://pool.clashic.cash')" class="site-button button-sm font-weight-600 m-r5" type="button">US Pool 1</button>
<button onclick="javascript:window.open('http://blockmasters.co/')" class="site-button button-sm font-weight-600" type="button">US Pool 2</button>
<button onclick="javascript:window.open('https://zergpool.com/')" class="site-button button-sm font-weight-600" type="button">EU Pool 1</button>
</div>
</div>
</div>
<a href="" name="explorer"></a>
<!-- COLUMNS 1 -->
<div class="col-md-4 col-sm-6 animate_line" onclick="javascript:window.open('https://explorer.title.network')">
<div class="wt-icon-box-wraper p-a30 center bg-white m-a5">
<div class="icon-lg text-primary m-b20">
<span class="icon-cell text-primary"><i class="flaticon-network"></i></span>
</div>
<div class="icon-content">
<h4 class="wt-tilte text-uppercase font-weight-500">Explorer</h4>
<!--<p>TNET block explorer</p>-->
<button onclick="javascript:window.open('https://explorer.clashic.cash/')" class="site-button button-sm font-weight-600 m-r5" type="button">RPC Explorer</button>
</div>
</div>
</div>
<!-- COLUMNS 2 -->
<div class="col-md-4 col-sm-6 animate_line" onclick="javascript:window.open('https://titlenet.truevisionofsatoshi.com')">
<div class="wt-icon-box-wraper p-a30 center bg-white m-a5">
<div class="icon-lg text-primary m-b20">
<span class="icon-cell text-primary"><i class="glyphicon glyphicon-search" style="margin-top:26px"></i></span>
</div>
<div class="icon-content">
<h4 class="wt-tilte text-uppercase font-weight-500">Insight</h4>
<!--<p>TNET block explorer</p>-->
<button onclick="javascript:window.open('https://insight.clashic.cash/')" class="site-button button-sm font-weight-600" type="button">Insight Explorer</button>
</div>
</div>
</div>
<!-- COLUMNS 3 -->
<div class="col-md-4 col-sm-6 animate_line" onclick="javascript:window.open('https://discord.gg/qUaQBN2')">
<div class="wt-icon-box-wraper p-a30 center bg-white m-a5">
<div class="icon-lg text-primary m-b20">
<span class="icon-cell text-primary">
<img src="images/discord.svg" alt="" style="margin-top:16px" />
</span>
</div>
<div class="icon-content">
<h4 class="wt-tilte text-uppercase font-weight-500">Community</h4>
<!--<p>TNET community</p>-->
<div class="button-row">
<button onclick="javascript:window.open('https://discord.gg/qUaQBN2')" class="site-button button-sm font-weight-600 m-r5" type="button">Discord</button>
<button onclick="javascript:window.open('https://t.me/TitleNetwork')" class="site-button button-sm font-weight-600 m-r5" type="button">Telegram</button>
<button onclick="javascript:window.open('https://twitter.com/bitcoinclashic')" class="site-button button-sm font-weight-600" type="button">Twitter</button>
</div>
<div class="button-row">
<button onclick="javascript:window.open('https://www.reddit.com/r/Clashic_Bitcoin/')" class="site-button button-sm font-weight-600" type="button">Reddit</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- WALLET END -->
<a href="" name="mobile"></a>
<div class="section-full bg-primary p-t50">
<div class="container">
<div class="section-content">
<div class="row">
<div class="col-md-3 col-sm-6">
<div class="m-b30 text-black wt-icon-box-wraper center">
<div class="font-50 font-weight-800 m-b5"><a href="https://testflight.apple.com/join/fDz3PUtU" target="_blank"><img src="/images/apple.svg"></a></div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="m-b30 text-black wt-icon-box-wraper center">
<div class="font-50 font-weight-800 m-b5"><a href="https://play.google.com/store/apps/details?id=com.bitcoinclashic" target="_blank"><img src="/images/google.svg"></a></div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- COIN STATS START -->
<div class="section-full bg-primary p-t40 p-b30">
<div class="container">
<div class="section-content">
<div class="row">
<div class="col-md-3 col-sm-6 bchcTicker" style="display:none">
<div class="m-b30 text-black wt-icon-box-wraper center">
<div class="font-50 font-weight-800 m-b5"><span class="bchcPrice"></span></div>
<span class="font-18">BTCC</span>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="m-b30 text-black wt-icon-box-wraper center hashrateTicker" style="display:none">
<div class="font-50 font-weight-800 m-b5 hashrate"></div>
<span class="font-18">Network Hashrate</span>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="m-b30 text-black wt-icon-box-wraper center">
<div class="font-50 font-weight-800 m-b5">1 Minute</div>
<span class="font-18">Blocks</span>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="m-b30 text-black wt-icon-box-wraper center">
<div class="font-50 font-weight-800 m-b5">8 MB</div>
<span class="font-18">Block Size</span>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- COIN STATS END -->
<!-- OUR GET IN TOUCH START -->
<div class="section-full text-center wt-our-team bg-gray p-t50 p-b50">
<div class="container">
<!-- TITTLE START -->
<div class="section-head text-center">
<h2 class="text-uppercase">Follow on social media</h2>
<div class="wt-separator-outer"><div class="wt-separator bg-primary"></div></div>
<!--<p>Join the community</p>-->
</div>
<!-- TITLE END -->
<div class="section-content">
<div class="row">
<div id="twitter-container"></div>
</div>
</div>
</div>
</div>
<!-- SECTION CONTENT END -->
</div>
<!-- CONTENT END -->
<!-- FOOTER START -->
<footer class="site-footer footer-dark">
<!-- FOOTER COPYRIGHT -->
<div class="footer-bottom overlay-wraper">
<div class="overlay-main"></div>
<div class="constrot-strip"></div>
<div class="container p-t30">
<div class="row">
<div class="wt-footer-bot-left">
<span class="copyrights-text">© 2017-2020 Bitcoin Clashic</span>
</div>
</div>
</div>
</div>
</footer>
<!-- FOOTER END -->
<!-- BUTTON TOP START -->
<button class="scroltop"><span class=" iconmoon-house relative" id="btn-vibrate"></span>Top</button>
</div>
<!-- JAVASCRIPT FILES ========================================= -->
<script src="js/jquery-1.12.4.min.js"></script><!-- JQUERY.MIN JS -->
<script src="js/bootstrap.min.js"></script><!-- BOOTSTRAP.MIN JS -->
<script src="js/bootstrap-select.min.js"></script><!-- FORM JS -->
<script src="js/jquery.bootstrap-touchspin.min.js"></script><!-- FORM JS -->
<script src="js/magnific-popup.min.js"></script><!-- MAGNIFIC-POPUP JS -->
<script src="js/waypoints.min.js"></script><!-- WAYPOINTS JS -->
<script src="js/counterup.min.js"></script><!-- COUNTERUP JS -->
<script src="js/waypoints-sticky.min.js"></script><!-- COUNTERUP JS -->
<script src="js/isotope.pkgd.min.js"></script><!-- MASONRY -->
<script src="js/owl.carousel.min.js"></script><!-- OWL SLIDER -->
<script src="js/stellar.min.js"></script><!-- PARALLAX BG IMAGE -->
<script src="js/scrolla.min.js"></script><!-- ON SCROLL CONTENT ANIMTE -->
<script src="js/custom.js"></script><!-- CUSTOM FUCTIONS -->
<script src="js/shortcode.js"></script><!-- SHORTCODE FUCTIONS -->
<script src="js/jquery.bgscroll.js"></script><!-- BACKGROUND SCROLL -->
<script src="js/tickerNews.min.js"></script><!-- TICKERNEWS-->
<script>
var updateBCHCTicker = function() {
// $.ajax("https://api.coinmarketcap.com/v2/ticker/2/?convert=USD").then((response) => {
// try {
// var market = response.data.quotes.USD;
// var marketIsPositive = market.percent_change_24h >= 0;
// // console.log(market);
// $("#bchcPrice").text("$" + market.price.toFixed(2));
// $("#btccChange").text(
// (marketIsPositive ? "+" : "") + market.percent_change_24h.toFixed(2) + "%"
// ).css("color", market.percent_change_24h >= 0 ? "green" : "red");
// } catch(e) {
// }
// });
$.ajax("https://explorer.clashic.cash/api/get-info").then((response) => {
try {
var price = parseFloat(response.btcc_usd);
var difficulty = parseFloat(response.difficulty);
if(price) {
$(".bchcPrice").text("$" + (price).toFixed(2));
$(".bchcTicker").show();
}
if(difficulty) {
var hashrate = difficulty * 4295032833 / 60 / Math.pow(1024, 5);
$(".hashrate").text(hashrate.toFixed(2) + " PH/s");
$(".hashrateTicker").show();
}
} catch(e) { // no worries
}
});
};
updateBCHCTicker();
setInterval(updateBCHCTicker, 30000);
</script>
<script>window.twttr = (function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0],
t = window.twttr || {};
if (d.getElementById(id)) return t;
js = d.createElement(s);
js.id = id;
js.src = "https://platform.twitter.com/widgets.js";
fjs.parentNode.insertBefore(js, fjs);
t._e = [];
t.ready = function(f) {
t._e.push(f);
};
return t;
}(document, "script", "twitter-wjs"));</script>
<script>
twttr.ready(function(twttr) {
twttr.widgets.createTimeline(
{
sourceType: "profile",
screenName: "BitcoinClashic"
},
document.getElementById("twitter-container"),
{
tweetLimit: 3,
chrome: "nofooter noborders transparent noscrollbar",
linkColor: "#FF9800",
related: "BitcoinClashic"
}
);
});
</script>
</body>
</html>