-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
617 lines (557 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
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
<!DOCTYPE html>
<!--[if lt IE 9 ]><html class="no-js oldie" lang="en"> <![endif]-->
<!--[if IE 9 ]><html class="no-js oldie ie9" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html class="no-js" lang="en">
<!--<![endif]-->
<head>
<!--- basic page needs
================================================== -->
<meta charset="utf-8">
<span class="notranslate"><title>Credits(CRDS)</title></span>
<meta name=“robots” content=“noarchive”>
<meta name="description" content="">
<meta name="author" content="">
<!-- mobile specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/vendor.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/custom.css">
<!-- script
================================================== -->
<script src="js/modernizr.js"></script>
<script src="js/pace.min.js"></script>
<!-- favicons
================================================== -->
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
</head>
<body id="top">
<!-- header
================================================== -->
<header id="header" class="row">
<div class="header-logo">
<a href="index.html"><span class="notranslate">CREDITS</span></a>
</div>
<nav id="header-nav-wrap">
<ul class="header-main-nav">
<li class="current"><a class="smoothscroll" href="#home" title="home">Home</a></li>
<li><a class="smoothscroll" href="#about" title="about">About</a></li>
<li><a class="smoothscroll" href="#download" title="download">Download</a></li>
<li><a class="smoothscroll" href="#specifications" title="specifications">Technical Specifications</a></li>
<li><a class="smoothscroll" href="#community" title="community">Community</a></li>
<li><a class="smoothscroll" href="#rewards" title="rewards">Rewards</a></li>
<li><a class="smoothscroll" href="#documents" title="documents">Documents</a></li>
<li><a class="smoothscroll" href="#roadmap" title="roadmap">Roadmap</a></li>
<li><a href="http://crdsexplorer.party/">Block Explorer</a></li>
<li><a href="qrcode.html">QRCode Generator</a></li>
</ul>
</nav>
<a class="header-menu-toggle" href="#"><span>Menu</span></a>
</header> <!-- /header -->
<!-- home
================================================== -->
<section id="home" data-parallax="scroll" data-image-src="images/plexus.jpg" data-natural-width=3000 data-natural-height=2000>
<div class="overlay"></div>
<div class="home-content">
<div class="row contents">
<div class="home-content-left">
<h3 data-aos="fade-up"><span class="notranslate">Credits(CRDS)</span></h3>
<h1 data-aos="fade-up">
An Evolving Currency For An Evolving Society
</h1>
<div class="buttons" data-aos="fade-up">
<a href="#download" class="smoothscroll button stroke">
<span class="icon-circle-down" aria-hidden="true"></span>
Download Wallet
</a>
</div>
</div>
<div class="home-image-right">
<img src="images/wallet-image.png"
srcset="images/wallet-image.png 1x, images/wallet-image.png 2x"
data-aos="fade-up">
</div>
</div>
</div> <!-- end home-content -->
<div class="sidebar">
<ul class="home-social-list">
<li>
<a href="https://twitter.com/credits_crds"><i class="fa fa-twitter"></i></a>
</li>
<li>
<a href="https://github.com/Credits-CRDS/Credits"><i class="fa fa-github"></i></a>
</li>
</ul>
<!-- end home-social-list -->
<div class="home-scrolldown">
<a href="#about" class="scroll-icon smoothscroll">
<span>Scroll Down</span>
<i class="icon-arrow-right" aria-hidden="true"></i>
</a>
</div>
</div>
</section> <!-- end home -->
<!-- about
================================================== -->
<section id="about">
<div class="row about-intro">
<div class="col-four">
<h1 class="intro-header">What is <span class="notranslate">CREDITS?</span></h1>
</div>
<div class="col-eight">
<p class="lead" align="left">
<span class="notranslate">Credits(CRDS)</span> is a decentralised currency that is designed for
ease of use, privacy and equality.
<p class="lead" align="left">
<span class="notranslate">Credits(CRDS)</span> are created via a process called <span class="notranslate">mining</span> which can
be done using your computers CPU and the wallet which can be
downloaded below.
<p class="lead" align="left">
<span class="notranslate">Credits(CRDS)</span> are <span class="notranslate">mined</span> and transactions secured by the award
winning cutting edge <span class="notranslate">Argon2d</span> algorithm to ensure zero abuse
from <span class="notranslate">botnets</span>, <span class="notranslate">GPU farms</span> & <span class="notranslate">ASIC's</span>.
<p class="lead" align="left">
<span class="notranslate">Credits(CRDS)</span> uses <span class="notranslate">DELTA,</span> the most advanced difficulty retarget algorithm available to protect against <span class="notranslate">Multi/jump mining pools</span>.
</p>
</div>
</div>
</section>
<!-- download
================================================== -->
<section id="download">
<div class="row">
<div class="col-full">
<h1 class="intro-header" data-aos="fade-up">Download</h1>
<p class="lead">
<span class="notranslate">Credits(CRDS)</span> is only available for <span class="notranslate">64-bit</span> operating systems.
</p>
<p>
<select id="choose-cpu" style="margin: 0 auto;">
<option value="unselected">Select <span class="notranslate">CPU</span></option>
<option value="non-avx2">Not Listed/Unsure</option>
<span class="notranslate">
<option value="avx2">Intel Haswell (early 2013)</option>
<option value="avx2">Intel Haswell E (late 2014)</option>
<option value="avx2">Intel Broadwell (late 2014)</option>
<option value="avx2">AMD Carrizo (mid 2015)</option>
<option value="avx2">Intel Skylake (late 2015)</option>
<option value="avx2">Intel Broadwell E (late 2016)</option>
<option value="avx2">Intel Kaby Lake (late 2016 - ULV mobile, early 2017 - desktop/mobile)</option>
<option value="avx2">AMD Ryzen (early 2017)</option>
<option value="avx2">Intel Coffee Lake (expected 2017)</option>
<option value="avx2">Intel Cannonlake (expected 2017)</option>
<option value="avx2">Intel Cascade Lake (expected 2018)</option>
</span>
</select>
</p>
<div id="avx2-cpus" style="display: none;">
<p class="lead">AVX2 Version</p>
<ul class="download-button">
<button id=“Windows”><a href="https://github.com/credits-crds/credits/releases/download/v1.0.0.0/Credits-Windows-x64-v1.0.0.0-Setup-AVX2.exe"><img src="images/Windows.png"></button></img></a>
<button id="OSX"><a href="https://github.com/credits-crds/credits/releases/download/v1.0.0.0/Credits-OSX-x64-v1.0.0.0-AVX2.dmg"><img src="images/OSX.png"></button></img></a>
<button id="Linux"><a href="https://github.com/credits-crds/credits/releases/download/v1.0.0.0/Credits-Linux-x64-v1.0.0.0-AVX2.tar.gz"><img src="images/Linux.png"></button></img></a>
</ul>
</div>
<div id="standard-cpus" style="display: none;">
<p class="lead">Standard Version</p>
<ul class="download-button">
<button id=“Windows”><a href="https://github.com/credits-crds/credits/releases/download/v1.0.0.0/Credits-Windows-x64-v1.0.0.0-Setup.exe"><img src="images/Windows.png"></button></img></a>
<button id="OSX"><a href="https://github.com/credits-crds/credits/releases/download/v1.0.0.0/Credits-OSX-x64-v1.0.0.0.dmg"><img src="images/OSX.png"></button></img></a>
<button id="Linux"><a href="https://github.com/credits-crds/credits/releases/download/v1.0.0.0/Credits-Linux-x64-v1.0.0.0.tar.gz"><img src="images/Linux.png"></button></img></a>
</ul>
</div>
<div id="unselected">
<ul class="unselected">
</ul>
</div>
</div>
</section> <!-- end download -->
<!-- specifications
================================================== -->
<section id="specifications">
<div class="row specifications-intro">
<div class="col-three">
<h1 class="intro-header specs-header" data-aos="fade-up">Technical Specifications</h1>
</div>
<div class="col-four">
<p class="lead" align="center"></p>
<br>
<ul style="list-style: none;" align="center">
<img src="images/credits.png" width="72"></img>
<li>Coin Suffix: CRDS</li>
<li>Maturity: 10 Blocks</li>
<li>Minimum TX Fee: 0.0001 CRDS</li>
<li>Blocks per day: ~675</li>
<li>Block Target Spacing: 128 Seconds</li>
<li>Total Supply: 95,000,000 CRDS(~36 Years)</li>
<br>
<img src="images/mining.png" width="72"></img>
<li><span class="notranslate">PoW Mining</span> Algorithm: Argon2d</li>
<li><span class="notranslate">PoW</span> Difficulty Algorithm: DELTA</li>
<li><span class="notranslate">PoW</span> Period: ~36 years</li>
<li><span class="notranslate">PoW</span> Reward per Block: <a href=#rewards>Click Here</a></li>
<br>
</ul>
</div>
<div class="col-five" style="padding-top:49pt; padding-left:25pt;">
<ul style="list-style: none;" align="center">
<img src="images/masternodes.png" class="masternode" width="72"></img>
<li>Masternode Collateral Amount: 500 CRDS</li>
<li>Masternode Collateral Confirmations: 16 Blocks</li>
<li>Masternode Reward: <a href=#rewards>Click Here</a></li>
<li>DAO/Governance: Disabled</li>
<br>
<img src="images/configure.png" width="72" style="padding-top: 46pt;">
<li>P2P Port: 31000</li>
<li>RPC Port: 31050</li>
<li>Masternode Port: 31000</li>
<li>Magic Numbers: 0x2f 0x32 0x45 0x51</li>
</ul>
</p>
</div>
</div>
</section> <!-- end community -->
<!-- community
================================================== -->
<section id="community">
<div class="row community-intro">
<div class="col-four">
<h1 class="community-header" data-aos="fade-up">Join the Community!</h1>
</div>
<div class="col-eight">
<p class="lead" align="right"></p>
<a href="https://credits-slack-invite.herokuapp.com/"><img class="slack" src="images/slack.png"></img></a>
<a href="https://bitcointalk.org/index.php?topic=1944858.0"><img class="btctlk" src="images/bitcointalk.png"></img></a></p>
</p>
</div>
</div>
</section> <!-- end specifications -->
<!-- rewards
================================================== -->
<section id="rewards">
<div class="row rewards-intro">
<div class="col-four">
<h1 class="intro-header" data-aos="fade-up">Rewards</h1>
</div>
<div class="col-eight">
<p class="lead" align="left">
<span class="notranslate">Credits(CRDS)</span> rewards have been mapped out for the entire ~36 years of supply creation. This is to work towards providing a continual incentive for <span class="notranslate">miners</span> and return on investment for Masternode owners.
</div
</div>
<div class="row">
<div class="col-twelve">
<style>
.demo {
border:1px solid #C0C0C0;
border-collapse:collapse;
padding:5px;
}
.demo th {
border:1px solid #C0C0C0;
padding:5px;
background:#F0F0F0;
}
.demo td {
border:1px solid #C0C0C0;
padding:5px;
}
</style>
<table class="demo">
<caption></caption> <thead> <tr> <th>Years</th>
<th>Blocks</th>
<th><span class="notranslate">PoW</span></th>
<th>Masternodes</th>
</tr> </thead> <tbody> <tr>
<td>0-1</td>
<td>0 - 246544</td>
<td>10</td>
<td> 1</td>
</tr>
<tr>
<td>1-2</td>
<td>246545 - 493088</td>
<td>10</td>
<td> 1</td>
</tr>
<tr>
<td>2-3</td>
<td>493089 - 739631</td>
<td>9</td>
<td> 2</td>
</tr>
<tr>
<td>3-4</td>
<td>739632 - 986175</td>
<td>9</td>
<td> 2</td>
</tr>
<tr>
<td>4-5</td>
<td>986176 - 1232719</td>
<td>8</td>
<td> 3</td>
</tr>
<tr>
<td>5-6</td>
<td>1232720 - 1479263</td>
<td>8</td>
<td> 3</td>
</tr>
<tr>
<td>6-7</td>
<td>1479264 - 1725806</td>
<td>7</td>
<td> 4</td>
</tr>
<tr>
<td>7-8</td>
<td>1725807 - 1972350</td>
<td>7</td>
<td> 4</td>
</tr>
<tr>
<td>8-9</td>
<td>1972351 - 2218894</td>
<td>6</td>
<td> 5</td>
</tr>
<tr>
<td>9-10</td>
<td>2218895 - 2465438</td>
<td>6</td>
<td> 5</td>
</tr>
<tr>
<td>10-11</td>
<td>2465439 - 2711981</td>
<td>5</td>
<td> 6</td>
</tr>
<tr>
<td>11-12</td>
<td>2711982 - 2958525</td>
<td>5</td>
<td> 6</td>
</tr>
<tr>
<td>12-13</td>
<td>2958526 - 3205069</td>
<td>4</td>
<td> 7</td>
</tr>
<tr>
<td>14-15</td>
<td>3205070 - 3451613</td>
<td>4</td>
<td> 7</td>
</tr>
<tr>
<td>15-16</td>
<td>3451614 - 3698156</td>
<td>3</td>
<td> 8</td>
</tr>
<tr>
<td>16-17</td>
<td>3698156 - 3944700</td>
<td>3</td>
<td> 8</td>
</tr>
<tr>
<td>17-18</td>
<td>3944701 - 4191244</td>
<td>2</td>
<td> 9</td>
</tr>
<tr>
<td>18-19</td>
<td>4191245 - 4437788</td>
<td>2</td>
<td> 9</td>
</tr>
<tr>
<td>19-20</td>
<td>4437789 - 4684331</td>
<td> 1</td>
<td> 10</td>
</tr>
<tr>
<td>20-21</td>
<td>4684332 - 4930875</td>
<td> 1</td>
<td> 10</td>
</tr>
<tr>
<td>21-22</td>
<td>4930876 - 5177419</td>
<td> 1</td>
<td> 10</td>
</tr>
<tr>
<td>22-23</td>
<td>5177420 - 5423963</td>
<td> 1</td>
<td> 10</td>
</tr>
<tr>
<td>23-24</td>
<td>5423964 - 5670506</td>
<td> 1</td>
<td> 10</td>
</tr>
<tr>
<td>24-25</td>
<td>5670507 - 5917050</td>
<td> 1</td>
<td> 10</td>
</tr>
<tr>
<td>25-26</td>
<td>5917051 - 6163594</td>
<td> 1</td>
<td> 10</td>
</tr>
<tr>
<td>26-27</td>
<td>6163595 - 6410138</td>
<td> 1</td>
<td> 10</td>
</tr>
<tr>
<td>27-28</td>
<td>6410139 - 6656681</td>
<td> 1</td>
<td> 10</td>
</tr>
<tr>
<td>28-29</td>
<td>6656682 - 6903225</td>
<td> 1</td>
<td> 10</td>
</tr>
<tr>
<td>29-30</td>
<td>6903226 - 7149769</td>
<td> 1</td>
<td> 10</td>
</tr>
<tr>
<td>30-31</td>
<td>7149770 - 7396313</td>
<td> 1</td>
<td> 10</td>
</tr>
<tr>
<td>31-32</td>
<td>7396314 - 7642856</td>
<td> 1</td>
<td> 10</td>
</tr>
<tr>
<td>32-33</td>
<td>7642857 - 7889400</td>
<td> 1</td>
<td> 10</td>
</tr>
<tr>
<td>33-34</td>
<td>7889401 - 8135944</td>
<td> 1</td>
<td> 10</td>
</tr>
<tr>
<td>34-35</td>
<td>8135945 - 8382488</td>
<td> 1</td>
<td> 10</td>
</tr>
<tr>
<td>35-36</td>
<td>8382489 - 8629031</td>
<td> 1</td>
<td> 10</td>
</tr>
<tbody>
</table>
</p>
</div>
</div>
</section> <!-- end rewards -->
<!-- documents
================================================== -->
<section id="documents">
<div class="row">
<div class="col-full">
<h1 class="intro-header" data-aos="fade-up">Documents</h1>
Documents to help with <span class="notranslate">Credits(CRDS)</span>
<p class="lead" data-aos="fade-up"></p>
<ul class="download-button">
<button id=“Masternode-Guide”><a href="documents/masternode-setup.pdf"><img src="images/masternode-setup.png"></button></img></a>
</ul>
</div>
</div>
</section> <!-- end download -->
<!-- roadmap
================================================== -->
<section id="roadmap">
<div class="row">
<div class="col-four">
<h1 class="intro-header" data-aos="fade-up">Roadmap</h1>
<p class="lead" data-aos="fade-up"></p>
</div>
<div class="col-eight">
<!-- <p class="lead" align="left">
<ul style="list-style: none;">
<li><b>Hardware Wallets</b> - <span class="notranslate">Trezor, LedgerWallet and KeepKey</span></li>
<li><b><span class="notranslate">SPV</span> Wallet</b> - <span class="notranslate">Electrum</span> Server/Client</li>
<li><b>Mobile Wallet</b> - <span class="notranslate">iOS</span></li>
<li><b><span class="notranslate">Segregated Witness</span> integration</b></li>
<li><b>Decentralised <span class="notranslate">DNS</b></span></li>
<li><b>Integrated Messaging</b></li>
</ul>-->
</p>
<img class="roadmap" src="images/roadmap.png">
</div>
</div>
</section> <!-- end download -->
<!-- footer
================================================== -->
<section>
<footer>
<div class="footer-bottom">
<div class="row">
<div class="col-twelve">
<div class="copyright">
<span>Copyright © 2017 - <span class="notranslate">Credits(CRDS)</span> Developers,</span>
</div>
<div id="google_translate_element"></div>
<script type="text/javascript">
function googleTranslateElementInit() {
new google.translate.TranslateElement({pageLanguage: 'en', layout: google.translate.TranslateElement.InlineLayout.SIMPLE}, 'google_translate_element');
}
</script>
<script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit">
</script>
<div id="go-top">
<a class="smoothscroll" title="Back to Top" href="#top"><i class="icon-arrow-up"></i></a>
</div>
</div>
</div> <!-- end footer-bottom -->
</div>
</footer>
</section>
<div id="preloader">
<div id="loader"></div>
</div>
<!-- Java Script
================================================== -->
<script src="js/jquery-2.1.3.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>