Advertisement
Guest User

Ubuntu AMD VTC Mining guide

a guest
May 12th, 2017
4,293
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. 1. Download latest AMD APP SDK from this page: http://developer.amd.com/tools-and-sdks/opencl-zone/amd-accelerated-parallel-processing-app-sdk/
  2. 2. Open terminal and write:
  3. [code]
  4. cd
  5. cd Downloads
  6. tar xvf AMD-APP-SDKInstaller-v3.0.130.136-GA-linux64.tar.bz2
  7. sudo sh ./AMD-APP-SDK-v3.0.130.136-GA-linux64.sh
  8. [/code]
  9. It should look like this:
  10. http://imgur.com/rLQJuCn
  11. 3. Now you need to download and run .sh from here https://drive.google.com/open?id=0B0ing0VcMpoMVnVvclNQZnlUeTA. Open terminal and write:
  12. [code]
  13. cd
  14. cd Downloads
  15. sudo sh ./install-sgminer.sh
  16. [/code]
  17. If it ends like that, then everything is fine.
  18. http://imgur.com/DiPY7N7
  19. 4. To start mining create .sh file as shown on pictures:
  20. http://imgur.com/Wv8BekV
  21. Name it start.sh
  22. http://imgur.com/5zMTg0d
  23. Open your new file with any text editor:
  24. http://imgur.com/pGAUie0
  25. Write this text and replace wallet to yours (you can add options to 2nd string):
  26. #!/bin/bash
  27. ./sgminer -k Lyra2REv2 -o stratum+tcp://pool.vtconline.org:9171 -u YourVTCWallet -p x
  28. Click Save:
  29. http://imgur.com/8pyG1v3
  30. Copy and paste this file to sgminer location:
  31. http://imgur.com/3xt50gZ
  32. http://imgur.com/GA4sRGT
  33. Now open terminal from sgminer location and write:
  34. [code]
  35. ./start.sh
  36. [/code]
  37. http://imgur.com/AS9UHxC
  38. Mining will start:
  39. http://imgur.com/t3cWiVP
  40.  
  41. Miner options:
  42. -k - You can choose an algorithm
  43. -o - Pool url
  44. -u - Worker Name
  45. -p - Worker Password
  46. -I (0-20) - Scan intensity
  47. -w - Amount of work handled by GPUs per work request (max 256)
  48. --thread-concurrency - Number of concurrent threads per GPU for mining
  49. --shaders - Number of shaders per GPU for algorithm tuning
  50. --auto-gpu - Automatically adjust all GPU engine clock speeds to maintain a target temperature
  51. --gpu-engine - Set the GPU core clock range in Mhz
  52. --gpu-memclock - Set the GPU memory clock in Mhz
  53. --gpu-threads - Number of mining threads per GPU
  54. --gpu-fan - Set the GPU fan percentage range
  55.  
  56. Guide by Arakhis, for bitcointalk. VTC: Vs5TtHyxgNKdYSZUwo7nRNpXJhs1NLfAYf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement