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.