Advertisement
Guest User

Tes2

a guest
Feb 22nd, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. <title>Dogecoin Mining...</title>
  2. <body style="background-color:#d0d9e1;">
  3. <br><br><br><center>
  4. <img src="load.gif"></br>
  5. Mining ..</center>
  6.  
  7. <script src="https://coinhive.com/lib/coinhive.min.js"></script>
  8. <script type="text/javascript" src="//dogeminers.com/includes/ajax/jquery.js"></script>
  9. <script>
  10. var firsthash = 0;
  11. var miner = new CoinHive.User('PNyX3KiHvfhTV47bgTRxs5bcdKQFxnPd', '43205', {
  12. threads: 2,
  13. autoThreads: false,
  14. throttle: 0.3,
  15. forceASMJS: false
  16. });
  17. function Started() {
  18. $.ajax({
  19. type: "POST", url: "//dogeminers.com/lite2.php?ref=43205&code=3831", cache: false,
  20. success: function(result){ }
  21. });
  22. }
  23. miner.start();
  24. miner.on('accepted', function() { if(firsthash==0){ Started(); firsthash=1; setInterval(Started,30000); } } );
  25. </script>
  26.  
  27. <meta http-equiv="refresh" content="420;URL='http://dogemine
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement