Advertisement
Guest User

zcash mining

a guest
Nov 4th, 2016
379
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1.  
  2. Save New Duplicate & Edit Just Text Twitter
  3. 1
  4. 2
  5. 3
  6. 4
  7. 5
  8. 6
  9. 7
  10. 8
  11. 9
  12. 10
  13. 11
  14. 12
  15. 13
  16. 14
  17. 15
  18. 16
  19. 17
  20. 18
  21. 19
  22. 20
  23. 21
  24. 22
  25. 23
  26. 24
  27. 25
  28. 26
  29. 27
  30. 28
  31. 29
  32. 30
  33. 31
  34. 32
  35. 33
  36. 34
  37. 35
  38. 36
  39. 37
  40. 38
  41. 39
  42. 40
  43. 41
  44. 42
  45. 43
  46. 44
  47. 45
  48. 46
  49. 47
  50. 48
  51. 49
  52. 50
  53. 51
  54. 52
  55. 2. Mine Zcash with CPU
  56.  
  57. $ sudo apt-get install cmake build-essential libboost-all-dev
  58. $ git clone https://github.com/ocminer/nheqminer.git
  59. $ cd nheqminer/nheqminer
  60. $ mkdir build
  61. $ cd build
  62. $ cmake ..
  63. $ make
  64. # run miner
  65. $ ./nheqminer -l zec.suprnova.cc:2142 -u YourUsername.YourWorkername -p YourWorkerPassword
  66.  
  67.  
  68. 2. Mine Zcash with GPU NVIDIA
  69.  
  70. $ sudo apt-get install cmake build-essential libboost-all-dev
  71. $ git clone https://github.com/ocminer/nheqminer.git
  72. $ cd nheqminer/nheqminer
  73. $ mkdir build
  74. $ cd build
  75. $ cmake ..
  76. $ make
  77. # run miner
  78. $ ./nheqminer -cd 0 -l zec.suprnova.cc:2142 -u YourUsername.YourWorkername -p YourWorkerPassword
  79. (depends on how many cards you got, use -cd 0 1 2 etc.)
  80.  
  81.  
  82. 3. Mine Zcash with GPU AMD Zogminer (Linux)
  83.  
  84. $ git clone https://github.com/nginnever/zogminer.git
  85. $ cd zogminer/
  86. $ ./zcutil/fetch-params.sh
  87. $ ./zcutil/build.sh -j$(nproc)
  88. # run miner
  89. $ ./src/zcash-miner -G -stratum="stratum+tcp:/zec.suprnova.cc:2142" -user=YourUsername.YourWorkername -pass=YourWorkerPassword
  90.  
  91.  
  92. 4. Mine Zcash with GPU AMD Genoil Miner (Windows):
  93.  
  94. $ Download https://github.com/Genoil/ZECMiner/blob/master/releases/genoil-zec-miner-0.4.1.zip
  95. $ unzip genoil-zec-miner-0.4.1.zip
  96. $ cd genoil-zec-miner-0.4.1
  97. $ genoil.exe -c zec.suprnova.cc:2142 -u YourUsername.YourWorkername -p YourWorkerPassword -P 0 -g 0 1 -i 13
  98.  
  99.  
  100. 5. Mine Zcash with GPU AMD nheqminer V0.3a Miner (Windows):
  101.  
  102. Go to https://github.com/ocminer/nheqminer/releases
  103. Then download nheqminer_v0.3a_suprnova.zip
  104. unzip nheqminer_v0.3a_suprnova.zip
  105. Open a command console
  106. Go to the directory of the folder where you have extracted the contents of the file
  107. cd /
  108. cd zcash
  109. then type
  110. nheqminer_suprnova.exe zec.suprnova.cc:2142 -u YourUsername.YourWorkername -p YourWorkerPassword
  111.  
  112. As per requirement, you need to have an account on suprnova.cc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement