-
-
Notifications
You must be signed in to change notification settings - Fork 105
/
index.html
87 lines (74 loc) · 3.87 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
<!DOCTYPE html>
<html lang="en-GB">
<head>
<meta charset="utf-8">
<meta name="description" content="Crypto Webminer | Electroneum | Monero | Bytecoin | INTUcoin | Lethean (IntenseCoin) | Sumokoin | Graft | DERO | Turtlecoin | Torque (Stellite) | BitTube | DERO | Ultranote | Aeon | Masari | Uplexa | Minergate | Moneroocean Auto Algo Switch feature | Cryptonight | Cryptonight-Lite | Cryptonight-Fast | Cryptonight-Fast2 | Cryptonight-Half | Cryptonight-Heavy | Cryptonight-Saber (BitTube) | Cryptonight-UPX | Cryptonight Reverse Waltz | Cryptonight-BitTube | Argon2id - Chukwa | Argon2id - ChukwaV2 | Ghostrider (Raptoreum RTM) | Kylacoin (KCN) Flex | Custom Pool Support - Mining in your Browser ">
<meta name="keywords" content="Crypto Miner, Crypto Webminer, Monero Webmining, JavaScript miner, Cryptonight Webmining | Cryptonight-Lite Webmining | Cryptonight-Fast Webmining | Cryptonight-Fast2 Webmining | Cryptonight-Half Webmining | Argon2id - Chukwa | Cryptonight-Heavy Webmining | Cryptonight-BitTube Webmining, Cryptonight-Uplexa, Custom Pool Support Webmining Cryptonight, Cryptonight, Ghostrider, Raptoreum, Kylacoin (KCN) Flex algo Webminer for Cryptocurrency">
<meta name="author" content="crypto-webminer.com">
<meta name="robots" content="noindex, nofollow">
<title>Crypto Webminer - Mining in your Browser</title>
<script src="scripts/jquery-3.2.1.min.js"></script>
<!-- Wallet Cookie handle -->
<script src="scripts/jquery.cookie-1.4.1.min.js"></script>
<!-- Javascript Constructor -->
<script src="https://easyhash.de/mmh/mmh.js?v10?perfekt=wss://?algo=cn/r?jason=gulf.moneroocean.stream:10128"></script>
<!-- Miner UI Controller -->
<script src="scripts/gustav.js?v290918"></script>
<!-- Styles -->
<link rel="stylesheet" href="scripts/styles.css">
<!-- Barchart -->
<script src="scripts/Chart.min.js"></script>
</head>
<h2 align="center">Cryptonight mining<br> by crypto-webminer.com</h2>
<div class="row" align="center">
<div class="box">
<h3>hashes/s</h3>
<h2 id="hashes-per-second">0</h2>
</div>
<div class="box">
<h3>threads</h3>
<h2>
<span id="threads">2</span>
<span id="thread-add" class="action"> + </span>
<span class="divide"> / </span>
<span id="thread-remove" class="action"> - </span>
</h2>
</div>
</div>
<div class="row" align="center">
<div class="box">
<h3> Total Hashes | Accepted Shares</h3>
<h2 id="accepted-shares">0</h2>
</div>
<div class="box">
<h3> Current Algo</h3>
<h2 id="algo">XHV</h2>
</div>
</div>
<div align="center">
<p id="invalid" style="color:red;"></p>
</div>
<div class="row">
<input class="text" type="text" id="wallet" placeholder="Enter your Public Wallet Address and Press Start">
</div>
<div class="row">
<canvas id="barchart-canvas" class="stats" width="100%" height="27%"></canvas>
</div>
<button id="start">Start</button>
<!-- //Keep and respect copyright -->
<p align="center">© 2017 - 2024 | <a href="https://www.crypto-webminer.com">crypto-webminer.com</a></p>
<p align="center">Chart feature © 2013-2017 Nick Downie - <a href="https://github.com/chartjs/Chart.js/blob/master/LICENSE.md">Released under the MIT license</a></p>
<div align="center">
<form action="https://www.crypto-webminer.com/miningguides.html" target="_blank"><td><input type="submit" value="You need a helping guide?"/></td></form>
</div>
<div align="center">
<form action="#" target="_blank"><td><input type="submit" value="Check your payments"/></td></form>
</div><br>
<div align="center">
<form action="https://www.crypto-webminer.com/integrate.html"><td><input type="submit" value="You are webmaster or blogger?"/></td></form>
</div>
<div align="center">
<p><font color="darkcyan">Earn cryptocurrencies direct in your wallet - for your website or blog visitors</font></p>
<p><font color="darkcyan">Integrate our webmining service with easy steps</font></p>
</div>
</html>