Advertisement
Guest User

CGMiner example configs

a guest
Oct 13th, 2011
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. ars.conf contains:
  2.  
  3. {
  4. "url" : "http://arsbitcoin.com:8344",
  5. "user" : "example",
  6. "pass" : "pass",
  7.  
  8. "intensity" : "8",
  9. "gpu-fan" : "50-85",
  10. "gpu-memclock" : "300",
  11. "gpu-engine" : "1000,970",
  12. "gpu-vddc" : "1.163,1.175",
  13. "auto-fan" : true,
  14. "temp-target" : "70"
  15.  
  16. }
  17.  
  18. ars2.conf conatains:
  19. {
  20. "url" : "http://server2.arsbitcoin.com:8344",
  21. "user" : "example",
  22. "pass" : "pass"
  23.  
  24. }
  25.  
  26.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement