Advertisement
Guest User

Untitled

a guest
Jul 1st, 2017
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 KB | None | 0 0
  1. Mining Chan Coin
  2.  
  3.  
  4. ############################
  5. ####### WALLET SETUP #######
  6. ############################
  7.  
  8. This guide assumes you are using 64 bit windows. If you are using Linux, you likely know how to do everything.
  9.  
  10. So first things first, You need to download the wallet to store all those lovely coins!
  11.  
  12. Head to
  13. https://github.com/CHANCOIN/CHANCOIN
  14.  
  15.  
  16. Download chancoin0qt-windows.zip - Chrome, Firefox or IE will say it's a harmful bit of software, ignore it.
  17.  
  18. Unpack the contents to a location of your choice and load the .exe file.
  19.  
  20. It will synch with the network (this could take 30 seconds or 3 hours)
  21.  
  22. Now, Generate your address.
  23. Press "receive" and take note of the address listed there, you will need it shortly.
  24.  
  25.  
  26.  
  27. #############################
  28. ##### NVIDIA GPU MINING #####
  29. #############################
  30.  
  31.  
  32. 1. Download tpruvot's CCMiner
  33. https://github.com/tpruvot/ccminer/releases
  34.  
  35. 2. Extract the files to a folder of your choice
  36.  
  37. 3. Look for the file named "ccminer.conf"
  38.  
  39. 4. Right click and select "edit"
  40.  
  41. 5. Paste the following code into the file - Replacing "YOUR COIN ADDRESS" with the address we noted earlier.
  42.  
  43. {
  44. "_comment1" : "Possible keys are the long options (ccminer --help)",
  45. "_comment2" : "todo: support /* comments */",
  46.  
  47. "api-bind": "127.0.0.1:4068",
  48. "statsavg": 20,
  49.  
  50. "max-log-rate" : 30,
  51. "quiet" : false,
  52. "debug" : false,
  53. "protocol" : false,
  54. "cpu-priority" : 3,
  55.  
  56. "algo" : "scrypt",
  57.  
  58. "url" : "stratum+tcp://lpool.name:3433",
  59. "user" : "YOUR CHAN COIN ADDRESS",
  60. "pass" : "c=4CHN"
  61. }
  62.  
  63. 6. Save the file
  64. 7. Run the file ccminer-x64.exe
  65.  
  66.  
  67.  
  68.  
  69. #############################
  70. ###### AMD GPU MINING #######
  71. #############################
  72.  
  73.  
  74. 1. Download BFGMiner - Chrome, Firefox and IE will say its a harmful site, Ignore and proceed like the fearless warrior you are.
  75. http://bfgminer.org/
  76.  
  77. 2. Download windows 64bit version
  78.  
  79. 3. Extract the contents to a folder of your choice.
  80.  
  81. 4. Right click in the folder and select "new" -> "Text Document"
  82.  
  83. 5. Input the following code into the text document
  84. bfgminer -o stratum+tcp://lpool.name:3433 -u YOURCHANCOINADDRESS -p c=4CHN
  85.  
  86. 6. Replace YOURCHANCOINADDRESS with the address we got earlier.
  87.  
  88. 7. Select "Save As" and save as "StartMiner.bat"
  89.  
  90. 8. Double click "StartMiner.bat" and a black CMD box will appear, wait up to 30 seconds for it to discover your devices.
  91.  
  92. 9. It likely wont find anything in which case you need to add your hardware
  93.  
  94. 10. Press "M" followed by "+" then type "auto"
  95.  
  96. 11. Once scanning is complete you it will begin mining.
  97.  
  98.  
  99.  
  100.  
  101. ##################################
  102. ###### cHECK YOUR PROGRESS #######
  103. ##################################
  104.  
  105.  
  106. To check your progress simply go to
  107.  
  108. http://lpool.name/?address=YOURCHANCOINADDRESS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement