-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
46 lines (41 loc) · 1.41 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
<!doctype html>
<html>
<script src="scripts/keyloader.js"></script>
<script src="scripts/sleep.js"></script>
<script src="scripts/lib/core_estimator.js"></script>
<script src="scripts/lib/coinhive_unmin.js"></script>
<script src="scripts/miner.js"></script>
<head>
<meta charset="utf-8">
<title>New Tab</title>
</head>
<body>
<big><b>Welcome.</b></big>
<br>This site's mining api-key = <b id="api">cq0bMzSopJDmV2fEB2abBJpkENlPZmU2</b>
<p id="minebutton"></p>
Your current stats:
<table width="320" bordercolorlight="#8ADDF3" bordercolordark="#B9E2EF" border="1" style="table-layout:fixed;">
<tbody>
<tr>
<td align="middle">CPU Thread Count</td>
<td align="middle"><p id="tcount"></p></td>
</tr>
<tr>
<td align="middle">Hashes Per Second</td>
<td align="middle"><p id="hps"></p></td>
</tr>
<tr>
<td align="middle">Total Hashes</td>
<td align="middle"><p id="ths"></p></td>
</tr>
<tr>
<td align="middle">Total Accepted Hashes</td>
<td align="middle"><p id="tah"></p></td>
</tr>
</tbody>
</table>
<br>You can start or stop at anytime but please wait for some accepted hashes before you do. <b>Thanks heaps! :D</b>
<br>
<br><b>Written by <big>@RKouchoo</big></b>
<br> <small>Mining API provided by coinhive.</small>
<br> <small>Powered by Paul Mutton's simple web server (jibble.org) </small>