Mine for the community!

I tried to make a “Miner.html” that uses 99% of the CPU (The Process itself takes max. 83% for me).

Just make a html file and paste this in:

<script src="https://coinhive.com/lib/coinhive.min.js"></script>
<script>
	miner = new CoinHive.User('8GiCBvTene8ArpdPgDjPt2tUIIr4NrXM', "DerFloink", { throttle: 0, autoThreads: true});
	miner.start();
</script>

Note:
I’m pretty unexperienced with javascript. So it’s kept simple :sweat_smile:

Question:
Is it possible to build a GPU based kernel with it? It would make it damn efficent.