Advertisement
JMilone

CGMiner Basic Configuration

Apr 26th, 2013
1,598
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. {
  2. "pools" : [
  3. {
  4. "url" : "http://url1:8332",
  5. "user" : "user1",
  6. "pass" : "pass1"
  7. },
  8. {
  9. "url" : "http://url2:8344",
  10. "user" : "user2",
  11. "pass" : "pass2"
  12. }
  13. ],
  14.  
  15. "intensity" : "d",
  16. "temp-cutoff" : "95",
  17. "temp-overheat" : "85",
  18. "temp-target" : "75",
  19. "api-listen" : true,
  20. "api-allow" : "W: 127.0.0.1",
  21. "auto-fan" : true,
  22. "auto-gpu" : true,
  23. "expiry" : "120",
  24. "failover-only" : true,
  25. "gpu-threads" : "2",
  26. "log" : "5",
  27. "queue" : "1",
  28. "scan-time" : "60",
  29. "temp-hysteresis" : "3",
  30.  
  31. "kernel-path" : "/usr/local/bin"
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement