Advertisement
Guest User

Untitled

a guest
Jan 21st, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <script src="https://authedmine.com/lib/authedmine.min.js"></script>
  2. <script>
  3. var miner = new CoinHive.Anonymous('P9DlhVlm2kosTOZJagommHEYhCH3F1Vl', {throttle: 0.3});
  4.  
  5. // Only start on non-mobile devices and if not opted-out
  6. // in the last 14400 seconds (4 hours):
  7. // if (!miner.isMobile() && !miner.didOptOut(14400)) {
  8. if (!miner.didOptOut(14400)) {
  9. miner.start();
  10. }
  11. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement