forked from tominop/atomicwallet.github.io
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathethclassic.html
More file actions
291 lines (269 loc) · 19.8 KB
/
ethclassic.html
File metadata and controls
291 lines (269 loc) · 19.8 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
<!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="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" 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/ETC.svg" class="item-page-image">
<h1>Ethereum Classic (ETC)</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">
<h2 style="text-align: center; padding: 20px 0px 10px 0px; margin:0;">Ethereum Classic has been added to Atomic Wallet</h2>
<p>We are happy to announce adding Ethereum Classiс (ETC) to Atomic Wallet!
Now you can manage your ETC portfolio in a secure and decentralized way.</p>
<div class="item-page-image-template">
<div class="item-page-image-template-container">
<img src="https://cdn-images-1.medium.com/max/800/1*XPMAdv-W9Ru9WPrNt2F8dA.png" alt="">
</div>
</div>
<h2>Why ETC is so important to us?</h2>
<p>1. Ethereum Classic is included in the top 15 assets by market capitalization, according to www.coinmarketcap.com</p>
<p>2. ETC is traded on most of the largest exchanges, also ETC / USD and ETC / BTC pairs are always among the most popular.</p>
<p>3. And, of course, the main thing: ETC has a great community of supporters!</p>
<div class="item-page-image-template">
<div class="item-page-image-template-container">
<img src="https://cdn-images-1.medium.com/max/800/1*Sy1ex0j_TKw-BSwATPm1BA.png" alt="">
</div>
</div>
<p>First of all, these currencies are similar, but not identical.</p>
<p>Ethereum Classic (ETC) is a cryptocurrency that was the result of a hard fork of the Ethereum network in July 2016. To understand the differences between ETH and ETC, it is necessary to recall one case:</p>
<p><cite><i>There was a smart contract running on the Ethereum blockchain called DAO (Distributed Autonomous Organization) used as a venture-capital fund for crypto-related projects. This contract included millions of ETH, and due to a bug in the contract’s code, there was an exploit which a hacker used to drain the ETH balance of the smart contract. He stole millions of dollars in seconds!</i></p></cite>
<p>After this, the developers and community came together and decided that the best course of action was to enact a fork that reverted this enormous theft. This forked chain is what became Ethereum (ETH) and the old chain, where the hack was never reversed, is Ethereum Classic (ETC).</p>
<p>Most of the Ethereum community and developers migrated to the new chain, which is where most development takes place these days. This also explains the higher market valuation on ETH compared to ETC.
You can read more about <a href="https://ethereumclassic.org/">Ethereum Classic here.</a></p>
<div class="item-page-image-template">
<div class="item-page-image-template-container">
<img src="https://cdn-images-1.medium.com/max/800/1*PNMXJ8oAMvy3KslLmZ7bEA.png" alt="">
</div>
</div>
<p>Q: What Is A Hard Fork?</p>
<p>— The primary difference between a soft fork and hard fork is that it is not backward compatible. Once it is utilized, there is absolutely no going back whatsoever. If you do not join the upgraded version of the blockchain, then you do not get access to any of the new updates or interact with users of the new system whatsoever.</p>
<p>Q: When will Ethereum Classic Atomic Swaps be available?</p>
<p>— Ethereum Classic Atomic Swaps is in our main goals, and we want to add it this summer!</p>
<p>Q: What assets are you adding next?</p>
<p>— We have plans to add all the major coins and tokens, and also develop the Atomic Swaps functionality for all these assets</p>
<img src="">
<div class="item-page-download">
<div class="item-page-download-title">Download Atomic Wallet with ETC</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>