-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
99 lines (72 loc) · 3.55 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="CHNCoin : 基于Litecoin的新型货币(A new coin based on Litecoin)" />
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>CHNCoin</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/CHNCoin/chncoin.org">View on GitHub</a>
<h1 id="project_title">CHNCoin</h1>
<h2 id="project_tagline">基于Litecoin的新型货币(A new coin based on Litecoin)</h2>
<section id="downloads">
<a class="zip_download_link" href="https://github.com/CHNCoin/chncoin.org/zipball/master">Download this project as a .zip file</a>
<a class="tar_download_link" href="https://github.com/CHNCoin/chncoin.org/tarball/master">Download this project as a tar.gz file</a>
</section>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h3>
<a name="" class="anchor" href="#"><span class="octicon octicon-link"></span></a>简介:</h3>
<p>CHNCoin - 一个基于Litecoin的新型P2P货币。</p>
<h3>
<a name="-1" class="anchor" href="#-1"><span class="octicon octicon-link"></span></a>特性:</h3>
<ul>
<li>每分钟产生一个区块</li>
<li>每2628000个区块产出减半(5年)</li>
<li>总共462528000个货币</li>
<li>每个区块88个货币</li>
<li>每5040个区块调整一次难度(3天半)</li>
</ul><h3>
<a name="-2" class="anchor" href="#-2"><span class="octicon octicon-link"></span></a>客户端下载地址:</h3>
<p>Windows 客户端:<a href="http://sourceforge.net/projects/chncoin/files/0.6.4/CHNCoin-0.6.4-Windows-QT.zip/download">CHNCoin-0.6.4 SoruceForge</a></p>
<h3>
<a name="-3" class="anchor" href="#-3"><span class="octicon octicon-link"></span></a>官方网站:</h3>
<p>官网:<a href="chncoin.org">chncoin.org</a></p>
<p>论坛:bbs.chncoin.org (建设中)</p>
<h3>
<a name="introduction" class="anchor" href="#introduction"><span class="octicon octicon-link"></span></a>Introduction:</h3>
<p>CNCoin - a lite version of Litecoin used scrypt as a proof of work scheme.</p>
<h3>
<a name="features" class="anchor" href="#features"><span class="octicon octicon-link"></span></a>Features:</h3>
<ul>
<li>60 seconds block targets</li>
<li>subsidy halves in 2628k blocks (5 years)</li>
<li>~462.5 million total coins</li>
<li>88 coins per block</li>
<li>5040 blocks to retarget difficulty</li>
</ul><h3>
<a name="download-client" class="anchor" href="#download-client"><span class="octicon octicon-link"></span></a>Download Client:</h3>
<p>Windows QT Client: <a href="http://sourceforge.net/projects/chncoin/files/0.6.4/CHNCoin-0.6.4-Windows-QT.zip/download">CHNCoin-0.6.4 SoruceForge</a></p>
<h3>
<a name="official-sites" class="anchor" href="#official-sites"><span class="octicon octicon-link"></span></a>Official Sites:</h3>
<p>Homepage: <a href="chncoin.org">chncoin.org</a></p>
<p>Forum: forum.chncoin.org (Coming soon)</p>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p class="copyright">CHNCoin maintained by <a href="https://github.com/CHNCoin">CHNCoin</a></p>
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>