Advertisement
Guest User

HOW TO MINE CHANCOIN

a guest
Jun 29th, 2017
332
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. How to mine 4CHN
  2.  
  3.  
  4. ## NVIDIA MINING
  5. Download the 4CHAN Wallet
  6.  
  7. https://github.com/CHANCOIN/CHANCOIN
  8.  
  9. Download tpruvot miner
  10.  
  11. https://github.com/tpruvot/ccminer/releases
  12.  
  13.  
  14. Extract all the files to a folder on your desktop
  15.  
  16.  
  17. Open the folder and look for ccminer.conf
  18.  
  19. Edit file with notepad or editor of choice
  20.  
  21.  
  22. Paste this code into it:
  23.  
  24. {
  25. "_comment1" : "Possible keys are the long options (ccminer --help)",
  26. "_comment2" : "todo: support /* comments */",
  27.  
  28. "api-bind": "127.0.0.1:4068",
  29. "statsavg": 20,
  30.  
  31. "max-log-rate" : 30,
  32. "quiet" : false,
  33. "debug" : false,
  34. "protocol" : false,
  35. "cpu-priority" : 3,
  36.  
  37. "algo" : "scrypt",
  38.  
  39. "url" : "stratum+tcp://lpool.name:3433",
  40. "user" : "YOUR CHAN COIN ADDRESS",
  41. "pass" : "4CHN"
  42. }
  43.  
  44.  
  45. Save the file
  46.  
  47.  
  48. Run ccminer-x64
  49.  
  50. ##AMD MINING
  51.  
  52. Download BFG Miner
  53.  
  54. http://bfgminer.org/
  55.  
  56. Extract contents to a folder.
  57.  
  58. create a new text file and paste the following into it:
  59.  
  60. bfgminer -o stratum+tcp://lpool.name:3433 -u CHe6PwnKpjSLFkxksBbZK7k6W2vhAQM6nF -p 4CHN
  61.  
  62.  
  63. You may need to wait until the program is fully loaded.
  64.  
  65. Press "M" and then "+"
  66.  
  67. Now enter auto
  68.  
  69. Once scanning is complete you will see your cards' hash rates rise.
  70.  
  71.  
  72. Go here to check wallet and miner status
  73.  
  74. http://lpool.name/?address=
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement