Advertisement
m0gliE

Bitfury changes for mining on P2Pool

Jun 28th, 2014
797
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 0.62 KB | None | 0 0
  1. Bitfury changes for mining on P2Pool.
  2.  
  3. 1) Edit your /opt/bitfury/chainminer/jobconnect.cpp file, change line 16 to match your prefered P2Pool URL.
  4. To set login and password, follow punins advice.
  5.  
  6. 2) At your shell prompt, type the following command
  7.  
  8. echo -n username:password | base64  
  9.  
  10. 3) Now copy and paste the string and replace the one after "Basic". (line 16)
  11.  
  12. 4) Save the file and just write: 'make'
  13. (you have to cd into /opt/bitfury/chainminer)
  14.  
  15. 5) Do not forget to backup jobconnect.cpp
  16. Restart your miner after making changes, remember that the proxy is ignored, so the web-interface pool settings can not be used.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement