Advertisement
Guest User

Untitled

a guest
Apr 9th, 2013
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. //cgminer.conf
  2. {
  3. "pools" : [
  4. {
  5. "url" : "http://mtred.com:3333",
  6. "user" : "zell1",
  7. "pass" : "food123"
  8. },
  9. {
  10. "url" : "http://mmpool.bitparking.com:15098",
  11. "user" : "zellt5",
  12. "pass" : "x"
  13. }
  14. ]
  15. ,
  16. "intensity" : "9,9,9",
  17. "vectors" : "1,1,1",
  18. "worksize" : "256,256,64",
  19. "kernel" : "diablo,diablo,poclbm",
  20. "lookup-gap" : "0,0,0",
  21. "thread-concurrency" : "0,0,0",
  22. "shaders" : "0,0,0",
  23. "gpu-engine" : "0-0,0-0,0-0",
  24. "gpu-fan" : "0-85,0-85,0-85",
  25. "gpu-memclock" : "0,0,0",
  26. "gpu-memdiff" : "0,0,0",
  27. "gpu-powertune" : "0,0,0",
  28. "gpu-vddc" : "0.000,0.000,0.000",
  29. "temp-cutoff" : "86,86",
  30. "temp-overheat" : "84,84,85",
  31. "temp-target" : "75,75,75",
  32. "api-listen" : true,
  33. "api-network" : true,
  34. "api-port" : "4028",
  35. "expiry" : "120",
  36. "gpu-dyninterval" : "7",
  37. "gpu-platform" : "0",
  38. "gpu-threads" : "2",
  39. "log" : "5",
  40. "no-pool-disable" : true,
  41. "queue" : "1",
  42. "scan-time" : "60",
  43. "temp-hysteresis" : "3",
  44. "shares" : "0",
  45. "load-balance" : true,
  46. "kernel-path" : "/usr/local/bin",
  47. "api-allow" : "W:127.0.0.1"
  48. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement