-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex_3D_white.html
More file actions
448 lines (446 loc) · 23.3 KB
/
index_3D_white.html
File metadata and controls
448 lines (446 loc) · 23.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
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
<!doctype html>
<html>
<head>
<link rel="apple-touch-icon" sizes="57x57" href="favicons/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="favicons/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="favicons/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="favicons/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="favicons/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="favicons/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="favicons/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="favicons/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="favicons/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="favicons/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="favicons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicons/favicon-16x16.png">
<link rel="manifest" href="favicons/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="favicons/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css"
integrity="sha384-9gVQ4dYFwwWSjIDZnLEWnxCjeSWFphJiwGPXr1jddIhOegiu1FwO5qRGvFXOdJZ4" crossorigin="anonymous">
<link rel="stylesheet" href="font.css">
<link rel="stylesheet" type="text/css" href="css/lightbox.css">
<link rel="stylesheet" href="main.css">
<link rel="stylesheet" href="css/screen-scaling.css">
<title>SpectreCoin</title>
</head>
<body data-spy="scroll" data-target="#navbar">
<nav id="page-nav" class="navbar navbar-expand-sm fixed-top">
<img src="images/icons/xspec_icon_128px.png" class="navbar-toggler" data-toggle="collapse" data-target="#navbar"
aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation">
<div class="collapse navbar-collapse justify-content-center" id="navbar">
<ul class="nav">
<li class="nav-item wrap">
<a class="nav-link" href="#">HOME</a>
</li>
<li class="nav-item wrap">
<a class="nav-link" href="#about">ABOUT</a>
</li>
<li class="nav-item wrap">
<a class="nav-link" href="#guides">GUIDES</a>
</li>
<li class="nav-item wrap">
<a class="nav-link" href="#trade">TRADE</a>
</li>
<li class="nav-item wrap d-none d-md-block">
<a class="nav-link logo" href=""><img src="images/icons/xspec_icon_128px.png" class="logo"></a>
</li>
<li class="nav-item wrap">
<a class="nav-link" href="#donations">DONATIONS</a>
</li>
<li class="nav-item wrap">
<a class="nav-link" href="#team">TEAM</a>
</li>
<li class="nav-item wrap">
<a class="nav-link" href="#community">COMMUNITY</a>
</li>
</ul>
</div>
</nav>
<div id="page-wrap">
<div class="content-buffer"></div>
<div class="container d-flex h-100" id="main">
<div class="align-self-center">
<div class="row background">
<div class="col-12 d-sm-none">
<h1>SPECTRECOIN</h1>
</div>
<div class="col-12 d-sm-none">
<div class="row main-menu">
<div class="col-6 pdb20">
<a class="square" href="projects.html">
<p>PROJECTS</p>
<img src="images/projects.png">
<p>KEY FEATURES</p>
</a>
</div>
<div class="col-6 pdb20">
<a class="square white blue-text" href="White_Paper.pdf" target="_blank">
<p>GHOST</p>
<img src="images/btn2.png">
<p>PAPER</p>
</a>
</div>
<div class="col-6 pdb20">
<a class="square" href="faq.html">
<p>FAQ</p>
<img src="images/faq.png">
<p>SUPPORT</p>
</a>
</div>
<div class="col-6 pdb20">
<a class="square" href="roadmap.html">
<p>PROJECT</p>
<img class="roadmap" src="images/roadmap.png">
<p>ROADMAP</p>
</a>
</div>
<div class="col-6 pdb20">
<a class="square" href="download.html">
<p>DOWNLOAD</p>
<img src="images/client-logo.png">
<p>CLIENT</p>
</a>
</div>
<div class="col-6 pdb20">
<a class="square" href="info.html">
<p>TECHNICAL</p>
<img class="info" src="images/protractor.png">
<p>INFO</p>
</a>
</div>
</div>
</div>
<div class="col-sm-12 col-lg-8 offset-lg-2 d-none d-sm-block">
<div class="row main-menu">
<div class="col-sm-4 pdb20">
<a class="square" href="projects.html">
<p>PROJECTS</p>
<img src="images/projects.png">
<p>KEY FEATURES</p>
</a>
</div>
<div class="col-sm-4 pdb20">
<a class="square white blue-text" href="White_Paper.pdf" target="_blank">
<p>GHOST</p>
<img src="images/btn2.png">
<p>PAPER</p>
</a>
</div>
<div class="col-sm-4 pdb20">
<a class="square" href="faq.html">
<p>FAQ</p>
<img src="images/faq.png">
<p>SUPPORT</p>
</a>
</div>
</div>
</div>
<div class="col-sm-12 col-lg-10 offset-lg-1 d-none d-sm-block">
<h1>SPECTRECOIN</h1>
</div>
<div class="col-sm-12 col-lg-8 offset-lg-2 d-none d-sm-block">
<div class="row main-menu">
<div class="col-sm-4 pdb20">
<a class="square" href="roadmap.html">
<p>PROJECT</p>
<img class="roadmap" src="images/roadmap.png">
<p>ROADMAP</p>
</a>
</div>
<div class="col-sm-4 pdb20">
<a class="square" href="download.html">
<p>DOWNLOAD</p>
<img src="images/client-logo.png">
<p>CLIENT</p>
</a>
</div>
<div class="col-sm-4 pdb20">
<a class="square" href="info.html">
<p>TECHNICAL</p>
<img class="info" src="images/protractor.png">
<p>INFO</p>
</a>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-10 offset-sm-1">
<a href="usage.html"><img src="images/usage.png" class="btn"></a>
</div>
</div>
</div>
</div>
<div class="container content-block" id="about">
<div class="row">
<div class="col-sm-12 col-md-10 offset-md-1 col-lg-8 offset-lg-2 col">
<div class="card">
<h2>SPECTRECOIN (XSPEC)</h2>
<p>SpectreCoin (XSPEC) is an innovative privacy focused cryptocurrency, featuring an
energy-efficient proof-of-stake algorithm that provides rapid transaction confirmations, ring
signatures for privacy and anonymity, and a fully integrated Tor+OBFS4 layer for IP obfuscation
within the wallet.</p>
<p>Spectrecoin is actively developed, with an ambitious roadmap that prioritises privacy, security,
and true decentralisation with features such as default stealth addresses and stealth staking,
and low-power mobile wallet staking in our upcoming Android wallet.</p>
<p>Spectrecoin can be exchanged on several <a href="#trade">exchanges</a>.</p>
<p>The goal of Spectrecoin is to combine a blockchain with a tokenized ring-signature scheme to
build a system of anonymous digital cash. The ring-signature scheme used here was first
introduced by ShadowCash, and is now being improved on by the Spectrecoin developers. For
network-level privacy, all nodes communicate exclusively within the Tor network via hidden
services.</p>
<p>The priorities of the Spectrecoin project are on privacy, technical soundness and simplicity. The
Proof-of-Stake consensus method is used to provide environmental friendliness, decentralization
and transaction speed.</p>
<p>The project is built by a professional team and around open participation of its community
members, development is funded through an innovative staking-reward donation system and
voluntary direct funding.</p>
</div>
</div>
</div>
</div>
<div class="container content-block" id="guides">
<div class="row">
<div class="col-sm-6 col-md-5 offset-md-1 col-lg-4 offset-lg-2 col">
<div class="card">
<h2>GENERAL</h2>
<a href="buycoins.html">How to buy Spectrecoins</a>
<a href="anonymoustransactions.html">How to transact Anonymously with SpectreCoin</a>
</div>
</div>
<div class="col-sm-6 col-md-5 col-lg-4 col">
<div class="card">
<h2>WALLET</h2>
<a href="getstarted.html">Getting started with the desktop wallet</a>
<a href="securefunds.html">How to secure your funds</a>
<a href="backupwallet.html">How to back up your wallet</a>
<a href="restorewallet.html">How to restore the wallet</a>
<a href="https://www.youtube.com/watch?v=CW6b-s6_JRU" target="_blank"
class="video-link"><b>*VIDEO*</b> Starting the wallet for the 1st time.<br>Encrypting and backup</a>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6 col-md-5 offset-md-1 col-lg-4 offset-lg-2 col">
<div class="card">
<h2>STAKING</h2>
<a href="stakingmech.html">How does staking mechanism work in the system</a>
</div>
</div>
<div class="col-sm-6 col-md-5 col-lg-4 col">
<div class="card">
<h2>MISCELLANEOUS</h2>
<a href="donatefunds.html">How to donate funds</a>
</div>
</div>
</div>
</div>
<div class="container content-block" id="trade">
<div class="row">
<div class="col-sm-6 col-md-5 offset-md-1 col-lg-4 offset-lg-2 left2">
<a href="https://www.cryptopia.co.nz/Exchange?market=XSPEC_BTC">
<div class="card2">
<h2>CRYPTOPIA</h2>
<img class="img-fluid" src="images/cryptopia.png">
</div>
</a>
</div>
<div class="col-sm-6 col-md-5 col-lg-4 right1">
<a href="https://www.livecoin.net/">
<div class="card2">
<h2>LIVECOIN</h2>
<img class="img-fluid" src="images/livecoin.png">
</div>
</a>
</div>
</div>
<div class="row">
<div class="col-sm-6 col-md-5 offset-md-1 col-lg-4 offset-lg-2 left2">
<a href="https://crypto-bridge.org/">
<div class="card2">
<h2>CRYPTOBRIDGE DEX</h2>
<img class="img-fluid" src="images/cryptobridge.png">
</div>
</a>
</div>
<div class="col-sm-6 col-md-5 col-lg-4 right2">
<a href="https://bisq.network/">
<div class="card2">
<h2>BISQ DEX</h2>
<img class="img-fluid" src="images/bisq.png">
</div>
</a>
</div>
</div>
<div class="row mgt-10">
<div class="col-sm-12 col-md-10 offset-md-1 col-lg-8 offset-lg-2">
<p class="trade-text-below">
<b>Spectrecoin (XSPEC)</b><span> is traded on several exchanges.</span><br>
<b>Cryptopia</b><span> currently has the highest volume. </span><br>
<b>Livecoin</b><span> is a close second. </span><br>
<b>BISQ</b><span> is a decentralized exchange that uses a Peer-to-Peer network over Tor - true anonymity.</span><br>
<b>CryptoBridge</b><span> is also a popular DEX project where XSPEC is being traded on.</span><br>
<a href="#">For full detail on
exchanges</a><span>, volume and historical price information, see </span><a href="#">CoinMarketCap</a><span>.</span>
</p>
</div>
</div>
</div>
<div class="container content-block" id="donations">
<div class="row">
<div class="col-sm-6 col-md-5 offset-md-1 col-lg-4 offset-lg-2 left">
<div class="card1">
<h2>DIRECT FUNDING</h2>
<p>Donations are accepted in XSPEC or BTC and will be used to fund ongoing development. If you would
like to fund the development of a particular feature or bugfix, please contact the developers on
<a href="https://discord.gg/4wRmGQs" target="_blank"><b>Discord</b></a> before making your
donation.</p>
<p class="spectre-wallet"><b class="spectre-blue">XSPEC:</b> <span class="wallet-address">SdrdWNtjD7V6BSt3EyQZKCnZDkeE28cZhr</span>
</p>
<p class="spectre-wallet"><b class="spectre-yellow">Bitcoin (BTC):</b> <span class="wallet-address">3QVSE3hiimHrq6HcKtfQejYeK1Zax9fWsQ</span>
</p>
<p class="spectre-wallet"><b>Bitcoin Cash (BCH):</b> <span class="wallet-address">188NniMchAoSTiXhXnb4BqfRSjmiDxoBm5</span>
</p>
<p class="spectre-wallet"><b>Bitcoin Gold (BTG):</b> <span class="wallet-address">ALDRyNRgmFqsW1RfkRzA5BiRHs3WndYoev</span>
</p>
<p class="spectre-wallet"><b>Litecoin (LTC):</b> <span class="wallet-address">MUVATA3Rpuwq3L2u8wAxYgW8LXXbwrCoxs</span>
</p>
<p class="spectre-wallet"><b>DASH:</b> <span class="wallet-address">Xq82jaBUse6fqx1vd9q6i4z1rPLJtGp2ig</span>
</p>
<p class="spectre-wallet"><b>Zcash:</b> <span class="wallet-address">t1U5PA7KMFRmnv6dEVtJ85Bof8qAsaukC6U</span>
</p>
</div>
</div>
<div class="col-sm-6 col-md-5 col-lg-4 right flex">
<div class="card2">
<h2>IN-CLIENT DONATIONS SLIDER</h2>
<p>You can use in-client built-in mechanism to donate a percentage of gained staking rewards upside
of DCB's (Development Contribution Blocks) to development of the project by setting up the
percentage value using slider interface (setting percentage and pressing <i>accept</i> at the
bottom)</p>
<a href="images/donations.png" data-lightbox="donations" data-title="Donations example"><img
class="img-fluid" src="images/donations.png"></a>
</div>
</div>
</div>
</div>
<div class="container content-block" id="team">
<div class="row">
<div class="col-sm-8 offset-sm-2">
<div class="row">
<div class="col-sm-6 col-md-4 card">
<div class="">
<img src="images/mandica.png"/>
<p>Network consultant/admin, database design and programming</p>
</div>
</div>
<div class="col-sm-6 col-md-4 card">
<div class="">
<img src="images/tek.png"/>
<p>20+ years XP as passionate Software Engineer and Architect</p>
</div>
</div>
<div class="col-sm-6 col-md-4 card">
<div class="">
<img src="images/rkh.png"/>
<p>8+ years experience in business administration</p>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6 col-md-4 card">
<div class="">
<img src="images/mammix.png"/>
<p>Blockchain infrastructure specialist and a seasoned developer</p>
</div>
</div>
<div class="col-sm-6 col-md-4 card">
<div class="">
<img src="images/helix.png"/>
<p>12+ years XP as a Software and Continuous Integration Engineer</p>
</div>
</div>
<div class="col-sm-6 col-md-4 card">
<div class="">
<img src="images/beachguy.png"/>
<p>22 years XP as sales/GM of a consumer products wholesale distributor</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container content-block" id="community">
<div class="row">
<div class="col-sm-12 col-md-10 offset-md-1 col-lg-8 offset-lg-2">
<div class="row">
<div class="col-sm-4 card">
<a href="https://bitcointalk.org/index.php?topic=4434053.0" target="_blank"><img
src="images/bitcoin.png"></a>
<h3>BitCoinTalk</h3>
</div>
<div class="col-sm-4 card">
<a href="https://discord.gg/4wRmGQs" target="_blank" id="discord"><img src="images/discord.png"></a>
<h3>Discord</h3>
</div>
<div class="col-sm-4 card">
<a href="https://t.me/spectrecoin" target="_blank"><img src="images/telegram.png"></a>
<h3>Telegram</h3>
</div>
</div>
<div class="row">
<div class="col-sm-4 card">
<a href="https://www.reddit.com/r/XSPEC/" target="_blank"><img src="images/reddit.png"></a>
<h3>Subreddit</h3>
</div>
<div class="col-sm-4 card">
<a href="https://github.com/spectrecoin/spectre" target="_blank"><img
src="images/github.png"></a>
<h3>GitHub</h3>
</div>
<div class="col-sm-4 card">
<a href="https://twitter.com/XspecRising" target="_blank"><img src="images/twitter.png"></a>
<h3>Twitter</h3>
</div>
</div>
<div class="row">
<div class="col-sm-4 card">
<a href="https://github.com/spectrecoin/spectre/wiki" target="_blank"><img
src="images/wiki1.png"></a>
<h3>Spectrecoin Wiki</h3>
</div>
<div class="col-sm-4 card">
<a href="https://coinmarketcap.com/currencies/spectrecoin/" target="_blank"><img
src="images/coinmarket1.png"></a>
<h3>CoinMarketCap</h3>
</div>
<div class="col-sm-4 card">
<a href="images/wechat.jpg" data-lightbox="donations" data-title="WeChat"><img
src="images/wechat.svg" class="local"></a>
<h3>WeChat</h3>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.0/umd/popper.min.js"
integrity="sha384-cs/chFZiN24E4KMATLdqdvsezGxaGsi4hLGOzlXwp5UZB1LY//20VyM2taTB4QvJ"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js"
integrity="sha384-uefMccjFJAIv6A+rW+L4AHf99KvxDjWSu1z9VI8SKNVmz4sk7buKt/6v9KI65qnm"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script src="https://threejs.org/examples/js/libs/stats.min.js"></script>
<script type="text/javascript" src="js/lightbox.js"></script>
<script type="text/javascript" src="main.js"></script>
<script type="text/javascript" src="js/content-scaling.js"></script>
</body>
</html>