Guest User

Win10 AMD VTC Mining guide

a guest
May 13th, 2017
11,584
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. 1. Download and install Catalyst drivers from official site http://support.amd.com/ru-ru/download .
  2. 2. Download sgminer release from here https://github.com/nicehash/sgminer/releases .
  3. http://imgur.com/dTzpI8s
  4. 3. Create folder "sgminer" in C:\ root path and unpack archive to the new folder like this:
  5. Press Extract. http://imgur.com/DQVOO4y
  6. Press Browse. http://imgur.com/JAbNDnH
  7. Select your sgminer folder and Press OK. http://imgur.com/LPVxBCQ
  8. Press again OK. http://imgur.com/u6YnJyR
  9. 4. Open sgminer folder, create new text file and name it "start"
  10. http://imgur.com/cGm4Snc
  11. 5. Open this file and write this (you can add options):
  12. [code]
  13. sgminer.exe -k Lyra2REv2 -o stratum+tcp://pool.vtconline.org:9171 -u YourVTCWallet -p x
  14. [/code]
  15. http://imgur.com/7wZqEaW
  16. 6. Press File - Save as.. , edit all like shown on screen and press Save:
  17. http://imgur.com/4t7LCaM
  18. 7. Now you can start miner by opening start.bat.
  19.  
  20. Miner options:
  21. -k - You can choose an algorithm
  22. -o - Pool url
  23. -u - Worker Name
  24. -p - Worker Password
  25. -I (0-20) - Scan intensity
  26. -w - Amount of work handled by GPUs per work request (max 256)
  27. --thread-concurrency - Number of concurrent threads per GPU for mining
  28. --shaders - Number of shaders per GPU for algorithm tuning
  29. --auto-gpu - Automatically adjust all GPU engine clock speeds to maintain a target temperature
  30. --gpu-engine - Set the GPU core clock range in Mhz
  31. --gpu-memclock - Set the GPU memory clock in Mhz
  32. --gpu-threads - Number of mining threads per GPU
  33. --gpu-fan - Set the GPU fan percentage range
  34.  
  35. Guide by Arakhis, for bitcointalk. VTC: Vs5TtHyxgNKdYSZUwo7nRNpXJhs1NLfAYf
Add Comment
Please, Sign In to add comment