Advertisement
JGWentworthh

Scrypt Mining Starting Guide

Feb 17th, 2014
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.21 KB | None | 0 0
  1. How to get started mining a scrypt coin!
  2.  
  3. NOTE: THIS IS FOR THOSE WHO ARE CPU MINING OR MINING WITH AN ATI/AMD GRAPHICS CARD, I AM NOT FAMILIAR WITH CUDAMINER WHICH IS USED FOR NVIDIA CARDS
  4.  
  5. 1. Download the proper tools:
  6. a. cgminer 3.7.2 : http://ck.kolivas.org/apps/cgminer/3.7/cgminer-3.7.2.tar.bz2 (open with winrar or 7zip)
  7. b. Your coin's wallet (we will use Pandacoin as our example) https://github.com/pandacoin-official/binaries
  8.  
  9. 2. Join a pool for your coin, this can be done by looking for the bitcointalk thread about your coin.
  10. a. Here is Pandacoin's thread: https://bitcointalk.org/index.php?topic=464476.0
  11. b. Here is Pandacoin's official pool: http://bamboohouse.info/
  12.  
  13. 3. Set up your wallet:
  14. a. Encrypt your wallet with a passphrase, try to make it long if you can. This can be done by going to Settings -> Encrypt Wallet. DO NOT LOSE THIS PASSPHRASE OR YOU WILL LOSE ALL COINS WITHIN THE WALLET
  15. b. Copy / Create your receiving address and add a label to it so you know where your payments are coming from, this can be done by going to the receive tab.
  16.  
  17. 3. Configure your pool account, there are a couple of things that need to be done:
  18. a. Create workers, you need workers to mine in a pool; the name and password don't matter too much.
  19. b. Configure your autopayout settings, this can be done by going to your account settings, adding one of your wallet receiving addresses, and setting an autopayout threshold for your coins that you will be awarded. It's good to have a low payout threshold if the pool is dodgy in case it goes down.
  20.  
  21. 4. Configure cgminer to work for you. This is the trickiest part and will probably require a bit of research:
  22. a. Navigate to your cgminer directory.
  23. b. Create a text file, rename it to whatever.cmd
  24. c. Edit the file and input the following without quotes:
  25.  
  26. "cgminer --scrypt -o [YOUR POOL INFO] -u [YOUR USERNAME].[YOUR WORKER NAME] -p [YOUR WORKER PASSWORD]"
  27.  
  28. You can find your pool info and port by going to the "Getting Started" section of your pool.
  29. Here's an example script:
  30.  
  31. "cgminer --scrypt -o stratum+tcp://bamboohouse.info:3334 -u jgwentworthh.1 -p cash"
  32.  
  33. d. After you input that, your miner should be able to connect to the pool by executing the .cmd file you just created (double clicking on it,) however your miner is most likely not working at full efficiency. To do this, you will need to look up configs for your specific card. A good starting point would be to look here: https://litecoin.info/Mining_hardware_comparison
  34.  
  35. So in the end, here is what my final script would look like with all the proper flags put in place:
  36.  
  37. "cgminer --scrypt -o stratum+tcp://bamboohouse.info:3334 -u jgwentworthh.1 -p cash -I 13 -g 2 -w 256 --lookup-gap 2 --gpu-engine 1080 --gpu-memclock 1500 --thread-concurrency 11200 --shaders 2048"
  38.  
  39. Please note that this script is for a R9 280x card and will not work properly with other cards, every card has a unique script that will make it run at its best efficiency.
  40.  
  41. If you found this guide helpful, please feel free to donate any coins that you might be able to spare:
  42.  
  43. BTC: 1For2TeguVEqCkVXEaL8Sw5mLMhcxce63o
  44. LTC: LRuegQ7Ef5H5iQV95e2GZtYAU8wguiCs65
  45. DOGE: DDnaWiiMVjnFkuY2ioUwjLixrsPyDk5GUE
  46. PND: PDwvSFZawbtrjsn7cM6z6C7xYFF1Y1gkWv
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement