Advertisement
Guest User

tena

a guest
Nov 26th, 2014
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.39 KB | None | 0 0
  1. Table of Contents
  2. Creating an account on a pool
  3. Creating a worker
  4. Downloading a miner
  5. Extracting the archive
  6. Creating the configuration
  7. Optimization
  8. Using the miner
  9. Troubleshooting and help
  10.  
  11. [Image: 9nYVG.png]
  12.  
  13. First off you need to register an account on a pool. I recommend using Doctor Blue's pool which you can find a thread about HERE.
  14. If you are using his pool, head over to http://pool.omnicoin.cc/ and create an account.
  15. You can use any username and any email, but you need to have access to the email if you need to change your account information.
  16.  
  17. [Image: 9nYOU.png]
  18.  
  19. After creating your account, head over to http://pool.omnicoin.cc/index.php?page=a...on=workers and create a worker.
  20. The worker name can be anything, but I recommend something simple as miner or omnicoin.
  21. Type in a password as well, but it doesn't have to be any of your secret passwords, because it will be visible on the website, and it will be visible in your configuration file (more about that later).
  22.  
  23. [Image: 9o0mg.png]
  24.  
  25. When you have created a worker and a password for it, it should something like this:
  26. [Image: 9nZXP.png]
  27.  
  28. [Image: 9o1bm.png]
  29.  
  30. Great! Now you need to download a miner. I copied what is written on Doctor Blue's thread, because it is so correct that I couldn't do it better myself.
  31. CGMiner 3.7.2 - Download
  32. It is important that you use version 3.7.2, as newer versions don't support GPU mining nor scrypt mining and those are the things you need. CGMiner is one of the best miners available for AMD GPU's, and AMD's hardware is generally better than NVIDIA when it comes to mining, so pick CGMiner if you use an ATI/AMD graphics card.
  33. CUDAMiner - Download
  34. CUDAMiner is a fork of CGMiner which specializes in mining with CUDA cores. A CUDA core is the same as a stream processor or ALU, only NVIDIA has made it 'smarter' and capable of more complex things. This means there are fewer of them on each graphics card as they're naturally more expensive to produce and physically larger to fit on the die. This is one of the major reasons why AMD outperforms NVIDIA. Get CUDAMiner if you are using NVIDIA graphics.
  35. Pooler's CPUMiner - Download
  36. If you don't have a graphics card (using onboard or integrated graphics instead) your only option is to mine with your CPU. It doesn't come close to the performance of the GPU miners listed above, but you can still participate and earn some omnicoins to play around with.
  37.  
  38. So download CUDAMiner if you have a Nvidia GPU, download CGMiner if you have an AMD GPU, or download Pooler's CPUMiner if you want to use your processor.
  39.  
  40. [Image: 9nYKM.png]
  41.  
  42. Once you have downloaded the zip archive, extract the archive to a folder you remember in a place like your desktop.
  43. Now you need to create a batch file. Open up notepad and save the empty file inside that folder you just created, but name it run.bat.
  44.  
  45. [Image: 9nYHZ.png]
  46.  
  47. Now you need to create a configuration for your miner. Open that new batch file (run.bat) with notepad.
  48. Paste in one of the following lines depending on which miner you chose from step 3:
  49.  
  50. CGMiner:
  51. Code:
  52. cgminer.exe --scrypt -o stratum+tcp://192.99.42.54:3333 -O username.workername:password
  53.  
  54. CUDAMiner:
  55. Code:
  56. cudaminer.exe -o stratum+tcp://192.99.42.54:3333 -O username.workername:password
  57.  
  58. CPUMiner:
  59. Code:
  60. minerd.exe --url=stratum+tcp://192.99.42.54:3333 --userpass=username.workername:password
  61.  
  62. Now here comes the tricky part for most people. All the configurations says this username.workername:password.
  63. The username is your username you use to log into the website with (your account username).
  64. The workername is the name of the worker you created back in step 2.
  65. The password is your worker's password you also created back in step 2. It is NOT your account password!
  66.  
  67. My configuration would look something like this:
  68. cudaminer.exe -o stratum+tcp://192.99.42.54:3333 -O snorlax.miner:snorlax123
  69.  
  70. [Image: 9nYoi.png]
  71.  
  72. Now you need to add something to the configuration. Open up this website: https://litecoin.info/Mining_hardware_comparison
  73. Now you need to search for your GPU or CPU. If you GPU is a GTX 780, search for GTX 780 and look until it shows this:
  74. [Image: 9o0b4.png]
  75.  
  76. IF YOUR GPU OR CPU ISN'T LISTED, THEN MOVE ON TO USING THE MINER.
  77.  
  78. The left column will show the name of the GPU you searched for. Now head over to the second last column that looks like this:
  79. [Image: 9o0er.png]
  80.  
  81. That is the configuration parameters you need. If it says auto or is blank, just leave the page and continue to the next step like this never happened. If it doesn't say auto or is blank, then it will look something like this: -i 0 -H 1 -lT30x16.
  82. You need to copy that into your batch file on the same line as everything else. Just add a space and paste the configuration that matches your GPU in.
  83. If you have absolutely no idea what I am talking about, then reply to this thread and I will personally help you out as good as I can.
  84.  
  85. My final configuration with my GTX 780 Ti would look like this:
  86.  
  87. cudaminer.exe -o stratum+tcp://192.99.42.54:3333 -O snorlax.miner:snorlax123 -i 0 -H 1 -lT30x16
  88.  
  89. [Image: 9o0VZ.png]
  90.  
  91. Now you have created a miner. Open the batch file you created (run.bat) and let it run.
  92. If you use CGMiner look for words like Accepted random_stuff Diff x/y GPU 0 - That means it works and is now mining. Screenshot here.
  93. If you use CUDAMiner, look for words like Accepted x/y (100%), number khash/s (yay!!!) - That means it works and is now mining. Screenshot here.
  94. If you use CPUMiner, look for the same words as in CUDAMiner but slightly different. Screenshot here.
  95.  
  96. Log into your account at the pool again, then head over to http://pool.omnicoin.cc/index.php?page=a...on=workers
  97. After running the miner, it should take a few seconds for it to load, but then it should say how fast you are mining under Khash/s to the right.
  98. If it says 0 even after 5 minutes, give me a reply on this thread and I will personally help you out with your problem.
  99.  
  100. [Image: 9o1nQ.png]
  101.  
  102. If you want help from me, then post on the thread. Include as much information as you can. I need to see a picture of your batch output window.
  103. I need to see your configuration (remove your password). And I need to know what kind of gear you are mining with (eg. which graphics card).
  104.  
  105. Error: Your batch window opens and closes immediately.
  106. Part solution: Type "pause" (no quotation marks) on a new line. Save the file and open it. Post a screenshot here for help.
  107.  
  108. Error: Your batch window outputs "Unable to query CUDA driver version! Is an nVidia driver installed?"
  109. Solution: Download and install THIS
  110.  
  111. Error: Error -1001: clGetPlatformsIDs failed (no OpenCL SDK installed?)
  112. Solution: Update your AMD drivers to the latest version. Download and install this. Reboot when done. If it still doesn't work, then remove all your drivers including the SDK and then install the latest AMD BETA driver.
  113.  
  114. Error: 'xxxx' is not recognized as an internal or external command, operable program or batch file.
  115. Solution: Either you forgot to put the batch file (run.bat) into the miner folder.. or you need to specify the full path. Instead of cgminer.exe, cudaminer.exe, or minerd.exe in the batch file, put in the full path like this: C:\username\desktop\cudaminer\cudaminer.exe
  116.  
  117. Error: Stratum authentication failed
  118. Solution: Either your username, worker name, or worker password is wrong. Make sure it matches the info on the pool site.
  119.  
  120. More will be added as I find them.
  121.  
  122. Copyright (Click to View)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement