forked from tominop/atomicwallet.github.io
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdash.html
More file actions
309 lines (281 loc) · 23.2 KB
/
dash.html
File metadata and controls
309 lines (281 loc) · 23.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta charset="UTF-8">
<title>Atomic Wallet</title>
<meta name="description" content="Light multi-assets wallet with built-in atomic swap exchange">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/list.css">
<link rel="stylesheet" href="css/media.css">
<link rel="stylesheet" href="css/item-page.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-114023091-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-114023091-1');
</script>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<!-- Start of Async Prefinery Code -->
<script type="text/javascript">var _pfy = _pfy || [];(function(){function pfy_load(){var pfys=document.createElement('script');pfys.type='text/javascript';pfys.async=true;pfys.src='https://widget.prefinery.com/widget/v2/1w40x3e4.js';var pfy=document.getElementsByTagName('script')[0];pfy.parentNode.insertBefore(pfys,pfy);}if (window.attachEvent){window.attachEvent('onload',pfy_load);}else{window.addEventListener('load',pfy_load,false);}})();</script>
<!-- End of Async Prefinery Code -->
</head>
<body>
<!-- menu -->
<div class="header-menu-mobile header-menu-close f-light only-mobile" id="menu-mobile">
<div class="container relative">
<a href="index.html">Product</a>
<a href="token.html">Token</a>
<a href="list.html" class="header-menu-here">Assets</a>
<a href="https://download.atomicwallet.io/atomicwallet-whitepaper.pdf" target="_blank">White Paper</a>
<a href="https://atomicwallet.freshdesk.com/support/home">Support</a>
<a href="https://medium.com/@atomicwallet">Blog</a>
<button class="header-menu-mobile-close" id="menu-button-close"></button>
</div>
</div>
<div class="header-container">
<div class="container relative">
<img src="css/images/bg-first-screen.svg" alt class="bg bg-main">
<header class="header">
<a href="index.html" class="header-logo">
<img src="css/images/logo.svg" alt="Atomic">
</a>
<nav class="header-menu f-light">
<a href="/">Product</a>
<a href="token">Token</a>
<a href="list" class="header-menu-here">Assets</a>
<a href="https://download.atomicwallet.io/atomicwallet-whitepaper.pdf" target="_blank">White Paper</a>
<a href="https://atomicwallet.freshdesk.com/support/home" target="_blank">Support</a>
<a href="https://medium.com/@atomicwallet">Blog</a>
</nav>
<button class="header-button only-mobile" id="menu-button-open"></button>
<nav class="header-menu-icons f-light">
<a href="https://twitter.com/atomicwallet" target="_blank">
<img src="css/images/top_twitter.svg">
</a>
<a href="https://t.me/atomicwalletchat" target="_blank">
<img src="css/images/top_telegram.svg">
</a>
<a href="https://github.com/Atomicwallet" target="_blank">
<img src="css/images/top_github.svg">
</a>
<a href="https://medium.com/@atomicwallet" target="_blank">
<img src="css/images/top_medium.svg">
</a>
<a href="https://www.reddit.com/user/atomicwallet/" target="_blank">
<img src="css/images/top_reddit.svg">
</a>
</nav>
</header>
</div>
</div>
<div class="item-page-container">
<div class="item-page">
<img src="css/images/crypto-icon/DASH.svg" class="item-page-image">
<h1>DASH</h1>
<div class="item-page-article">
<img src="css/images/bg-item-page-1.svg" alt="" class="item-page-bg item-page-bg-1">
<img src="css/images/bg-item-page-2.svg" alt="" class="item-page-bg item-page-bg-2">
<img src="css/images/bg-item-page-3.svg" alt="" class="item-page-bg item-page-bg-3">
<div class="item-page-image-template">
<br style="padding: 10px">(Read our article)</br>
<div class="item-page-image-template-container">
<img src="css/images/atomic-swap-article.png" alt="">
</div>
</div>
<h2>Welcome DASH in Atomic Wallet!</h2>
<h3>What is DASH?</h3>
<p>DASH is a digital cash, working on p2p protocol. It’s originally Litecoin hard-fork which was created in 2014 by Evan Duffield and then rebased to become a fork of Bitcoin in 2015.</p>
<h3>Why DASH was created?</h3>
<p>Bitcoin is not the currency which is convenient for everyday use. First of all the system can handle only 6 transactions per seconds, every block created in 10 minutes and transaction fees are significantly high, so the common user will have to wait at least several minutes to have his transaction accepted by miners.
<br>That’s why Evan Duffield, impressed by the idea of Bitcoin wanted to improve it, but the core members would never allow him to do so because it will mean the change in the core’s code. </p>
<p>He decided to create his own cryptocurrency, which will have significant improvements in the whole ecosystem.</p>
<h2>DASH features:</h2>
<h3>Masternode network.</h3>
<p>First of all - what is the node? According to bitcoin wiki - node is a computer connected to the bitcoin network (Bitcoin Core). Full node means that the computer fully verifies all of the rules of Bitcoin. It is a server running on a p2p network, that allow peers to use them to receive updates about the events on the network. It means that they store a lot of data and need a significant upkeep and care.</p>
<h3>What is their role?</h3>
<p>They provide clients with the ability to synchronize and quick propagation of messages throughout the network.</p>
<p>The main role of full nodes is to update the information about the latest transaction and newly created blocks to prevent the system from double spending, attacks, and etc. These nodes are very important to the health of the network. </p>
<h3>So what are Masternodes?</h3>
<p>It’s one of the DASH improvement that incentivizes users to participate in the development of the network. The Masternodes are like full nodes, but they have some additional requirements, first of all, they should make investment counting 1000 DASH and they’re also provides a certain service to the network.</p>
<p>Why such an investment is needed? If 1 DASH counts around $220 the Masternode should invest $220000 in the DASH network. He will also get dividends from his work and it means that his work will be in full interests with the positive ecosystem development.</p>
<h3>Reward of the Masternodes.</h3>
<p>This allows the users to pay for the services and earn a return on investment. Masternodes are all paid from the same pool of money, approximately 45% of the total block reward is dedicated to this program. You can read more about the reward system in Dash here.</p>
<h3>How Proof-of-service works in DASH?</h3>
<p>Masternode has a lot of power and influence in the system. The significant improvement in the DASH system is that it can’t be governed by one MasterNode. If some would like to manage 50+% of the Masternode he will be needed to buy at least 5,000,000 DASH, that will increase the price of the currency at the rate of thousands. Which will be almost impossible.</p>
<p>There is either Good Actors or Bad actors as a Masternodes.To reduce the possibility of people using the system to their advantage nodes must ping the rest of the network to ensure they remain active. This work is done by the Masternode network by selecting 2 quorums per block. Quorum A checks the service of Quorum B each block. Quorum A are the closest nodes to the current block hash, while Quorum B are the furthest nodes from the said hash.
<br>Masternode A (1) checks Masternode B (rank 2300)
<br>Masternode A (2) checks Masternode B (rank 2299)
<br>Masternode A (3) checks Masternode B (rank 2298)
</p>
<p>All work done to check the network to prove that nodes are active is done by the Masternode network itself. Approximately 1% of the network will be checked for each block. This results in the entire network being checked about six times per day. In order to keep this system trustless, we select nodes randomly via the Quorum system, then we also require a minimum of six violations in order to deactivate a node.
</p>
<h3>Private Send</h3>
<p>PrivateSend maintains fungibility by swapping coins among users to break the traceable history of the coins. It works on the principle of joint payment when different users who a willing to make transactions mix together to make it harder to track or identify a concrete user.</p>
<h3>How does PrivateSend works?</h3>
<p>PrivateSend adds privacy to transactions by adding multiple identical inputs from a lot of users and then sending them to multiple outputs. Since the transaction flow cannot be traced, the privacy of the transaction is maintained. To mix users with PrivateSend requires at least three participants.</p>
<h3>Instant Send</h3>
<p>This feature speed up transactions speed. </p>
<p>By utilizing Masternode quorums, users are able to send and receive instant irreversible transactions. Once a quorum has been formed, the inputs of the transaction are locked to only be spendable in a specific transaction, a transaction lock takes about four seconds to be set currently on the network. If consensus is reached on a lock by the Masternode network, all conflicting transactions or conflicting blocks would be rejected thereafter, unless they matched the exact transaction ID of the lock in place.</p>
<h2>Summary</h2>
<p>For now, DASH is on the 14 place on the coinmarketcap capitalization list with the amount of more than $ 1.8 bln dollars. This currency has a significant meaning for the real world markets. Because it can be useful for merchants, and with high transactions speed and modest fees - can be a really useful asset for internet trading. You can by DASH in ATM, and in Canada you can even exchange it on the CAD via smartphone.</p>
<h1>Where to store DASH?</h1>
<p>There are many wallets that support this coin.
<br>You can use full node wallet, which you can download from the official website. It’s strongly encrypted, but weights more than 11 GB your disk space. There are also plenty of mobile apps.</p>
<p>You can hold, send, receive and exchange DASH in Atomic WAllet. Which is a light and convenient decentralized platform, providing a high-security performance, friendly UI and has a lot of features.</p>
<img src="">
<div class="item-page-download">
<div class="item-page-download-title">Download Atomic Wallet with DASH</div>
<!-- Subscribe Pop-up-->
<script>window.jQuery || document.write('<scr' + 'ipt src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.0/jquery.min.js"><\/sc' + 'ript>')</script>
<script>window.$kol_jquery = window.jQuery</script>
<script src="https://kickoffpages-kickofflabs.netdna-ssl.com/widgets/1.9.6/kol_bounce.js"></script>
<script src='https://kickoffpages-kickofflabs.netdna-ssl.com/w/113350/220933.js'></script>
<div class="download">
<div class="download-item download-item-windows hvr-grow" data-download="windows">
<a href="https://download.atomicwallet.io/atomicwallet.exe" onclick="window.kol_modal_220933.show()"><img src="css/images/logo-windows.svg" alt="" class="download-item-img-color"></a>
<img src="css/images/logo-windows-color.svg" alt="" class="download-item-img">
<span class="download-name">
<a href="https://download.atomicwallet.io/atomicwallet.exe" class="button download-button" onclick="window.kol_modal_220933.show()" ga('send',="" {="" hittype:="" 'event',="" eventcategory:="" 'download',="" eventaction:="" eventlabel:="" 'windows'="" });="">Windows</a>
</span>
<span class="download-button-label">
<a href="https://download.atomicwallet.io/atomicwallet.exe" class="button download-button" onclick="window.kol_modal_220933.show()" ga('send',="" {="" hittype:="" 'event',="" eventcategory:="" 'download',="" eventaction:="" eventlabel:="" 'windows'="" });="">Download</a>
</span>
</div>
<div class="download-item download-item-apple hvr-grow" data-download="apple">
<a href="https://download.atomicwallet.io/atomicwallet.dmg" onclick="window.kol_modal_220933.show()"><img src="css/images/logo-apple.svg" alt="" class="download-item-img-color"></a>
<img src="css/images/logo-apple-color.svg" alt="" class="download-item-img">
<span class="download-name">
<a href="https://download.atomicwallet.io/atomicwallet.dmg" class="button download-button" onclick="window.kol_modal_220933.show()" ga('send',="" {="" hittype:="" 'event',="" eventcategory:="" 'download',="" eventaction:="" eventlabel:="" 'macos'="" });="">macOS</a>
</span>
<span class="download-button-label">
<a href="https://download.atomicwallet.io/atomicwallet.dmg" class="button download-button" onclick="window.kol_modal_220933.show()" ga('send',="" {="" hittype:="" 'event',="" eventcategory:="" 'download',="" eventaction:="" eventlabel:="" 'macos'="" });="">Download</a>
</span>
</div>
<div class="download-item download-item-ubuntu hvr-grow" data-download="ubuntu">
<a href="https://download.atomicwallet.io/atomicwallet.AppImage" onclick="window.kol_modal_220933.show()"><img src="css/images/logo-ubuntu.svg" alt="" class="download-item-img-color"></a>
<img src="css/images/logo-ubuntu-color.svg" alt="" class="download-item-img">
<span class="download-name">
<a href="https://download.atomicwallet.io/atomicwallet.AppImage" class="button download-button" onclick="window.kol_modal_220933.show()" ga('send',="" {="" hittype:="" 'event',="" eventcategory:="" 'download',="" eventaction:="" eventlabel:="" 'ubuntu'="" });="">Ubuntu</a>
</span>
<span class="download-button-label">
<a href="https://download.atomicwallet.io/atomicwallet.AppImage" class="button download-button" onclick="window.kol_modal_220933.show()" ga('send',="" {="" hittype:="" 'event',="" eventcategory:="" 'download',="" eventaction:="" eventlabel:="" 'ubuntu'="" });="">Download</a>
</span>
</div>
<div class="download-item download-item-debian hvr-grow" data-download="debian">
<a href="https://download.atomicwallet.io/atomicwallet.deb" onclick="window.kol_modal_220933.show()"><img src="css/images/logo-debian.svg" alt="" class="download-item-img-color"></a>
<img src="css/images/logo-debian-color.svg" alt="" class="download-item-img">
<span class="download-name">
<a href="https://download.atomicwallet.io/atomicwallet.deb" class="button download-button" onclick="window.kol_modal_220933.show()" ga('send',="" {="" hittype:="" 'event',="" eventcategory:="" 'download',="" eventaction:="" eventlabel:="" 'debian'="" });="">Debian</a>
</span>
<span class="download-button-label">
<a href="https://download.atomicwallet.io/atomicwallet.deb" class="button download-button" onclick="window.kol_modal_220933.show()" ga('send',="" {="" hittype:="" 'event',="" eventcategory:="" 'download',="" eventaction:="" eventlabel:="" 'debian'="" });="">Download</a>
</span>
</div>
<div class="download-item download-item-fedora hvr-grow" data-download="fedora">
<a href="https://download.atomicwallet.io/atomicwallet.rpm" onclick="window.kol_modal_220933.show()"><img src="css/images/logo-fedora.svg" alt="" class="download-item-img-color"></a>
<img src="css/images/logo-fedora-color.svg" alt="" class="download-item-img">
<span class="download-name">
<a href="https://download.atomicwallet.io/atomicwallet.rpm" class="button download-button" onclick="window.kol_modal_220933.show()" ga('send',="" {="" hittype:="" 'event',="" eventcategory:="" 'download',="" eventaction:="" eventlabel:="" 'fedora'="" });="">Fedora</a>
</span>
<span class="download-button-label">
<a href="https://download.atomicwallet.io/atomicwallet.rpm" class="button download-button" onclick="window.kol_modal_220933.show()" ga('send',="" {="" hittype:="" 'event',="" eventcategory:="" 'download',="" eventaction:="" eventlabel:="" 'fedora'="" });="">Download</a>
</span>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="footer-new">
<div class="container relative">
<div class="footer-row">
<div class="footer-new-left">
<a href="/"><img src="css/images/logo.png" alt class="footer-new-logo"></a><br>
<a href="mailto:hello@atomicwallet.io" class="footer-new-email f-light">hello@atomicwallet.io</a><br>
<div class="footer-new-soc">
<a href="https://twitter.com/atomicwallet" target="_blank">
<img src="css/images/top_twitter.svg">
</a>
<a href="https://t.me/atomicwalletchat" target="_blank">
<img src="css/images/top_telegram.svg">
</a>
<a href="https://github.com/Atomicwallet" target="_blank">
<img src="css/images/top_github.svg">
</a>
<a href="https://medium.com/@atomicwallet" target="_blank">
<img src="css/images/top_medium.svg">
</a>
<a href="https://www.reddit.com/user/atomicwallet/" target="_blank">
<img src="css/images/top_reddit.svg">
</a>
<a href="https://www.facebook.com/atomicwallet" target="_blank">
<img src="css/images/top_facebook.svg">
</a>
<a href="http://atomicwallet.slack.com" target="_blank">
<img src="css/images/icons/top_slack.svg" alt>
</a>
</div>
</div>
<div class="footer-new-right">
<div class="footer-new-cols">
<div class="footer-new-col">
<div class="footer-new-col-title">Atomic wallet</div>
<ul class="f-light">
<li><a href="https://atomicwallet.io">Product</a></li>
<li><a href="https://atomicwallet.io/token">Token</a></li>
<li><a href="https://atomicwallet.io/list">Assets status</a></li>
</ul>
</div>
<div class="footer-new-col">
<div class="footer-new-col-title">Information</div>
<ul class="f-light">
<li><a href="https://download.atomicwallet.io/atomicwallet-whitepaper.pdf">White paper</a></li>
<li><a href="https://download.atomicwallet.io/atomicwallet-features.pdf">Marketing one pager</a></li>
<li><a href="https://download.atomicwallet.io/atomicwallet-AWC-token.pdf">AWC token one pager</a></li>
<li><a href="https://download.atomicwallet.io/atomicwallet-technical-details.pdf">Technical one pager</a></li>
<li><a href="https://atomicwallet.io/terms-of-service">Terms of service</a></li>
<li><a href="https://atomicwallet.io/privacy">Privacy policy</a></li>
</ul>
</div>
<div class="footer-new-col">
<div class="footer-new-col-title">Crypto</div>
<ul class="f-light">
<li><a href="#">Bitcoin (BTC)</a></li>
<li><a href="#">Litecoin (LTC)</a></li>
<li><a href="https://atomicwallet.io/xmr">Monero (XMR)</a></li>
<li><a href="https://atomicwallet.io/xrp">Ripple (XRP)</a></li>
<li><a href="https://atomicwallet.io/dash">DASH (DASH)</a></li>
<li><a href="https://atomicwallet.io/list">More...</a></li>
</ul>
</div>
<div class="footer-new-col">
<div class="footer-new-col-title">Support</div>
<ul class="f-light">
<li><a href="https://atomicwallet.freshdesk.com/support/home">FAQ</a></li>
<li><a href="https://atomicwallet.freshdesk.com/support/tickets/new">Submit a ticket</a></li>
<li><a href="https://t.me/atomicwalletchat">Chat</a></li>
<li><a href="mailto:hello@atomicwallet.io">Listing asset</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</footer>
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/jquery.touchSwipe.js"></script>
<script src="js/app.js"></script>
</body>
</html>