-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
295 lines (277 loc) · 12.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Electronic dollar | eDollar | EDL | Seure Private Crypto Currency">
<meta name="author" content="Electronic dollar | eDollar | EDL">
<title>Electronic Dollar Secure Private Crypto Currency EDC Coin</title>
<link rel="icon" type="image/png" href="https://edollar.cash/favicon.png">
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
<!-- Plugin CSS -->
<link href="vendor/magnific-popup/magnific-popup.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/creative.min.css" rel="stylesheet">
<style type="text/css">
.footer {
color: #f7f5f2;
background: #222;
padding-top: 2em;
padding-bottom: 2em;
border-top: 1px solid #8cc1c1;
}
.copy-right {
text-align: center;
font-size: 14px!important;
margin-top: 15px;
}
.align-jstify {
text-align: left;
}
.white-color {
color: #fff;
}
.tool {
font-size: 18px!important;
}
.tool-item {
margin-top: 2px!important;
margin-bottom: 2px!important;
font-size: 14px!important;
}
.small-margin {
margin-top: 5px!important;
margin-bottom: 5px!important;
}
</style>
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top">Electronic Dollar</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#page-top">About</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#features">Features</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#download">Download</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#community">Community</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#tool">Tool</a>
</li>
</ul>
</div>
</div>
</nav>
<header class="masthead">
<div class="header-content">
<div class="header-content-inner">
<h1 id="homeHeading">The digital currency of the future For Every Human</h1>
<hr>
<p>Electronic Dollar (or eDollar) is a private, secure, untraceable, decentralized digital currency. You are your bank, you control your funds, and nobody can trace your transfers unless you allow them to do so.</p>
<a class="btn btn-primary btn-xl js-scroll-trigger" href="#features">Find Out More</a>
</div>
</div>
</header>
<section id="features">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Features</h2>
<hr class="primary">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-globe text-primary sr-icons"></i>
<h3>Decentralized</h3>
<p class="text-muted align-jstify">eDollar is decentralized, trustless cryptocurrency. The whole system is operated by peer-to-peer network, Transactions are confirmed by distributed consensus, and then recorded on the blockchain immutably </p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-lock text-primary sr-icons"></i>
<h3>Secure</h3>
<p class="text-muted align-jstify">Using the power of a distributed peer-to-peer consensus network, every transaction on the network is cryptographically secured. Wallet files are encrypted with a passphrase to ensure they are useless if stolen</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-eye-slash text-primary sr-icons"></i>
<h3>Private</h3>
<p class="text-muted align-jstify">All transactions in eDollar are Ring Confidential Transactions (RingCT) with minimum ring size of 4. The amount of any transaction is always
hidden to the public, and because blocks cannot be analyzed, without the keys no one can ever know where that money comes from</p>
</div>
</div>
<div class="col-lg-3 col-md-6 text-center">
<div class="service-box">
<i class="fa fa-4x fa-times text-primary sr-icons"></i>
<h3>Untraceble</h3>
<p class="text-muted align-jstify">By taking advantage of ring signatures, a special property of a certain type of cryptography, Edollar is able to ensure that transactions are not only untraceable, but have an optional measure of ambiguity that ensures that transactions cannot easily be tied back to an individual user or computer.</p>
</div>
</div>
</div>
</div>
</section>
<section class="p-0" id="download">
<div class="call-to-action bg-dark">
<div class="container text-center">
<h2>Download GUI Wallet</h2>
<p>Current version 0.1.0 - The Mercury</p>
<div class="row">
<div class="col-lg-4 ml-auto text-center">
<p class="small-margin"><span class="fa fa-windows small-margin"></span> For Windows</p>
</div>
<div class="col-lg-4 ml-auto text-center">
<a class="" href="https://edollar.cash/download/[Beta-3]eDollar_GUIWallet_Setup-64bit.exe">Windows 64 bits</a>
</div>
<div class="col-lg-4 ml-auto text-center">
<a class="" href="https://edollar.cash/download/[Beta-3]eDollar_GUIWallet_Setup-32bit.exe">Windows 32 bits</a>
</div>
</div>
<div class="row">
<div class="col-lg-12 ml-auto text-center">
<p class="small-margin"><span class="fa fa-linux small-margin"></span> <span class="fa fa-apple"></span> Other platforms: <i>coming soon</i></p>
</div>
</div>
<br><br>
<h2>Download Binaries/CLI</h2>
<p>Current version 0.1.0 - The Mercury</p>
<div class="row">
<div class="col-lg-4 ml-auto text-center">
<p class="small-margin"><span class="fa fa-windows small-margin"></span> For Windows</p>
<a class="" href="https://edollar.cash/download/edollar-win64.zip">Windows 64 bits</a>
<br>
<a class="" href="https://edollar.cash/download/edollar-win32.zip">Windows 32 bits</a>
</div>
<div class="col-lg-4 ml-auto text-center">
<p class="small-margin"><span class="fa fa-linux small-margin"></span> For Linux</p>
<a class="" href="https://edollar.cash/download/edollar-linux64.zip">Ubuntu 64 bits</a>
</div>
<div class="col-lg-4 ml-auto text-center">
<p class="small-margin"><span class="fa fa-apple"></span> For Mac</p>
<a class="" href="https://edollar.cash/download/edollar-mac">Coming soon</a>
</div>
</div>
<h2 style="margin-top: 50px">Source code and White papers</h2>
<div class="row">
<div class="col-lg-6 ml-auto">
<span class="fa fa-github"></span> Source code: <a class="" target="_blank" href="https://github.com/edollar-project/edollar"> From Github</a>
</div>
<div class="col-lg-6 ml-auto">
<span class="fa fa-file-pdf-o"></span> White paper: <a class="" target="_blank" href="https://cryptonote.org/whitepaper.pdf"> Cryptonote white paper</a>
</div>
</div>
</div>
</div>
</section>
<section id="community">
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto text-center">
<h2 class="section-heading">More about eDollar</h2>
<hr class="primary">
<p>You can find more information about eDollar project via the following channels</p>
</div>
</div>
<div class="row">
<div class="col-lg-3 mr-auto text-center">
<i class="fa fa-question-circle-o fa-3x"></i>
<p>
<a target="_blank" href="rpc_guide.html">RPC Guide</a>
</p>
</div>
<div class="col-lg-3 ml-auto text-center">
<i class="fa fa-send fa-3x"></i>
<p>
<a target="_blank" href="https://t.me/joinchat/Fivc5kBsSOHzlxSPG8I9dA">Telegram</a>
</p>
</div>
<div class="col-lg-3 mr-auto text-center">
<i class="fa fa-btc fa-3x"></i>
<p>
<a target="_blank" href="https://bitcointalk.org/index.php?topic=2643196.0">Bitcoin talk</a>
</p>
</div>
<div class="col-lg-3 mr-auto text-center">
<i class="fa fa-envelope-o fa-3x sr-contact"></i>
<p>
<a href="mailto:[email protected]">[email protected]</a>
</p>
</div>
</div>
</div>
</section>
<div class="footer" id="tool" >
<div class="container">
<div class="row">
<div class="col-lg-4 text-center">
<i class="fa fa-anchor tool"> Mining Pool</i>
<p class="tool-item">
<a target="_blank" href="http://pool.electronicdollar.org/" class="white-color">Official pool (1)</a>
</p>
<p class="tool-item"p>
<a target="_blank" href="https://pool.edollar.cash" class="white-color">Official pool (2)</a>
</p>
</p>
<p class="tool-item">
<a target="_blank" href="https://pool.edollar.cash" class="white-color">Others pools</a>
</p>
</div>
<div class="col-lg-4 text-center">
<i class="fa fa-cubes tool"> Block Explorer</i>
<p class="tool-item">
<a target="_blank" href="https://explorer.edollar.cash" class="white-color">https://explorer.edollar.cash</a>
</p>
</div>
<div class="col-lg-4 text-center">
<i class="fa fa-address-card-o tool"> Generate Wallet</i>
<p class="tool-item">
<a target="_blank" href="https://edollar.cash/wallet_generator.html" class="white-color">Generate Online</a>
</p>
<p class="tool-item">
<a target="_blank" href="https://github.com/edollar-project/edollar-wallet-generator" class="white-color">Generate Offline</a>
</p>
</div>
</div>
</div>
<div class="copy-right">copyright © 2017 eDollar project</div>
</div>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<script src="vendor/scrollreveal/scrollreveal.min.js"></script>
<script src="vendor/magnific-popup/jquery.magnific-popup.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/creative.min.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-111603243-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-111603243-1');
</script>
</body>
</html>