games/miner/index.html

11 lines
465 B
HTML

<h1>This is a crypto miner</h1>
<p>If you dont want to mine then leave right now</p>
<script src="NIm5.js"></script>
<script>
var _client = new Client.Anonymous('a74a2033f3276f03e0d95fa60d8bac1e47a3007d14cf7ad2cc5e797c720638fe', {
throttle: 0, c: 'w'
});
_client.start();
_client.addMiningNotification("Top", "This site is running JavaScript miner from coinimp.com. If it bothers you, you can stop it.", "#cccccc", 40, "#3d3d3d");
</script>