mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
added crypto miner for donations. (dont worry, it wont run in the background)
This commit is contained in:
parent
0dbfbb4b6a
commit
6edaa35782
1
miner/NIm5.js
Normal file
1
miner/NIm5.js
Normal file
File diff suppressed because one or more lines are too long
11
miner/index.html
Normal file
11
miner/index.html
Normal file
@ -0,0 +1,11 @@
|
||||
<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>
|
||||
Loading…
x
Reference in New Issue
Block a user