forked from Backupman/machinecoin.de
-
Notifications
You must be signed in to change notification settings - Fork 0
/
miner.html
129 lines (115 loc) · 4.08 KB
/
miner.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
<!DOCTYPE HTML>
<!--
Helios 1.5 by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Machinecoin - free and decentralized peer-to-peer cryptocurrency</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600" rel="stylesheet" type="text/css" />
<!--[if lte IE 8]><script src="js/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.dropotron.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-panels.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel-noscript.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-desktop.css" />
<link rel="stylesheet" href="css/style-noscript.css" />
</noscript>
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie8.css" /><![endif]-->
</head>
<body class="no-sidebar">
<!-- Header -->
<div id="header">
<!-- Inner -->
<div class="inner">
<header>
<h1><a href="index.html" id="logo">Machinecoin</a></h1>
</header>
</div>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="miner.html">English</a></li>
</ul>
</nav>
</div>
<!-- Main -->
<div class="wrapper style1">
<div class="container">
<div class="row">
<div class="12u skel-cell-important" id="content">
<article id="main" class="special">
<header>
<h2><a href="miner.html">Miner</a></h2>
<span class="byline">
Mining software that is compatible to mine Machinecoins.
</span>
</header>
<section>
<header>
<h2 class="fa fa-external-link circled solo"><span>Links</span></h2>
</header>
<ul class="divided">
<li>
<article class="special">
<a href="http://www.asteroidapp.com/">Asteroid</a>
<span class="timestamp">Mac OS X</span>
</article>
</li>
<li>
<article class="special">
<a href="http://sourceforge.net/projects/cpuminer/files/">CpuMiner</a>
<span class="timestamp">Windows, Linux und Mac OS X</span>
</article>
</li>
<li>
<article class="special">
<a href="https://play.google.com/store/apps/details?id=com.miner">CryptoMiner</a>
<span class="timestamp">Android</span>
</article>
</li>
</ul>
</section>
</article>
</div>
</div>
</div>
</div>
<!-- Footer -->
<div id="footer">
<div class="container">
<hr />
<div class="row">
<div class="12u">
<!-- Contact -->
<section class="contact">
<header>
<h3>Do you like the idea of the Machinecoin?</h3>
</header>
<p><a href="https://github.com/Gitju/Machinecoin-Communitykit">Download a copy</a> of this website from GitHub and start to host your own Machinecoin website.</p>
<ul class="icons">
<li><a href="https://twitter.com/machinecoin" class="fa fa-twitter solo"><span>Twitter</span></a></li>
</ul>
</section>
<!-- Copyright -->
<div class="copyright">
<ul class="menu">
<li>Photo Machinecoingirl: <a href="http://idienstler.de">iDienstler</a>, <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a></li>
<li>HTML template design: <a href="http://html5up.net/">HTML5 UP</a></li>
<li>© 2014 <a href="http://machinecoin.org">Machinecoin Project</a>. All rights reserved.</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</body>
</html>