-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathindex.html
executable file
·565 lines (499 loc) · 23.3 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta content="IE=11" http-equiv="X-UA-Compatible">
<meta content="width=device-width, initial-scale=1" name="viewport">
<title>TX Highway - Live Bitcoin Cash vs Bitcoin Core Transaction Visualizer</title>
<meta content="Analyze Bitcoin Cash (BCH) and Bitcoin Core (BTC) transactions in our highway themed transaction visualizer." name="description">
<!-- Search Engine -->
<meta name="description" content="Analyze Bitcoin Cash (BCH) and Bitcoin Core (BTC) transactions in our highway themed transaction visualizer. #bitcoincash is the future of #bitcoin">
<meta name="image" content="http://txhighway.com/assets/btc-ad-mob.png">
<!-- Schema.org for Google -->
<meta itemprop="name" content="TX Highway">
<meta itemprop="description" content="Analyze Bitcoin Cash (BCH) and Bitcoin Core (BTC) transactions in our highway themed transaction visualizer. #bitcoincash is the future of #bitcoin">
<meta itemprop="image" content="http://txhighway.com/assets/btc-ad-mob.png">
<!-- Twitter -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="TX Highway">
<meta name="twitter:description" content="Analyze BCH and BTC transactions in our transaction highway. #BitcoinCash is the future of #Bitcoin">
<meta name="twitter:image:src" content="http://txhighway.com/assets/btc-ad-mob.png">
<!-- Open Graph general (Facebook, Pinterest & Google+) -->
<meta name="og:title" content="TX Highway">
<meta name="og:description" content="Analyze BCH and BTC transactions in our transaction highway. #BitcoinCash is the future of #Bitcoin">
<meta name="og:image" content="http://txhighway.com/assets/btc-ad-mob.png">
<meta name="og:url" content="http://txhighway.com/">
<meta name="og:site_name" content="TX Highway">
<meta name="og:type" content="website">
<link href="style.min.css?v=1.25" rel="stylesheet" type="text/css">
<!-- <link href="style.css?v=1.2" rel="stylesheet" type="text/css"> -->
<link rel="author" href="humans.txt">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/socket.io/2.0.3/socket.io.slim.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="icon" type="image/png" href="assets/favicon.png" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-110960886-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-110960886-1');
</script>
<script>
// internet explorer check
function Check_Version() {
var rv = -1; // Return value assumes failure.
if (navigator.appName == 'Microsoft Internet Explorer') {
var ua = navigator.userAgent,
re = new RegExp("MSIE ([0-9]{1,}[\\.0-9]{0,})");
if (re.exec(ua) !== null) {
rv = parseFloat(RegExp.$1);
}
}
else if (navigator.appName == "Netscape") {
/// in IE 11 the navigator.appVersion says 'trident'
/// in Edge the navigator.appVersion does not say trident
if (navigator.appVersion.indexOf('Trident') === -1) rv = 12;
else rv = 11;
}
return rv;
}
if (Check_Version() < 12) alert("This application does not support Internet Explorer. Please use a different browser");
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/socket.io/2.0.4/socket.io.js"></script>
</head>
<body>
<div id="loading"></div>
<div id="page">
<canvas id="renderCanvas"></canvas>
<span class="divider"></span>
<span class="lane-size one">1mb</span>
<span class="lane-size two">2mb</span>
<span class="lane-size three">3mb</span>
<span class="lane-size four">4mb</span>
<span class="lane-size five">5mb</span>
<span class="lane-size six">6mb</span>
<span class="lane-size seven">7mb</span>
<span class="lane-size eight">8mb</span>
<span class="lane-size one-core">1mb</span>
<span class="lane-size two-core">2mb</span>
<span class="block one"></span>
<span class="block two"></span>
<span class="caution one"></span>
<span class="caution two"></span>
<span class="no2x one"></span>
<span class="no2x two"></span>
<span class="no2x three"></span>
<span class="no2x four"></span>
<div class="ln"></div>
<div class="fees-bch fees-toll">
<span class="avg rotate">Avg Fees (100 tx)</span>
<span class="fee-title">Fees</span>
<span class="fee-title secondary">Fees</span>
<span id="fees-bch" class="rotate">~ $0.01</span>
</div>
<div class="fees-btc fees-toll">
<span class="avg rotate">Avg Fees (100 tx)</span>
<span class="fee-title">Fees</span>
<span class="fee-title secondary">Fees</span>
<span id="fees-btc" class="rotate">$0</span>
</div>
<div class="bitcoin-cash"></div>
<div class="bs"></div>
<div class="road-bg"></div>
<div class="road-bg-bs"></div>
<div class="lane one"></div>
<div class="lane two"></div>
<div class="lane three"></div>
<div class="lane four"></div>
<div class="lane five"></div>
<div class="lane six"></div>
<div class="lane seven"></div>
<div class="lane core"></div>
<div class="title">
<span class="live mobile-only mobile-live">Live</span>
<img alt="Tx Highway Logo BCH BTC Visualizer" id="logo" src="assets/tx-highway-logo.png">
<h2>Bitcoin Cash vs Bitcoin Core <span class="live">Live</span> Transaction Visualizer</h2>
<div class="global-mute">
<a href="#"><i class="fa fa-volume-up pulse" aria-hidden="true"></i></a>
</div>
</div>
<div class="nav">
<a href="#" class="settings" data-modal='modal-settings'>
<i class="fa fa-cog" aria-hidden="true"></i>
</a>
<a href="#" class="legend" data-modal='modal-legend'>
<i class="fa fa-car" aria-hidden="true"></i>
</a>
<a href="#" class="info" data-modal='modal-info'>
<i class="fa fa-question-circle" aria-hidden="true"></i>
</a>
<a href="#" class="donate" data-modal='modal-donate'>
<i class="fa fa-heart" aria-hidden="true"></i>
</a>
<a href="#" class="tx-list-link" id="tx-list-button">
<i class="fa fa-list" aria-hidden="true"></i>
</a>
</div>
<div id="modal-settings" class="modal">
<div class="modal-content">
<div class="modal-header">
<span class="close">×</span>
<h2>Settings</h2>
<p>Modify audio, speed, and monitor a receiving address.</p>
</div>
<div class="modal-body">
<div class="row">
<div class="col-6">
<!-- Rectangular switch -->
<div class="switch-wrap">
<label class="switch">
<input type="checkbox" checked class="cash-mute">
<span class="switcher"></span>
</label>
<h5>Mute BCH</h5>
</div>
<div class="switch-wrap">
<label class="switch">
<input type="checkbox" checked class="core-mute">
<span class="switcher"></span>
</label>
<h5>Mute BTC</h5>
</div>
<div class="switch-wrap">
<label class="switch">
<input type="checkbox" checked class="overlay-switch">
<span class="switcher"></span>
</label>
<h5>Hide Overlays</h5>
</div>
</div>
<div class="col-6">
<div id="slidecontainer">
<label>Vehicle Speed</label>
<input type="range" min="20" max="100" value="50" class="slider" id="speedSlider">
<label>Volume</label>
<input type="range" min="1" max="100" value="50" class="slider" id="volumeSlider">
</div>
</div>
<div class="col-12 text-center">
<hr>
<h4>Address Monitoring</h4>
</div>
<div class="col-6">
<fieldset>
<img src="assets/bch.png" class="logo-label" alt="Bitcoin Cash">
<label>
<i class="fa fa-search" aria-hidden="true"></i> Bitcoin Cash Address</label>
<input id="cash-address-input" placeholder="Input BCH Wallet Adddress" size="34" type="text" />
</fieldset>
</div>
<div class="col-6">
<fieldset>
<img src="assets/btc_core.png" class="logo-label" alt="Bitcoin Core">
<label>
<i class="fa fa-search" aria-hidden="true"></i> Bitcoin Core Address</label>
<input id="core-address-input" placeholder="Input BTC Wallet Adddress" size="34" type="text" />
</fieldset>
</div>
</div>
<div class="col-12 text-center">
<p>Input your public wallet address to monitor for incoming transactions.</p>
</div>
</div>
</div>
</div>
<div id="modal-legend" class="modal">
<div class="modal-content">
<div class="modal-header">
<span class="close">×</span>
<h2>Legend</h2>
<p>Spot the differences in the value of each transaction.</p>
</div>
<div class="modal-body">
<div class="row">
<div class="col-3 col-6-sm legend-item">
<h6>Micro TX
<span>($0 - $10.00 USD)</span>
</h6>
<img src="assets/sprites/bch-micro.png" alt="Micro" />
</div>
<div class="col-3 col-6-sm legend-item">
<h6>Tiny TX
<span>($10 - $1,000 USD)</span>
</h6>
<img src="assets/sprites/bch-small.png" alt="Tiny" />
</div>
<div class="col-3 col-6-sm legend-item">
<h6>Small TX
<span>($1,000 - $10,000 USD)</span>
</h6>
<img src="assets/sprites/bch-small-med.png" alt="Small" />
</div>
<div class="col-3 col-6-sm legend-item">
<h6>Medium TX
<span>($10,000 - $100,000 USD)</span>
</h6>
<img src="assets/sprites/bch-medium.png" alt="Medium" />
</div>
<div class="col-3 col-6-sm legend-item">
<h6>Large TX
<span>($100,000 - $500,000 USD)</span>
</h6>
<img src="assets/sprites/bch-large.png" alt="Large" />
</div>
<div class="col-3 col-6-sm legend-item">
<h6>Extra Large TX
<span>($500,000 - $1,000,000 USD)</span>
</h6>
<img src="assets/sprites/bch-xlarge.png" alt="Extra large" />
</div>
<div class="col-3 col-12-sm legend-item whale-col">
<h6>Whale TX
<span>($1,000,000 + USD)</span>
</h6>
<img src="assets/sprites/bch-whale.png" alt="Whale" />
</div>
<div class="col-3 col-6-sm legend-item">
<h6>
<a href="https://classic.bitzillions.com/satoshibones" target="_blank">Satoshi Bones TX</a>
<span>(Various Amounts)</span>
</h6>
<img src="assets/sprites/bones.png" alt="Satoshi Bones" />
</div>
<div class="col-3 col-6-sm legend-item">
<h6>Monitored Address</h6>
<img src="assets/sprites/tx-taxi.png" alt="Monitored Address" />
</div>
<div class="col-3 col-12-sm legend-item">
<h6>Segwit TX</h6>
<img src="assets/sprites/segwit.png" alt="Segwit" />
</div>
<div class="col-3 col-6-sm legend-item">
<h6>BCF Fund Donation</h6>
<span class="qmark">?</span>
</div>
<div class="col-3 col-6-sm legend-item">
<h6>Developer Donation</h6>
<span class="qmark">?</span>
</div>
</div>
</div>
<div class="modal-footer">
<h3>Donate to
<a href="http://thebitcoincash.fund" target="_blank">The Bitcoin Cash Fund</a> & support Bitcoin Cash.</h3>
</div>
</div>
</div>
<div id="modal-info" class="modal">
<div class="modal-content">
<div class="modal-header">
<span class="close">×</span>
<h2>What is TX Highway?</h2>
<p>Bitcoin Cash vs Bitcoin Core Transaction Visualizer</p>
</div>
<div class="modal-body">
<p>TX Highway is a blockchain visualizer created by two Bitcoin Cash fans. We wanted to find a simple way for ordinary
users to visualize transactions on both chains, and provide a comparison of the two competing chains of Bitcoin.
We strongly feel Bitcoin Cash's big blocks, on chain scalability, fast confirmations and extremely low fees allow
for Bitcoin to become the peer to peer electronic cash that it was always meant to be. It's wide open highways
with Bitcoin Cash, and complete gridlock on Bitcoin Legacy.
</p>
<h4>What does all this represent?</h4>
<ul>
<li>The highway comparison was originally shared by Eli Afram (
<a href="https://twitter.com/justicemate" target="_blank">@justicemate</a>), a contributor for CoinGeek. This highway metaphor is what spawned this whole project.
<a href="https://twitter.com/justicemate/status/923682942248927233" target="_blank">[Source]</a>
</li>
<li>Eight lanes of Bitcoin Cash is 8MB block sizes while the single lane of Bitcoin Legacy is the limited 1MB block
size.
<a href="https://news.bitcoin.com/bitcoin-cash-8mb-block-479469-clears-over-37000-transactions/" target="_blank">[Source]</a>
<a href="https://www.youtube.com/watch?v=l6Obc_cJba4&t=1s" target="_blank">[Video Source]</a>
<a href="https://youtu.be/By0w43NQdiY?t=25m36s" target="_blank">[Video Source]</a>
</li>
<li>NO2X Signs blocking a second lane is the failed NYA Segwith2x.
<a href="https://www.reddit.com/r/btc/comments/7bmp4u/segwit2x_canceled/" target="_blank">[Source]</a>
</li>
<li>Unfinished tracks/future home of lightning under construction is the promised lightning network vaporware.
<a href="https://www.youtube.com/watch?v=eCE2OzKIab8&feature=youtu.be&t=5h42m40s" target="_blank">[Source]</a>
</li>
<li>Commerce City censored on the BTC road sign is the censorship of public forums and the lack of utility of BTC.
<a href="https://medium.com/@johnblocke/a-brief-and-incomplete-history-of-censorship-in-r-bitcoin-c85a290fe43" target="_blank">[Source]</a>
<a href="https://medium.com/@johnblocke/r-bitcoin-censorship-revisited-58d5b1bdcd64" target="_blank">[Source]</a>
<a href="https://www.youtube.com/watch?v=uL9VoxCFqT0" target="_blank">[Video Source]</a>
<a href="https://www.youtube.com/watch?v=u3Tx9Pw1P0s" target="_blank">[Video Source]</a>
</li>
<li>The tabs on the BTC road sign is the Blockstream CEO's suggestion to unreliable Bitcoin Legacy use.
<a href="https://www.youtube.com/watch?v=DHc81OL_hk4&feature=youtu.be&t=21136" target="_blank">[Video Source]</a>
</li>
</ul>
<div class="row">
<div class="col-4">
<h4>Donate to the developers</h4>
<img alt="Donate to the development team" src="assets/dev_qr_code.png" class="qr">
<p>Love our idea? Please donate to help support ongoing projects and development! We have several other ideas
for projects to support Bitcoin Cash and appreciate any help you can provide.
<strong>
<a href="mailto:[email protected]?subject=Purchase Ad Spot" title="Your Ad Here" target="_blank">Contact The Developers</a>
</strong>
</p>
<p class="label">3MtCFL4aWWGS5cDFPbmiNKaPZwuD28oFvF</p>
</div>
<div class="col-4">
<h4>Donate To Ongoing Development</h4>
<input type="range" min="0" max="100" value="0" disabled id="donationGoal">
<h6>
<span id="donationAmt" class="donationamt">UPDATING</span> donated of
<span id="donationTotal">UPDATING</span> Goal</h6>
<p>Our small team has some big ideas for this visualizer. Donations to ongoing development will go to:</p>
<ul>
<li>Designing the visualizer to use isometric vehicles, in an isometric grid.</li>
<li>Add in Segwit toll roads</li>
<li>Build complimentary education materials</li>
<li>and much more</li>
</ul>
</div>
<div class="col-4">
<h4>Donate To The Bitcoin Cash Fund</h4>
<img alt="The Bitcoin Cash Fund" src="assets/qr_code.png" class="qr">
<p>Support #BitcoinCash growth and make a donation to the
<a href="https://thebitcoincash.fund/" target="_blank">The Bitcoin Cash Fund</a>. Stick around after your donation goes through for a bit of fun.
</p>
<p class="label">3ECKq7onkjnRQR2nNe5uUJp2yMsXRmZavC</p>
</div>
</div>
</div>
<div class="modal-footer">
<h3>Visit
<a href="http://wallet.btc.com" target="_blank">BTC.com</a> or
<a href="https://www.bitcoin.com/" target="_blank">Bitcoin.com</a> to create a Bitcoin Cash wallet today!</h3>
</div>
</div>
</div>
<div id="modal-donate" class="modal">
<!-- Modal content 2 -->
<div class="modal-content">
<div class="modal-header">
<span class="close">×</span>
<h2>Donate to The Developers</h2>
<p>Support ongoing development of TX Highway by making a donation.</p>
</div>
<div class="modal-body">
<div class="row">
<div class="col-2 col-3-sm">
<img alt="Donate to the development team" src="assets/dev_qr_code.png" class="qr">
</div>
<div class="col-6 col-9-sm">
<p>Support #txhighway and it's developers with a donation in BCH. Stick around after your donation goes through for a bit of fun.
</p>
<p class="label">3MtCFL4aWWGS5cDFPbmiNKaPZwuD28oFvF</p>
</div>
<div class="col-4">
<h4>Purchase a billboard</h4>
<p>Show your support and advertise to Bitcoin Cash users. <a href="mailto:[email protected]?subject=Purchase Ad Spot" title="Your Ad Here" target="_blank">Contact us</a> today! Limited supply available.</p>
</div>
</div>
</div>
<div class="modal-footer">
<h3><a href="mailto:[email protected]?subject=Purchase Ad Spot" title="Your Ad Here" target="_blank">Contact the developers</a></h3>
</div>
</div>
</div>
<div class="road-sign sign cash-road-sign">
<div class="sign-border">
<h4 class="sign-title">commerce city
<br />store of value town</h4>
<h5 class="highway-num">BCH</h5>
<div class="cash-pool">
<span id="cash-pool">UPDATING</span>TX in Transit
<h6>Any Fee Confimation Time (Avg)
<span id="cash-eta">
0 SEC - 10 MIN</span>
</h6>
<span id="price_bch">UPDATING</span>Price Per BCH
</div>
</div>
</div>
<div class="road-sign sign core-road-sign">
<div class="sign-border">
<h4 class="sign-title">
<span class="censored"></span>commerce city
<br />store of value town</h4>
<h5 class="highway-num">BTC</h5>
<div class="core-pool">
<span id="core-pool">UPDATING</span>TX in Transit
<h6>Full Fee Confimation Time (Avg)
<span id="core-eta">24h</span>
</h6>
<span id="price_btc">UPDATING</span> Price Per BTC
</div>
<span class="tab tab-top">
<a href="https://www.youtube.com/watch?v=DHc81OL_hk4&feature=youtu.be&t=21136" target="_blank">TAB</a>
</span>
<span class="tab tab-bottom">
<a href="https://www.youtube.com/watch?v=DHc81OL_hk4&feature=youtu.be&t=21136" target="_blank">IOU</a>
</span>
</div>
</div>
<div class="waiting-sign">
<div class="sign-border">
<h5>
<span id="tx-waiting">100</span>
</h5>
<div class="sign-title">
TX Off-Screen
</div>
</div>
</div>
<div class="whitepaper">
<a href="https://bitcoin.com/bitcoin.pdf" target="_blank" title="Whitepaper">
<i class="fa fa-file-text-o" aria-hidden="true"></i>
</a>
</div>
<div class="adspot ad-one
">
<a href="mailto:[email protected]?subject=Purchase Ad Spot" title="Your Ad Here" target="_blank">
<h6>Your Ad Here</h6>
</a>
</div>
<div class="adspot ad-two ad-logo">
<a href="https://thebitcoincash.fund/" title="Bitcoin Cash Fund" target="_blank">
<img src="assets/bcf.png" alt="BCF">
</a>
</div>
<div class="adspot ad-three ad-logo">
<a href="https://btc.com/" title="BTC.com" target="_blank">
<img src="assets/btccom.png" alt="BTC.com">
</a>
</div>
<div class="adspot ad-four">
<a href="mailto:[email protected]?subject=Purchase Ad Spot" title="Your Ad Here" target="_blank">
<h6>Your Ad Here</h6>
</a>
</div>
<div class="adspot ad-five ad-logo dark">
<a href="https://classic.bitzillions.com/satoshibones" title="SatoshiBones" target="_blank">
<img src="assets/bitzillions.png" alt="BitZillions Satoshi Bones">
</a>
</div>
<div class="adspot ad-six ad-logo">
<a href="mailto:[email protected]?subject=Purchase Ad Spot" title="Your Ad Here" target="_blank">
<h6>Your Ad Here</h6>
</a>
</div>
<div id="confirmed-notify">
<div class="confirmed-text text-center">
<img src="assets/confirmed.png" alt="Confirmed">
<span id="confirmed-amount">100 BTC</span> Transactions Confirmed
</div>
</div>
</div>
<div id="tx-wrap" style="right:-151px;">
<h4><span class="live">Live</span> transactions</h4>
<ul id="transactions"></ul>
</div>
<script src="js/konami.min.js"></script>
<script src="js/txhighway.min.js?v=1.1"></script>
</body>
</html>