Advertisement
Guest User

common.lib

a guest
Jun 25th, 2011
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. ###########################################
  2. # Autominer by Reikoku #
  3. # v0.2 #
  4. # #
  5. # General settings re: your setup info #
  6. ###########################################
  7.  
  8.  
  9. ###########################################
  10. # File Locations #
  11. ###########################################
  12.  
  13. phoenixDirectory="/home/bite/phoenix-1.50";
  14. logFile="/var/log/Autominer.log";
  15.  
  16.  
  17. ###########################################
  18. # Pool Settings #
  19. ###########################################
  20.  
  21. # First Choice Pool - if different settings are specified
  22. # in card settings, this will be superceded by those.
  23. poolURL1="useast.btcguild.com";
  24. poolPort1="8332";
  25. poolUser1="gimeee_pool";
  26. poolPass1="pass";
  27.  
  28. # Backup Pool - if different settings are specified in card
  29. # settings, these will be superceded by those.
  30. poolURL2="uscentral.btcguild.com";
  31. poolPort2="8332";
  32. poolUser2="gimeee_backup";
  33. poolPass2="pass";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement