forked from dogecoin/dogecoin.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·556 lines (523 loc) · 36.2 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
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
<!DOCTYPE html>
<html>
<head>
<!--
__ _
____/ /___ ____ ____ _________ (_)___
/ __ / __ \/ __ `/ _ \/ ___/ __ \/ / __ \
/ /_/ / /_/ / /_/ / __/ /__/ /_/ / / / / /
\__,_/\____/\__, /\___/\___/\____/_/_/ /_/
/____/
so markup. very website. wow.
-->
<!-- Meta -->
<title>Dogecoin</title>
<meta charset="utf-8">
<meta content="Dogecoin is an open source peer-to-peer digital currency, favored by Shiba Inus worldwide." name="description">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<!-- Scripts -->
<script src="//code.jquery.com/jquery-1.11.2.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/fitvids/1.0.1/jquery.fitvids.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/FitText.js/1.1/jquery.fittext.min.js"></script>
<!-- Internationalization -->
<script src="/js/jquery.i18n/jquery.i18n.js"></script>
<script src="/js/jquery.i18n/jquery.i18n.messagestore.js"></script>
<script src="/js/jquery.i18n/jquery.i18n.fallbacks.js"></script>
<script src="/js/jquery.i18n/jquery.i18n.language.js"></script>
<script src="/js/jquery.i18n/jquery.i18n.parser.js"></script>
<script src="/js/jquery.i18n/jquery.i18n.emitter.js"></script>
<script src="/js/jquery.i18n/languages/bs.js"></script>
<script src="/js/jquery.i18n/languages/dsb.js"></script>
<script src="/js/jquery.i18n/languages/fi.js"></script>
<script src="/js/jquery.i18n/languages/ga.js"></script>
<script src="/js/jquery.i18n/languages/he.js"></script>
<script src="/js/jquery.i18n/languages/hsb.js"></script>
<script src="/js/jquery.i18n/languages/hu.js"></script>
<script src="/js/jquery.i18n/languages/hy.js"></script>
<script src="/js/jquery.i18n/languages/la.js"></script>
<script src="/js/jquery.i18n/languages/ml.js"></script>
<script src="/js/jquery.i18n/languages/os.js"></script>
<script src="/js/jquery.i18n/languages/ru.js"></script>
<script src="/js/jquery.i18n/languages/sl.js"></script>
<script src="/js/jquery.i18n/languages/uk.js"></script>
<script src="/js/dogecoin-i18n.js"></script>
<!-- HTML5 Shiv -->
<!--[if lt IE 9]>
<script src="http://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7/html5shiv.min.js"></script>
<![endif]-->
<!-- Bootstrap -->
<link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
<!-- CSS -->
<link href='//fonts.googleapis.com/css?family=Open+Sans:400,700%7COswald' rel='stylesheet' type='text/css'>
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" href="/css/font-mfizz/font-mfizz.css" type="text/css"/>
<link rel="stylesheet" type="text/css" href="/css/dogecoin.css">
</head>
<body>
<!-- Header -->
<div class="text-center bgheader">
<div class="padheader">
<div class="resp-screen">
<h1 data-i18n="dgc-title-caps" class="dogefont dogefont-header">DOGECOIN</h1>
<div class="logo-container logo center-block">
<img class="watch-video" src="/imgs/such-video.png" alt="Watch Video">
<img src="/imgs/dogecoin-300.png" alt="Dogecoin Logo">
</div>
<h4 data-i18n="dgc-header-desc" class="header-desc">Dogecoin is an open source peer-to-peer digital currency, favored by Shiba Inus worldwide.</h4>
<!-- Buttons -->
<h3 data-i18n="dgc-start-using" class="dogefont dogefont-start">START USING DOGECOIN TODAY:</h3>
<div class="downloads">
<button class="btn btn-md btn-info wallet-button" data-toggle="modal" data-target="#windows-wallet-modal"><span class="fa fa-windows"></span> <span data-i18n="dgc-wallet-windows">Windows</span></button>
<button class="btn btn-md btn-default wallet-button" data-toggle="modal" data-target="#osx-wallet-modal"><span class="fa fa-apple"></span> <span data-i18n="dgc-wallet-osx">OS X</span></button>
<button class="btn btn-md btn-primary wallet-button" data-toggle="modal" data-target="#linux-wallet-modal"><span class="fa fa-linux"></span> <span data-i18n="dgc-wallet-linux">Linux</span></button>
<button class="btn btn-md btn-ios wallet-button" data-toggle="modal" data-target="#ios-wallet-modal"><span class="fa fa-mobile-phone"></span> <span data-i18n="dgc-wallet-ios">iOS</span></button>
<button class="btn btn-md btn-android wallet-button" data-toggle="modal" data-target="#android-wallet-modal"><span class="fa fa-android"></span> <span data-i18n="dgc-wallet-android">Android</span></button>
<a class="btn btn-md btn-blackberry wallet-button" href="http://appworld.blackberry.com/webstore/content/47952864" target="_blank"><span class="icon-blackberry"></span> <span data-i18n="dgc-wallet-blackberry">Blackberry</span></a>
<button class="btn btn-md btn-warning wallet-button" data-toggle="modal" data-target="#browser-modal"><span class="fa fa-cloud"></span> <span data-i18n="dgc-wallet-browser">Browser</span></button>
<a class="btn btn-md btn-danger wallet-button" href="https://github.com/dogecoin/dogecoin" target="_blank"><span class="fa fa-github"></span> <span data-i18n="dgc-wallet-source">Source</span></a>
</div>
</div>
<div class="bottombar">
<a id="scroll-button" href="#1" title="Click to scroll down"><img src="/imgs/scrolldown.png" width="45" height="45" alt="Scroll Down Button"></a>
</div>
</div>
</div>
<!-- 1st Info Container -->
<div class="bginfo-one">
<div class="container">
<div class="row">
<div class="padinfo-one">
<a id="1"></a>
<div class="col-md-4 text-center">
<img src="/imgs/doge.png" alt="Doge">
</div>
<div class="col-md-8" class="white-text">
<h1 class="fit-h1 white-text"><strong data-i18n="dgc-what-is-doge">What is Dogecoin?</strong></h1>
<p data-i18n="dgc-quick-desc" class="white-text">Dogecoin is a decentralized, peer-to-peer digital currency that enables you to easily send money online. Think of it as "the internet currency."</p>
<h4 class="white-text"><a href="/getting-started"><strong data-i18n="dgc-get-started-now">Get Started Now</strong></a> | <a style="cursor: pointer;" data-toggle="modal" data-target="#learnmore-modal"><strong data-i18n="dgc-learn-more">Learn More</strong></a></h4>
<hr class="hr-white">
<h2 class="fit-h2 white-text"><strong data-i18n="dgc-what-with-dog">What's with Dogecoin and the dog?</strong></h2>
<p data-i18n="dgc-doge-explained" class="white-text">"Doge" is our fun, friendly mascot! The Shiba Inu is a Japanese breed of dog that was popularized as an online meme and it represents Dogecoin.</p>
<h4 class="fit-h4-2 white-text"><a href="http://knowyourmeme.com/memes/doge" target="_blank"><strong data-i18n="dgc-doge-learn">Learn more about Doge</strong></a> | <a href="http://en.wikipedia.org/wiki/Shiba_Inu" target="_blank"><strong data-i18n="dgc-shiba-inu">Shiba Inu</strong></a></h4>
</div>
</div>
</div>
</div>
</div>
<!-- 2nd Info Container -->
<div class="bginfo-two">
<div class="container">
<div class="row">
<div class="padinfo-two">
<div class="col-md-8">
<h1 class="fit-h1 white-text"><strong data-i18n="dgc-fun-currency">The fun and friendly internet currency.</strong></h1>
<p data-i18n="dgc-set-apart" class="white-text">Dogecoin sets itself apart from other digital currencies with an amazing, vibrant community made up of friendly folks just like you.</p>
<h4 class="fit-h4-1 white-text"><a href="http://www.reddit.com/r/dogecoin" target="_blank"><strong data-i18n="dgc-reddit">Reddit Community</strong></a> | <a href="http://foundation.dogecoin.com" target="_blank"><strong data-i18n="dgc-foundation">Dogecoin Foundation</strong></a></h4>
</div>
<div class="col-md-4 youtube-alt">
<div class="youtube-video">
<iframe style="border:none" width="400" height="225" src="//www.youtube.com/embed/000al7ru3ms" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- 3rd Info Container -->
<div class="bginfo-three">
<div class="container">
<div class="row">
<div class="padinfo-three">
<div class="col-md-4 text-center">
<img src="/imgs/dogecoin_mobilewallet.png" alt="Mobile Wallet" />
</div>
<div class="col-md-8" class="white-text">
<h1 class="fit-h1 white-text"><strong data-i18n="dgc-getting-started">How to get started with Dogecoin.</strong></h1>
<p data-i18n="dgc-setup-wallet" class="white-text">Setting up a Dogecoin wallet is as <strong>easy</strong> as 1, 2, 3. Seriously! Check out our Getting Started guide below.</p>
<h4><a href="/getting-started" class="white-text"><strong data-i18n="dgc-get-started-now">Get Started Now</strong></a></h4>
<hr class="hr-white">
<p data-i18n="dgc-grow-community" class="white-text">Once you're done, join in on the fun as part of our growing community! <br /> We're a helpful bunch of people and we'll answer any questions that you throw at us!</p>
<h4><a href="http://www.reddit.com/r/dogecoin" class="white-text"><strong data-i18n="dgc-reddit">Reddit Community</strong></a></h4>
</div>
</div>
</div>
</div>
</div>
<!-- Footer -->
<div class="container footer-padding">
<footer>
<div class="text-center">
<div class="row">
<h1 data-i18n="dgc-footer-waiting" class="fit-h1"><strong>So what are you waiting for?</strong> Start using Dogecoin today!</h1>
<div class="btn-rowpad">
<div class="col-md-3">
<a class="btn btn-default btn-circle" href="/getting-started"><span class="fa fa-rocket fa-5x circle-center"></span></a>
<h3 data-i18n="dgc-footer-getting-started">Getting Started.</h3>
<h5 data-i18n="dgc-footer-learn-how">Learn how to use Dogecoin.</h5>
</div>
<div class="col-md-3 btn-padding">
<a class="btn btn-default btn-circle" data-toggle="modal" data-target="#community-modal"><span class="fa fa-users fa-5x circle-center"></span></a>
<h3 data-i18n="dgc-community-title">Community.</h3>
<h5 data-i18n="dgc-community-participate">Participate in the community.</h5>
</div>
<div class="col-md-3 btn-padding">
<a class="btn btn-default btn-circle" data-toggle="modal" data-target="#exchanges-modal"><span class="fa fa-exchange fa-5x circle-center"></span></a>
<h3 data-i18n="dgc-get-dogecoin-title">Get Dogecoin.</h3>
<h5 data-i18n="dgc-get-dogecoin-how">Find out how to get Dogecoin.</h5>
</div>
<div class="col-md-3 btn-padding">
<a class="btn btn-default btn-circle" data-toggle="modal" data-target="#stores-modal"><span class="fa fa-shopping-cart fa-5x circle-center"></span></a>
<h3 data-i18n="dgc-stores-title">Stores.</h3>
<h5 data-i18n="dgc-stores-buy">Buy with Dogecoin.</h5>
</div>
</div>
</div>
<hr>
<h5 data-i18n="dgc-footer-credits">Created by <a href="http://www.ummjackson.com" target="_blank">Jackson Palmer</a> & <a href="https://twitter.com/BillyM2k" target="_blank">Shibetoshi Nakamoto</a>. Website Design by <a href="https://www.reddit.com/user/PowerLemons/" target="_blank">/u/PowerLemons</a>. Logo by <a href="http://christinemix.com" target="_blank">Christine Ricks</a>.</h5>
<h5 data-i18n="dgc-footer-copyright">© The Ðogecoin Project</h5>
</div>
</footer>
</div>
<!-- Modals -->
<div class="modal fade" id="browser-modal" tabindex="-1" role="dialog" aria-labelledby="browser-modal-lable" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-body">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 data-i18n="dgc-browser-modal-title" class="modal-title dogefont" id="browser-modal-lable">CHOOSE AN ONLINE WALLET:</h4>
<h5 data-i18n="dgc-browser-modal-online">Online wallets are the quickest and easiest way to use Dogecoin, but lack the security of storing your wallet on your local computer. <br/><br/>We recommend you only store a small amount of Dogecoin in an online wallet at any time. <br/>There are several browser-based wallets available to choose from:</h5>
<ul>
<li><a data-i18n="dgc-browser-modal-dogechain" href="https://my.dogechain.info/#/overview" target="_blank">DogeChain Wallet</a></li>
<li><a data-i18n="dgc-browser-modal-holytransaction" href="https://holytransaction.com/" target="_blank">HolyTransaction</a></li>
<li><a data-i18n="dgc-browser-modal-blockio" href="https://www.block.io/" target="_blank">Block.io</a></li>
</ul>
<h5 data-i18n="dgc-browser-modal-online-disclaimer" class="note"><strong>Note:</strong> These online wallets are not owned or maintained by Dogecoin or the Dogecoin Foundation. While we think the entities behind them are trustworthy - please use at your own risk.</h5>
</div>
</div>
</div>
</div>
<div class="modal fade" id="learnmore-modal" tabindex="-1" role="dialog" aria-labelledby="learnmore-modal-lable" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-body">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 data-i18n="dgc-learnmore-modal-title" class="modal-title dogefont" id="learnmore-modal-lable">LEARN MORE:</h4>
<h5><span data-i18n="dgc-learnmore-modal-dogeisfun">Dogecoin is a fun, new and rapidly growing form of digital currency. </span><br/><span data-i18n="dgc-learnmore-modal-crypto">This form of digital currency is called "cryptocurrency"; a type of digital currency.</span><br/><span data-i18n="dgc-learnmore-modal-anonymous">Cryptocurrency is completely anonymous, decentralized, and extremely secure. </span><br/><br/><span data-i18n="dgc-learnmore-modal-wallet">Dogecoin is used with a wallet on your computer, your smartphone, or a website. </span><br/><span data-i18n="dgc-learnmore-modal-uses">You can use it to buy goods and services, or trade it for other currencies (both other cryptocurrencies or traditional currency like US dollars). </span><br/><br/><span data-i18n="dgc-learnmore-modal-tipping">One of the most popular uses for Dogecoin is "tipping" fellow internet-goers who create or share great content. Think of it as a more meaningful "like" or upvote, with real value that can be used all across the internet. </span><br/><br/><span data-i18n="dgc-learnmore-modal-very-easy">It is very easy to start using Dogecoin.</span></h5>
<ul>
<li data-i18n="dgc-learnmore-modal-step1"><strong>Step 1:</strong> Get A Wallet.</li>
<li data-i18n="dgc-learnmore-modal-step2"><strong>Step 2:</strong> Get Some Dogecoin.</li>
<li data-i18n="dgc-learnmore-modal-step3"><strong>Step 3:</strong> Use Your Dogecoin.</li>
<li data-i18n="dgc-learnmore-modal-step4"><strong>Step 4:</strong> Stay Up-to-Date.</li>
</ul>
<h5 data-i18n="dgc-learnmore-modal-more-info">More information in the guide below.</h5>
<h5><a data-i18n="dgc-learnmore-modal-getting-started" href="/getting-started">Getting Started Guide</a></h5>
</div>
</div>
</div>
</div>
<div class="modal fade" id="community-modal" tabindex="-1" role="dialog" aria-labelledby="community-modal-lable" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-body">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 data-i18n="dgc-community-modal-title" class="modal-title dogefont" id="community-modal-lable">COMMUNITY:</h4>
<h5 data-i18n="dgc-community-modal-get-involved">Get involved with Dogecoin! <br/><br/><span data-i18n="dgc-community-modal-participate">Participate in our Reddit community, chat on our IRC (Internet Chat) channel, or have fun on our forums.</span></h5>
<ul>
<li><a data-i18n="dgc-reddit" href="http://www.reddit.com/r/dogecoin" target="_blank">Reddit Community</a><span data-i18n="dgc-community-modal-reddit-desc"> - The Main Hotspot of the Dogecoin Community.</span></li>
<li><a data-i18n="dgc-community-modal-irc" href="http://webchat.freenode.net/?nick=Shibe..&channels=%23dogecoin&prompt=1" target="_blank">#dogecoin IRC</a><span data-i18n="dgc-community-modal-irc-desc"> - Dogecoin-based Internet Chat.</span></li>
</ul>
<h5><span data-i18n="dgc-community-modal-friendly">We are friendly, and we will be happy to answer any Dogecoin-related questions. </span><br/><span data-i18n="dgc-community-modal-not-bite">Try us, we promise we won't bite!</span></h5>
</div>
</div>
</div>
</div>
<div class="modal fade" id="exchanges-modal" tabindex="-1" role="dialog" aria-labelledby="exchanges-modal-lable" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-body">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 data-i18n="dgc-exchanges-modal-title" class="modal-title dogefont" id="exchanges-modal-lable">GET DOGECOIN:</h4>
<h5><span data-i18n="dgc-exchanges-modal-many-ways">There are numerous amounts of ways to get Dogecoin. You can buy them, trade for them, get tipped, "mine" them, and more. They are surprisingly endless! </span><br/><br/><span data-i18n="dgc-exchanges-modal-tipped">You can get tipped Dogecoin by participating in <a href="http://www.reddit.com/r/dogecoin">our community</a>. If that's not your style, the easiest way to have your first Dogecoin is to get them from a faucet. </span><br/><br/><span data-i18n="dgc-exchanges-modal-faucet-faq">A Faucet is a website which gives you a small amount of Dogecoin for free to introduce you to the currency! All you need is your Dogecoin address. </span><br/><br/><span data-i18n="dgc-exchanges-modal-faucet-sites">Here are a couple Dogecoin faucets:</span></h5>
<ul>
<li><a data-i18n="dgc-exchanges-modal-dogefaucet" href="http://www.dogefaucet.com/" target="_blank">Dogefaucet.com</a><span data-i18n="dgc-exchanges-modal-dogefaucet-desc"> - Enter your address to get some free Dogecoin.</span></li>
<li><a data-i18n="dgc-exchanges-modal-indogewetrust" href="http://indogewetrust.com/" target="_blank">InDogeWeTrust.com</a><span data-i18n="dgc-exchanges-modal-indogewetrust-desc"> - Same as Dogefaucet.</span></li>
</ul>
<!--<h5><span data-i18n="dgc-exchanges-modal-exchanges">You can also buy them or exchange for them with regular money. This is an easy way to get Dogecoin. </span><br/><br/><span data-i18n="dgc-exchanges-modal-list">Here are some trusted Dogecoin exchanges:</span></h5>
<ul>
<li><a data-i18n="dgc-exchanges-modal-weselldoge" href="https://www.weselldoges.com/" target="_blank">WeSellDoges</a><span data-i18n="dgc-exchanges-modal-weselldoge-desc"> (PayPal)</span></li>
</ul>-->
<h5><span data-i18n="dgc-exchanges-modal-mining">You can also get Dogecoin by "mining" it. Mining is when you use your computer to process Dogecoin transactions by other people, and in return you get Dogecoin. </span><br/><br/><span data-i18n="dgc-exchanges-modal-mining-howto">Mining is intended for advanced users only, as it requires a lot of technical knowledge to do. If you are interested, <a href="http://dogecointutorial.com/mining.html" target="_blank">read more here</a>.</span></h5>
<h5 data-i18n="dgc-exchanges-modal-disclaimer" class="note"><strong>Note:</strong> These online faucets and exchanges are not owned or maintained by Dogecoin or the Dogecoin Foundation. While we are satisfied they are trustworthy, reliable services - please use at your own risk.</h5>
</div>
</div>
</div>
</div>
<div class="modal fade" id="stores-modal" tabindex="-1" role="dialog" aria-labelledby="stores-modal-lable" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-body">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 data-i18n="dgc-stores-modal-title" class="modal-title dogefont" id="stores-modal-lable">STORES:</h4>
<h5><span data-i18n="dgc-stores-modal-shop-online">You can shop for goods online with Dogecoin. </span><br/><br/><span data-i18n="dgc-stores-modal-sale">Dogecoin is safe during checkout, because you don't put down any sensitive bank information! Just send your Dogecoin to the address specified by the merchant, and then you'll have your item processed and ready for delivery in an instant! </span><br/><br/><span data-i18n="dgc-stores-modal-businesses">Here are some businesses that accept Dogecoin:</span></h5>
<ul>
<li><a data-i18n="dgc-stores-modal-bitcoinshop" href="http://www.bitcoinshop.us/" target="_blank">BitcoinShop.us</a></li>
<!-- <li><a data-i18n="dgc-stores-modal-dogeoutlet" href="https://dogeoutlet.com/" target="_blank">DogeOutlet</a></li> -->
</ul>
<!-- <h5 data-i18n="dgc-stores-modal-directories">If that isn't enough, you can look at the Dogecoin Business Directories below.</h5>
<h5><a data-i18n="dgc-stores-modal-dogedir" href="http://dogedir.com/" target="_blank">Dogedir</a><span data-i18n="dgc-stores-modal-dogedir-desc"> - Dogecoin Business Directory.</span><br><a data-i18n="dgc-stores-modal-dogecoin-link" href="http://dogecoin.link/" target="_blank">Dogecoin.link</a><span data-i18n="dgc-stores-modal-dogecoin-link-desc"> - User-generated Dogecoin Directory.</span></h5>-->
<h5 data-i18n="dgc-stores-modal-disclaimer" class="note"><strong>Note:</strong> These online shops and business directories are not owned or maintained by Dogecoin or the Dogecoin Foundation. While we are satisfied they are trustworthy, reliable services - please use at your own risk.</h5>
</div>
</div>
</div>
</div>
<div class="modal fade" id="windows-wallet-modal" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-body text-center">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h2 data-i18n="dgc-windows-wallet-modal-title" class="modal-title dogefont">CHOOSE YOUR WALLET.</h2>
<br/>
<div class="row">
<div class="col-md-6">
<img src="/imgs/multidoge.png" alt="MultiDoge">
<a href="http://multidoge.org/?dl=win">
<h4 data-i18n="dgc-windows-wallet-modal-multidoge">MultiDoge.</h4>
</a>
<h5 data-i18n="dgc-windows-wallet-modal-multidoge-desc">The Dogecoin Light Wallet.</h5>
</div>
<div class="col-md-6">
<img src="/imgs/dogecoin-300.png" width="150" height="150" alt="Dogecoin Core">
<a href="https://github.com/dogecoin/dogecoin/releases/download/v1.10.0/dogecoin-1.10.0-win32-setup-unsigned.exe">
<h4 data-i18n="dgc-windows-wallet-modal-dogecoin-core-32bit">Dogecoin Core. (32 bit)</h4>
</a>
<a href="https://github.com/dogecoin/dogecoin/releases/download/v1.10.0/dogecoin-1.10.0-win64-setup-unsigned.exe">
<h4 data-i18n="dgc-windows-wallet-modal-dogecoin-core-64bit">Dogecoin Core. (64 bit)</h4>
</a>
<h5 data-i18n="dgc-windows-wallet-modal-dogecoin-core-desc">The Dogecoin "Full" Wallet.</h5>
<a href="http://www.reddit.com/r/dogecoin/wiki/dogecoincoreguide" target="_blank">
<h5 data-i18n="dgc-windows-wallet-modal-dogecoin-core-guide">Community-maintained user manual</h5>
</a>
</div>
</div>
<h4 data-i18n="dgc-windows-wallet-modal-getting-started">Learn how to set up your wallet with the <a href="/getting-started" target="_blank">Getting Started Guide</a>.</h4>
<hr>
<div class="panel-group">
<div class="panel panel-default">
<div class="panel-heading">
<h3 data-i18n="dgc-windows-wallet-modal-differences" class="panel-title">What are the differences between the two?</h3>
</div>
<div class="panel-collapse collapse in">
<div class="panel-body">
<h4 data-i18n="dgc-windows-wallet-modal-sync">You have to sync with the blockchain to use Dogecoin. <br/><span data-i18n="dgc-windows-wallet-modal-ledger">This means, you need the Dogecoin "ledger" to use Dogecoin.</span></h4>
<h4 data-i18n="dgc-windows-wallet-modal-light-wallet">MultiDoge is a "light" wallet. It syncs with the blockchain by "skimming" through the blockchain, providing fast sync times.</h4>
<h4 data-i18n="dgc-windows-wallet-modal-full-wallet">Dogecoin Core, on the other hand, is a "full" wallet. It syncs by downloading it, providing a solid-working Dogecoin wallet.</h4>
</div>
</div>
</div>
<br/>
<div class="panel panel-default">
<div class="panel-heading">
<h3 data-i18n="dgc-windows-wallet-modal-prosandcons" class="panel-title">Advantages and Disadvantages?</h3>
</div>
<div class="panel-collapse collapse in">
<div class="panel-body">
<h4 data-i18n="dgc-windows-wallet-modal-different-strokes">Both wallets have their advantages and disadvantages.</h4>
<h4 data-i18n="dgc-windows-wallet-modal-multidoge-pro">MultiDoge is a light wallet, so it only needs to "skim" through the blockchain before it becomes usable. This is done quickly.</h4>
<h4 data-i18n="dgc-windows-wallet-modal-multidoge-con">But the wallet should only be for normal use. It <strong>cannot</strong> be used to mine Dogecoin, as the wallet will become slow and unresponsive if used this way.</h4>
<h4 data-i18n="dgc-windows-wallet-modal-dogecoin-core-con">Dogecoin Core on the other hand, downloads the entire blockchain. Its initial sync is significantly slower compared to MultiDoge, and it takes up a lot more space.</h4>
<h4 data-i18n="dgc-windows-wallet-modal-dogecoin-core-pro">But this comes at an advantage. It is safe to mine Dogecoin with this wallet, as it will be able to handle the transactions from payouts. It will also help maintain the Dogecoin network.</h4>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="modal fade" id="osx-wallet-modal" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-body text-center">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h2 data-i18n="dgc-windows-wallet-modal-title" class="modal-title dogefont">CHOOSE YOUR WALLET.</h2>
<br/>
<div class="row">
<div class="col-md-6">
<img src="/imgs/multidoge.png" alt="MultiDoge">
<a href="http://multidoge.org/?dl=osx">
<h4 data-i18n="dgc-windows-wallet-modal-multidoge">MultiDoge.</h4>
</a>
<h5 data-i18n="dgc-windows-wallet-modal-multidoge-desc">The Dogecoin Light Wallet.</h5>
</div>
<div class="col-md-6">
<img src="/imgs/dogecoin-300.png" width="150" height="150" alt="Dogecoin Core">
<a href="https://github.com/dogecoin/dogecoin/releases/download/v1.10.0/dogecoin-1.10.0-osx-signed.dmg">
<h4 data-i18n="dgc-osx-wallet-modal-dogecoin-core">Dogecoin Core.</h4>
</a>
<h5 data-i18n="dgc-windows-wallet-modal-dogecoin-core-desc">The Dogecoin "Full" Wallet.</h5>
<a href="http://www.reddit.com/r/dogecoin/wiki/dogecoincoreguide" target="_blank">
<h5 data-i18n="dgc-windows-wallet-modal-dogecoin-core-guide">Community-maintained user manual</h5>
</a>
</div>
</div>
<h4 data-i18n="dgc-windows-wallet-modal-getting-started">Learn how to set up your wallet with the <a href="/getting-started" target="_blank">Getting Started Guide</a>.</h4>
<hr>
<div class="panel-group">
<div class="panel panel-default">
<div class="panel-heading">
<h3 data-i18n="dgc-windows-wallet-modal-differences" class="panel-title">What are the differences between the two?</h3>
</div>
<div class="panel-collapse collapse in">
<div class="panel-body">
<h4 data-i18n="dgc-windows-wallet-modal-sync">You have to sync with the blockchain to use Dogecoin. <br/><span data-i18n="dgc-windows-wallet-modal-ledger">This means, you need the Dogecoin "ledger" to use Dogecoin.</span></h4>
<h4 data-i18n="dgc-windows-wallet-modal-light-wallet">MultiDoge is a "light" wallet. It syncs with the blockchain by "skimming" through the blockchain, providing fast sync times.</h4>
<h4 data-i18n="dgc-windows-wallet-modal-full-wallet">Dogecoin Core, on the other hand, is a "full" wallet. It syncs by downloading it, providing a solid-working Dogecoin wallet.</h4>
</div>
</div>
</div>
<br/>
<div class="panel panel-default">
<div class="panel-heading">
<h3 data-i18n="dgc-windows-wallet-modal-prosandcons" class="panel-title">Advantages and Disadvantages?</h3>
</div>
<div class="panel-collapse collapse in">
<div class="panel-body">
<h4 data-i18n="dgc-windows-wallet-modal-different-strokes">Both wallets have their advantages and disadvantages.</h4>
<h4 data-i18n="dgc-windows-wallet-modal-multidoge-pro">MultiDoge is a light wallet, so it only needs to "skim" through the blockchain before it becomes usable. This is done quickly.</h4>
<h4 data-i18n="dgc-windows-wallet-modal-multidoge-con">But the wallet should only be for normal use. It <strong>cannot</strong> be used to mine Dogecoin, as the wallet will become slow and unresponsive if used this way.</h4>
<h4 data-i18n="dgc-windows-wallet-modal-dogecoin-core-con">Dogecoin Core on the other hand, downloads the entire blockchain. Its initial sync is significantly slower compared to MultiDoge, and it takes up a lot more space.</h4>
<h4 data-i18n="dgc-windows-wallet-modal-dogecoin-core-pro">But this comes at an advantage. It is safe to mine Dogecoin with this wallet, as it will be able to handle the transactions from payouts. It will also help maintain the Dogecoin network.</h4>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="modal fade" id="linux-wallet-modal" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-body text-center">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h2 data-i18n="dgc-windows-wallet-modal-title" class="modal-title dogefont">CHOOSE YOUR WALLET.</h2>
<br/>
<div class="row">
<div class="col-md-6">
<img src="/imgs/multidoge.png" alt="MultiDoge">
<a href="http://multidoge.org/?dl=lin">
<h4 data-i18n="dgc-windows-wallet-modal-multidoge">MultiDoge.</h4>
</a>
<h5 data-i18n="dgc-windows-wallet-modal-multidoge-desc">The Dogecoin Light Wallet.</h5>
</div>
<div class="col-md-6">
<img src="/imgs/dogecoin-300.png" width="150" height="150" alt="Dogecoin Core">
<a href="https://github.com/dogecoin/dogecoin/releases/download/v1.10.0/dogecoin-1.10.0-linux32.tar.gz">
<h4 data-i18n="dgc-windows-wallet-modal-dogecoin-core-32bit">Dogecoin Core. (32 bit)</h4>
</a>
<a href="https://github.com/dogecoin/dogecoin/releases/download/v1.10.0/dogecoin-1.10.0-linux64.tar.gz">
<h4 data-i18n="dgc-windows-wallet-modal-dogecoin-core-64bit">Dogecoin Core. (64 bit)</h4>
</a>
<h5 data-i18n="dgc-windows-wallet-modal-dogecoin-core-desc">The Dogecoin "Full" Wallet.</h5>
<a href="http://www.reddit.com/r/dogecoin/wiki/dogecoincoreguide" target="_blank">
<h5 data-i18n="dgc-windows-wallet-modal-dogecoin-core-guide">Community-maintained user manual</h5>
</a>
</div>
</div>
<h4 data-i18n="dgc-windows-wallet-modal-getting-started">Learn how to set up your wallet with the <a href="/getting-started" target="_blank">Getting Started Guide</a>.</h4>
<hr>
<div class="panel-group">
<div class="panel panel-default">
<div class="panel-heading">
<h3 data-i18n="dgc-windows-wallet-modal-differences" class="panel-title">What are the differences between the two?</h3>
</div>
<div class="panel-collapse collapse in">
<div class="panel-body">
<h4 data-i18n="dgc-windows-wallet-modal-sync">You have to sync with the blockchain to use Dogecoin. <br/><span data-i18n="dgc-windows-wallet-modal-ledger">This means, you need the Dogecoin "ledger" to use Dogecoin.</span></h4>
<h4 data-i18n="dgc-windows-wallet-modal-light-wallet">MultiDoge is a "light" wallet. It syncs with the blockchain by "skimming" through the blockchain, providing fast sync times.</h4>
<h4 data-i18n="dgc-windows-wallet-modal-full-wallet">Dogecoin Core, on the other hand, is a "full" wallet. It syncs by downloading it, providing a solid-working Dogecoin wallet.</h4>
</div>
</div>
</div>
<br/>
<div class="panel panel-default">
<div class="panel-heading">
<h3 data-i18n="dgc-windows-wallet-modal-prosandcons" class="panel-title">Advantages and Disadvantages?</h3>
</div>
<div class="panel-collapse collapse in">
<div class="panel-body">
<h4 data-i18n="dgc-windows-wallet-modal-different-strokes">Both wallets have their advantages and disadvantages.</h4>
<h4 data-i18n="dgc-windows-wallet-modal-multidoge-pro">MultiDoge is a light wallet, so it only needs to "skim" through the blockchain before it becomes usable. This is done quickly.</h4>
<h4 data-i18n="dgc-windows-wallet-modal-multidoge-con">But the wallet should only be for normal use. It <strong>cannot</strong> be used to mine Dogecoin, as the wallet will become slow and unresponsive if used this way.</h4>
<h4 data-i18n="dgc-windows-wallet-modal-dogecoin-core-con">Dogecoin Core on the other hand, downloads the entire blockchain. Its initial sync is significantly slower compared to MultiDoge, and it takes up a lot more space.</h4>
<h4 data-i18n="dgc-windows-wallet-modal-dogecoin-core-pro">But this comes at an advantage. It is safe to mine Dogecoin with this wallet, as it will be able to handle the transactions from payouts. It will also help maintain the Dogecoin network.</h4>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="modal fade" id="android-wallet-modal" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-body text-center">
<h2 data-i18n="dgc-android-wallet-modal-title" class="modal-title dogefont">DOWNLOAD FROM GOOGLE PLAY.</h2>
<a href="https://play.google.com/store/apps/details?id=de.langerhans.wallet&utm_source=global_co&utm_medium=prtnr&utm_content=Mar2515&utm_campaign=PartBadge&pcampaignid=MKT-AC-global-none-all-co-pr-py-PartBadges-Oct1515-1" target="_blank">
<img class="badge-padding" style="height: 60px; width: 185px;" alt="Get it on Google Play" src="https://play.google.com/intl/en_us/badges/images/apps/en-play-badge.png" />
</a>
<br>
<h4 class="mobile-learn-padding" data-i18n="dgc-windows-wallet-modal-getting-started">Learn how to set up your wallet with the <a href="/getting-started" target="_blank">Getting Started Guide</a>.</h4>
<h5 class="android-apk-margin" data-i18n="dgc-android-wallet-modal-apk"><a href="https://github.com/langerhans/dogecoin-wallet-new/releases/download/1.08/wallet-1.08-aligned.apk">Direct APK Download.</a></h5>
</div>
</div>
</div>
</div>
<div class="modal fade" id="ios-wallet-modal" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-body text-center">
<h2 data-i18n="dgc-ios-wallet-modal-title" class="modal-title dogefont">DOWNLOAD FROM THE APP STORE.</h2>
<a href="https://itunes.apple.com/app/doughwallet/id951731776" target="_blank">
<img class="badge-padding" width="186" height="65" alt="Get it on the App Store" src="https://devimages.apple.com.edgekey.net/app-store/marketing/guidelines/images/badge-download-on-the-app-store.svg" />
</a>
<br>
<h4 class="mobile-learn-padding" data-i18n="dgc-windows-wallet-modal-getting-started">Learn how to set up your wallet with the <a href="/getting-started" target="_blank">Getting Started Guide</a>.</h4>
</div>
</div>
</div>
</div>
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){
i['GoogleAnalyticsObject']=r;
i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)}
,i[r].l=1*new Date();
a=s.createElement(o),
m=s.getElementsByTagName(o)[0];
a.async=1;
a.src=g;
m.parentNode.insertBefore(a,m)
}
)(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-28461406-3', 'dogecoin.com');
ga('send', 'pageview');
</script>
<!-- AddThis Smart Layers -->
<script src="http://s7.addthis.com/js/300/addthis_widget.js#pubid=xa-529f00d46dc73a67" type="text/javascript"></script>
<script type="text/javascript">
addthis.layers({
'theme' : 'transparent',
'share' : {
'position' : 'left',
'numPreferredServices' : 5
}
}
);
</script>
<script src="/js/dogecoin.min.js"></script>
</body>
</html>