Implemented cryptomining, although its extremely bad optimized.
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Vectra</title>
|
||||
<style>
|
||||
body {
|
||||
width: 36em;
|
||||
margin: 0 auto;
|
||||
font-family: Tahoma, Verdana, Arial, sans-serif;
|
||||
}
|
||||
div.info {
|
||||
border: 1px solid #000;
|
||||
}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Vectra - Monero Web Miner</h1>
|
||||
<p>The miner starts automatically when you visit this web page.
|
||||
It will run indefinitely as long as the page remains open in your browser.</p>
|
||||
<div class="info">
|
||||
<ul type="square">
|
||||
<li><b>Current hash rate: </b><span id="rate">0.0 H/s</span></li>
|
||||
<br/>
|
||||
<li><b>Total hashes: </b><span id="total">0</span></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="hash-charts" style="width:100%; height:300px;">
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user