Advertisement
JudeAustin

7950 cgminer conf.

Sep 14th, 2013
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. {
  2. "pools" : [
  3. {
  4. "url" : "pool",
  5. "user" : "user",
  6. "pass" : "pass"
  7. }
  8. ],
  9.  
  10. "intensity" : "7",
  11. "gpu-engine" : "1150",
  12. "gpu-fan" : "0-100",
  13. "gpu-memclock" : "950",
  14. "gpu-powertune" : "20",
  15. "temp-cutoff" : "95",
  16. "temp-overheat" : "85",
  17. "temp-target" : "75",
  18.  
  19. "auto-fan" : true,
  20. "auto-gpu" : true,
  21. "expiry" : "120",
  22. "failover-only" : true,
  23. "gpu-threads" : "7",
  24. "log" : "5",
  25. "queue" : "1",
  26. "scan-time" : "60",
  27. "temp-hysteresis" : "3",
  28.  
  29. "kernel-path" : "/usr/local/bin"
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement