-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathintro.html
executable file
·232 lines (204 loc) · 9.84 KB
/
intro.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>DARKCOIN</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Google Fonts -->
<script type="text/javascript"> WebFontConfig = { google: { families: [ 'lato' ] } }; (function() { var wf = document.createElement('script'); wf.src = ('https:' == document.location.protocol ? 'https' : 'http') + '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js'; wf.type = 'text/javascript'; wf.async = 'true'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(wf, s); })();</script>
<!--[if IE]>
<link href="http://fonts.googleapis.com/css?family=Lato" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Lato:400" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Lato:700" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Lato:300" rel="stylesheet" type="text/css">
<![endif]-->
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/theme.css" rel="stylesheet">
<link href="css/prettyPhoto.css" rel="stylesheet" type="text/css"/>
<link href="css/zocial.css" rel="stylesheet" type="text/css"/>
<link href="css/settings.css" rel="stylesheet" type="text/css"/>
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<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-48013529-1', 'darkcoin.io');
ga('send', 'pageview');
</script>
</head>
<body>
<!--header-->
<div class="header">
<div class="container">
<!--logo-->
<button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<i class="fa fa-bars"></i></button>
<div class="logo">
<a href="index.html"><img src="img/logo.png" alt="" /></a>
</div>
<!--menu-->
<nav id="main_menu">
<div class="nav-collapse collapse">
<ul class="nav nav-pills">
<li><a href="index.html">Home</a></li>
<li class="dropdown"><a href="javascript:{}">About</a>
<ul class="dropdown-menu">
<li><a href="intro.html">Introduction</a></li>
<li><a href="getstarted.html">Get started</a></li>
<li><a href="faq.html">FAQ</a></li>
</ul>
</li>
<li class="dropdown"><a href="javascript:{}">Team</a>
<ul class="dropdown-menu">
<li><a href="meetteam.html">Meet the team</a></li>
</ul>
</li>
<li class="dropdown"><a href="javascript:{}">Resources</a>
<ul class="dropdown-menu">
<li><a href="userguide.html">User guide</a></li>
<li><a href="mining.html">Mining</a></li>
<li><a href="masternodes.html">Masternodes</a></li>
</ul>
</li>
<li class="dropdown"><a href="javascript:{}">Community</a>
<ul class="dropdown-menu">
<li><a href="getinvolved.html">Get involved</a></li>
</ul>
</li>
<li class="dropdown"><a href="javascript:{}">News</a>
<ul class="dropdown-menu">
<li><a href="media.html">Media releases</a></li>
</ul>
</li>
</ul>
</div>
</nav>
</div>
</div>
<!--//header-->
<!--page-->
<!--banner-->
<div id="banner">
<div class="container intro_wrapper">
<div class="inner_content">
<h1 class="title">What is Darkcoin?</h1>
<h1 class="intro">
Find out more about the first <span class="hue">anonymous</span> digital currency.</h1>
</div>
</div>
</div>
<!--banner-->
<br><center><h1>ISN'T BITCOIN ANONYMOUS?</h1></center>
<div class="container wrapper">
<div class="inner_content">
<div class="pad10"></div>
<div class="row">
<div class="span4">
<div class="animated bounceInLeft"><i class="fa fa-sitemap colour big"></i></div>
<h2>The public ledger</h2>
<p>
<span>All Bitcoin transactions are recorded in a public ledger called the "blockchain". When you send Bitcoin to another person or receive Bitcoin for a product or service, the transaction is available for anyone to see...forever.</span>
</p>
</div>
<div class="span4">
<div class="animated bounceInDown"><i class="fa fa-barcode colour big"></i></div>
<h2>Pseudonymous addresses</h2>
<p>
<span>Bitcoin payments are made from pseudonymous digital addresses. Your personal information is not linked to your digital Bitcoin address but once you send Bitcoin to a third party such as an exchange or a bank, your information becomes linked to your digital Bitcoin address. </span>
</p>
</div>
<div class="span4">
<div class="animated bounceInRight"><i class="fa fa-bullseye colour big"></i></div>
<h2>Transaction tracking</h2>
<p>
<span>Once your personal information is linked to a digital Bitcoin address, the transparent blockchain allows anyone to track every one of your payments, determine your wealth and find out your trading partners. The Bitcoin system allows anyone to be able to spy on every transaction you have ever made and will ever make.</span>
</p>
</div>
</div>
<br><center><h1>WHAT MAKES DARKCOIN DIFFERENT?</h1></center>
<h4>We engineered Darkcoin to be a digital version of cash. When sending Darkcoin, you choose whether the transaction is private or public.</h4>
<h4>Your Darkcoin are stored in a digital wallet that you own and control. Transactions are anonymous "from the wallet" meaning you don't have to trust a third party to make the transaction private.</h4>
<br><center><h4>DOWNLOAD THE WHITEPAPER: (<a href="http://www.darkcoin.io/downloads/DarkcoinWhitepaper.pdf">English</a>) (<a href="http://darkcoin.io/downloads/DarkcoinWhitepaper-Chinese.pdf">Chinese</a>) to learn more about the structure of Darkcoin</h4></center>
<br><br><center><h1>WHY DO WE NEED AN ANONYMOUS DIGITAL CURRENCY?</h1></center>
<h4>Would you leave your bank statement out for any stranger to see? Bitcoin began a revolution in bank-less, zero or low fee online payments, but it is not without flaws. The public ledger of transactions, the "blockchain", allows anyone to track the transactions you make with Bitcoin.</h4>
<h4>Privacy is a concern for anyone interacting online, especially during transfers of value. We need a truly anonymous digital currency to safely store wealth and make payments online.</h4>
<br><br><center><h1>WHAT IS DARKSEND?</h1></center>
<h4>Darkcoin's unique anonymous payment system, Darksend, allows anyone to make transactions anonymously.</h4>
<h4>The innovation is in the mixing of inputs and outputs going through the Darksend system. A user's payment is automatically split into smaller demoninations and pooled with the split-up payments of other users. Receivers of payments draw these demoninations automatically from the pools until they have received the correct amount. Anyone viewing the blockchain will see payments being made but they won't be able to see who paid who.</h4>
<br><br><center><h1>DARKCOIN DETAILS</h1></center>
<h4>0.00000% Pre-mined<h4>
<h4>Super secure hashing algorithm: 11 rounds of scientific hashing functions (blake, bmw, groestl, jh, keccak, skein, luffa, cubehash, shavite, simd, echo)</h4>
<h4>Block reward: controlled by 2222222/(((Difficulty+2600)/9)^2)</h4>
<h4>Block generation: 2.5 minutes</h4>
<h4>Difficulty: retargets every minute using Dark Gravity Wave</h4>
<h4>Supply: estimated 22 million maximum coins</h4>
<h4>Superior transaction anonymity using Darksend: RC3 testing on MainNet</h4>
<!--testimonial-->
<br><br><div class="testimonial1">
<p><i class="fa fa-comments fa-4x pull-left hue"></i>
When making payments with Bitcoin, it's like leaving your checking account open in your browser and everyone on the internet is able to see what you bought. It's really a shame the original development didn't aim to prioritize the user's privacy. This is where Darksend comes in: we can use this technology to enhance the personal privacy of users of the network.</p>
</div>
<div class="center">
<p><small>Evan Duffield, Darkcoin developer</small></p>
</div>
<div class="pad45 hidden-desktop"></div></div>
</div>
</div>
</div>
<!-- footer 2 -->
<div id="footer2">
<div class="container">
<div class="row">
<div class="span12">
<div class="copyright">
DARKCOIN
©
<script type="text/javascript">
//<![CDATA[
var d = new Date()
document.write(d.getFullYear())
//]]>
</script>
- All Rights Reserved
</div>
<div class=copyright> <p><a style="color: #ffffff" href="terms_of_use.html">Terms of use</a></p> </div>
</div>
</div>
</div>
</div>
<!-- up to top -->
<a href="#"><i class="go-top hidden-phone hidden-tablet fa fa-angle-double-up"></i></a>
<!--//end-->
<!-- scripts -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/scripts.js"></script>
<!-- skills -->
<script>
//<![CDATA[
setTimeout(function(){
$('.progress .bar').each(function() {
var me = $(this);
var perc = me.attr("data-percentage");
var current_perc = 0;
var progress = setInterval(function() {
if (current_perc>=perc) {
clearInterval(progress);
} else {
current_perc +=1;
me.css('width', (current_perc)+'%');
}
me.text((current_perc)+'%');
}, 20);
});
},300);
//]]>
</script>
</body>
</html>