-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
444 lines (438 loc) · 17.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Electrum Dash Wallet</title>
<!-- META TAGS -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="icon" type="image/png" href="assets/img/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="assets/img/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="assets/img/favicon-96x96.png" sizes="96x96">
<meta name="description" content="Electrum Dash Wallet">
<!-- STYLES -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/flexslider.css">
<link rel="stylesheet" href="assets/css/animsition.min.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/owl.carousel.css">
<link rel="stylesheet" href="assets/css/owl.theme.css">
<link rel="stylesheet" href="assets/css/dash.theme.css">
<!-- Fontawesome -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdn.linearicons
.com/free/1.0.0/icon-font.min.css">
</head>
<body>
<!-- HEADER -->
<header class="main-header">
<div class="container-fluid">
<!-- box header -->
<div class="box-header">
<div class="box-logo">
<a href="https://electrum.dash.org/"><img src="assets/img/logo.png" width="280" alt="Logo"></a>
</div>
<!-- box-nav -->
<a class="box-primary-nav-trigger" href="#0">
<span class="box-menu-icon"></span>
</a>
<!-- box-primary-nav-trigger -->
</div>
<!-- end box header -->
<!-- nav -->
<nav>
<ul class="box-primary-nav">
<li class="box-label"><img src="assets/img/about.png" width="100px">
<br>ELECTRUM
<br>DOWNLOAD
<br>
<br> </li>
<li><a href="https://github.com/akhavr/electrum-dash/releases/download/4.1.5.2/Dash-Electrum-4.1.5.2-setup-win64.exe" download>Windows</a></li>
<li><a href="https://github.com/akhavr/electrum-dash/releases/download/4.1.5.2/Dash-Electrum-4.1.5.2-macosx.dmg" download>macOS</a></li>
<li class="box-label">SOCIAL</li>
<li class="box-social">
<a class="facebook" href="https://www.facebook.com/DashPay" target="_blank"><i class="fa fa-facebook" aria-hidden="true"></i></a>
</li>
<li class="box-social">
<a class="twitter" href="https://twitter.com/dashpay" target="_blank"><i class="fa fa-twitter" aria-hidden="true"></i></a>
</li>
<li class="box-social">
<a class="google" href="https://plus.google.com/communities/101869723775111070721" aria-hidden="true" target="_blank"><i class="fa fa-google-plus"></i></a>
</li>
<li class="box-social">
<a class="linkdin" href="https://www.linkedin.com/company/dash---digitalcash-cryptocurrency-?trk=company_logo" target="_blank"><i class="fa fa-linkedin" aria-hidden="true"></i></a>
</li>
<li class="box-social">
<a class="instgram" href="https://www.instagram.com/dashpay" target="_blank"><i class="fa fa-instagram" aria-hidden="true"></i></a>
</li>
<li class="box-social">
<a class="github" href="https://github.com/dashpay" target="_blank"><i class="fa fa-github" aria-hidden="true"></i></a>
</li>
<li class="box-social">
<a class="reddit" href="https://www.reddit.com/r/dashpay" target="_blank"><i class="fa fa-reddit" aria-hidden="true"></i></a>
</li>
</ul>
</nav>
<!-- end nav -->
<!-- box-intro -->
<section class="box-intro bg-film" id="download_wallet">
<div class="table-cell">
<div class="section-title-parralax"><img src="assets/img/dash.png">
<div class="process-numbers elec">ELECTRUM</div>
<b class="color-white">A lightweight wallet for Dash</b>
</div>
<a href="#download" class="download-button colorred">Download</a>
<a href="#features" class="download-button">Learn More</a>
<a href="https://docs.dash.org/en/stable/wallets/index.html#dash-electrum-wallet" target="_blank" class="download-button colorblue">Docs</a>
</div>
</section>
<!-- end box-intro -->
</div>
</header>
<!-- HISTORY OF AGENCY -->
<section id="about" class="about mt-150 mb-50">
<div class="container">
<div class="row center">
<div class="col-md-8 col-md-offset-2 col-sm-12">
<div class="section-title-parralax">
<div class="process-numbers">WALLET</div>
<h2>Download</h2>
</div>
</div>
</div>
<div class="row center">
<div class="col-md-8 col-md-offset-2">
<p class="lead">Dash Electrum is an easy-to-use Dash client based on Electrum. </p>
<p>Dash Electrum protects you from losing coins if you lose your backup or suffer computer failure, because your wallet can be recovered from a secret phrase that can be written down on paper or learnt by heart. There is no waiting time when you start the client, because it does not download the Dash blockchain.</p>
<p class="lead">Dash Electrum is open source software. The source code is available on <a href="https://github.com/akhavr/electrum-dash" target="_blank">GitHub</a>.</p>
</div>
</div>
<!-- description text -->
</div>
</section>
<!-- DOWNLOAD -->
<div id="download" class="facts mt-100 mbr-box mbr-section mbr-section--relative">
<div class="container">
<div class="row text-center">
<div class="col-xs-12 col-lg-3 col-md-3">
<div class="count-item download">
<img src="assets/img/windows-electrum-wallet.png" width="120" alt="Logo">
<div class="numscroller">Windows </div>
<div class="count-name-intro">Executable</div>
<a href="https://github.com/akhavr/electrum-dash/releases/download/4.1.5.2/Dash-Electrum-4.1.5.2-setup-win64.exe" class="download-name-button" download>Download</a>
</div>
</div>
<div class="col-xs-12 col-lg-3 col-md-3">
<div class="count-item download">
<img src="assets/img/macos-electrum-wallet.png" width="120" alt="Logo">
<div class="numscroller">macOS</div>
<div class="count-name-intro">Executable</div>
<a href="https://github.com/akhavr/electrum-dash/releases/download/4.1.5.2/Dash-Electrum-4.1.5.2-macosx.dmg" class="download-name-button" download>Download</a>
</div>
</div>
<div class="col-xs-12 col-lg-3 col-md-3">
<div class="count-item download">
<img src="assets/img/android-electrum-wallet.png" width="120" alt="Logo">
<div class="numscroller">Android</div>
<div class="count-name-intro">APK</div>
<a href="https://github.com/akhavr/electrum-dash/releases/download/4.1.5.2/Dash-Electrum-4.1.5.2-arm64-v8a-release.apk" class="download-name-button" download>Download</a>
</div>
</div>
<div class="col-xs-12 col-lg-3 col-md-3">
<div class="count-item download">
<img src="assets/img/linux-electrum-wallet.png" width="120" alt="Logo">
<div class="numscroller roller-title-number-3 scrollzip isShown" data-slno="3">Linux</div>
<div class="count-name-intro">Source tarball</div>
<a href="https://github.com/akhavr/electrum-dash/releases/download/4.1.5.2/Dash-Electrum-4.1.5.2.tar.gz" class="download-name-button" download="">Download</a>
</div>
</div>
</div>
</div>
</div>
<section class="project_descr">
<div class="container mt-100">
<div class="container">
<div class="flexslider">
<ul class="slides">
<li><img src="assets/img/work-1.jpg" alt="portfolio" /></li>
<li><img src="assets/img/work-2.jpg" alt="portfolio" /></li>
</ul>
</div>
</div>
</div>
<!-- end container -->
</section>
<!-- FEATURES -->
<div id="features" class="features mbr-box mbr-section mbr-section--relative">
<div class="container">
<div class="row center">
<div class="col-md-8 col-md-offset-2 col-sm-12">
<div class="section-title-parralax">
<div class="process-numbers">light</div>
<h2>Wallet</h2>
<p class="module-subtitle">Dash Electrum is an easy-to-use <a href="https://dash.org" target="_blank">Dash</a> client based on <a href="https://electrum.org" target="_blank">Electrum</a>.
</p>
</div>
</div>
</div>
<div class="row center">
<div class="feature-item">
<div class="col-md-3 col-sm-6">
<div class="item-head">
<i class="lnr lnr-lock"></i>
</div>
<h6>Safe</h6>
<p>Your seed or private keys are not sent to the server. Information received from the server is verified using <a href="https://en.bitcoin.it/wiki/Thin_Client_Security#Header-Only_Clients" target="_blank">SPV</a>.</p>
</div>
</div>
<!-- End features-item -->
<div class="feature-item">
<div class="col-md-3 col-sm-6">
<div class="item-head">
<i class="lnr lnr-cog"></i>
</div>
<h6>Instant on</h6>
<p>Your client does not download the blockchain, it uses a remote server.</p>
</div>
</div>
<!-- End features-item -->
<div class="feature-item">
<div class="col-md-3 col-sm-6">
<div class="item-head">
<i class="lnr lnr-diamond"></i>
</div>
<h6>No lock-in</h6>
<p>You can export your private keys and use them in other Dash clients.</p>
</div>
</div>
<!-- End features-item -->
<div class="feature-item">
<div class="col-md-3 col-sm-6">
<div class="item-head">
<i class="lnr lnr-rocket"></i>
</div>
<h6>Forgiving</h6>
<p>Your wallet can be recovered from a secret seed.</p>
</div>
</div>
<!-- End features-item -->
</div>
<div class="row center">
<div class="container">
<div class="flexslider">
<ul class="slides">
<li><img src="assets/img/work-4.jpg" alt="portfolio" /></li>
<li><img src="assets/img/work-3.jpg" alt="portfolio" /></li>
</ul>
</div>
</div>
</div>
<div class="row center">
<div class="feature-item">
<div class="col-md-3 col-sm-6">
<div class="item-head">
<i class="lnr lnr-cart"></i>
</div>
<h6>Cold Storage</h6>
<p>You can have secure offline wallets and still safely spend from an online computer.
</p>
</div>
</div>
<!-- End features-item -->
<div class="feature-item">
<div class="col-md-3 col-sm-6">
<div class="item-head">
<i class="lnr lnr-phone"></i>
</div>
<h6>Open</h6>
<p>You can export your private keys to other Dash clients.
</p>
</div>
</div>
<!-- End features-item -->
<div class="feature-item">
<div class="col-md-3 col-sm-6">
<div class="item-head">
<i class="lnr lnr-laptop-phone"></i>
</div>
<h6>Ubiquitous</h6>
<p> You can use the same wallet on different computers, it will auto-synchronize.
</p>
</div>
</div>
<!-- End features-item -->
<div class="feature-item">
<div class="col-md-3 col-sm-6">
<div class="item-head">
<i class="lnr lnr-rocket"></i>
</div>
<h6>No downtimes</h6>
<p>Several public servers are available, you can switch instantly.</p>
</div>
</div>
<!-- End features-item -->
</div>
</div>
</div>
<!-- Testimonials -->
<section id="more" class="testimonials mt-100 mb-100 mbr-box mbr-section mbr-section--relative mbr-section--fixed-size mbr-section--bg-adapted mbr-parallax-background">
<div class="container">
<div class="row center">
<div class="col-md-8 col-md-offset-2 col-sm-12">
<div class="section-title-parralax">
<div class="process-numbers">READ</div>
<h2>faq</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="flexslider">
<ul class="slides">
<li>
<h5>What is the Seed?</h5>
<p class="author">
Electrum-Dash uses a 128-bit random seed to generate your private keys. The seed can be represented as a 12-word mnemonic code. You do not need to perform regular backups, because your wallet can be recovered from the seed that you can memorize or write on paper.</p>
</li>
<li>
<h5>What is the gap limit?</h5>
<p class="author">
The gap limit is the maximum number of consecutive unused addresses in your deterministic sequence of addresses. Electrum-Dash uses a gap limit to stop looking for addresses, it is set to 5 by default, so the client get all addresses until 5 unused addresses are found.</p>
</li>
<li>
<h5>What does it mean to "freeze" an address?</h5>
<p class="author">
When you freeze an address, the funds in that address will not be used for sending Dash. You cannot send Dash if you don't have enough funds in non-frozen addresses.</p>
</li>
<li>
<h5>Where is my wallet file located?</h5>
<p class="author">
A default wallet file called default_wallet is created under the /wallets folder when you first run the application. On Windows, this folder is located in %APPDATA%\Electrum-DASH. On all other operating systems, it is located in ~/.electrum-dash.</p>
</li>
</ul>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<a href="http://staydashy.com/" class="download-name-button" target="_blank">Join Dash Talk Discord</a>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="main-footer">
<div class="container">
<div class="row mt-100 mb-50 footer-widgets">
<!-- Start Contact Widget -->
<div class="col-md-6 col-xs-12">
<div class="footer-widget contact-widget">
<img src="assets/img/footerlogo.png" class="logo-footer img-responsive" alt="Footer Logo" />
<p>Dash is a privacy-centric digital currency with instant transactions. It is based on the Bitcoin software, but it has a two tier network that improves it. Dash allows you to remain anonymous while you make transactions, similar to cash.</p>
<ul class="social-icons">
<li>
<a class="facebook" href="https://www.facebook.com/DashPay"><i class="fa fa-facebook"></i></a>
</li>
<li>
<a class="twitter" href="https://twitter.com/dashpay"><i class="fa fa-twitter"></i></a>
</li>
<li>
<a class="linkdin" href="https://www.linkedin.com/company/dash---digitalcash-cryptocurrency-?trk=company_logo"><i class="fa fa-linkedin"></i></a>
</li>
<li>
<a class="instgram" href="https://www.instagram.com/dashpay"><i class="fa fa-instagram"></i></a>
</li>
<li>
<a class="github" href="https://github.com/dashpay"><i class="fa fa-github"></i></a>
</li>
<li>
<a class="reddit" href="https://www.reddit.com/r/dashpay"><i class="fa fa-reddit"></i></a>
</li>
</ul>
</div>
</div>
<!-- .col-md-3 -->
<!-- End Contact Widget -->
<!-- Start Twitter Widget -->
<div class="col-md-3 col-xs-12">
<div class="footer-widget twitter-widget">
<a href="https://bitcointalk.org/index.php?topic=421615.0">
BitcoinTalk Forum
<h4>Discussion, help</h4>
</a>
<a href="https://www.dash.org/" target="_blank">
Dash Website
<h4>Dash.org</h4>
</a>
<a href="https://github.com/akhavr/electrum-dash" target="_blank">
Dash Electrum on GitHub
<h4>Development</h4>
</a>
<a href="http://chainz.cryptoid.info/drk/address.dws?Xn6JuyzwNjshUUzDTQqEv3zRFhwN575UWj.htm" target="_blank">
Xn6JuyzwNjshUUzDTQqEv3zRFhwN575UWj
<h4>Donation fund</h4>
</a>
</div>
</div>
<!-- .col-md-3 -->
<!-- End Twitter Widget -->
<!-- Start Flickr Widget -->
<div class="col-md-3 col-xs-12">
<div class="footer-widget company-links">
<h4>Community</h4>
<ul class="footer-links">
<li><a href="https://docs.dash.org/en/stable/wallets/index.html#dash-electrum-wallet" target="_blank">Documentation</a></li>
<li><a href="#features">Features</a></li>
<li><a href="#download">Download</a></li>
<li><a href="https://www.dash.org/forum/" target="_blank">Community</a></li>
<li><a href="#more">FAQ</a></li>
</ul>
</div>
</div>
<!-- .col-md-3 -->
<!-- End Flickr Widget -->
</div>
<!-- .row -->
<!-- Start Copyright -->
<div class="copyright-section">
<div class="row">
<div class="col-md-6">
<p>© 2016 - 2021 Dash Electrum - All Rights Reserved <a href="http://dash.org" target="_blank">dash.org</a> </p>
</div>
<!-- .col-md-6 -->
</div>
<!-- .row -->
</div>
<!-- End Copyright -->
</div>
</footer>
<!-- SCRIPTS -->
<script type="text/javascript" src="assets/js/jquery-2.2.3.min.js"></script>
<script type="text/javascript" src="assets/js/animated-headline.js"></script>
<script type="text/javascript" src="assets/js/menu.js"></script>
<script type="text/javascript" src="assets/js/modernizr.js"></script>
<script type="text/javascript" src="assets/js/isotope.pkgd.min.js"></script>
<script type="text/javascript" src="assets/js/jquery.flexslider-min.js"></script>
<script type="text/javascript" src="assets/js/main.js"></script>
<script type="text/javascript" src="assets/js/smooth-scroll.js"></script>
<script type="text/javascript" src="assets/js/numscroller.js"></script>
<script type="text/javascript" src="assets/js/wow.min.js"></script>
<script type="text/javascript" src="assets/js/owl.carousel.min.js"></script>
<script type="text/javascript">
$(window).load(function() {
new WOW().init();
// initialise flexslider
$('.flexslider').flexslider({
animation: "fade",
directionNav: true,
controlNav: false,
keyboardNav: true,
slideToStart: 0,
animationLoop: true,
pauseOnHover: false,
slideshowSpeed: 4000,
});
smoothScroll.init();
});
</script>
</body>
</html>