Advertisement
pekv2

cgminer.conf

May 2nd, 2013
3,172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. {
  2. "pools" : [
  3. {
  4. "url" : "pool1:port",
  5. "user" : "username.1",
  6. "pass" : "password"
  7. },
  8. {
  9. "url" : "pool2:port",
  10. "user" : "username.1",
  11. "pass" : "password"
  12. }
  13. ]
  14. ,
  15. "intensity" : "19,19",
  16. "thread-concurrency" : "5824,5824",
  17. "vectors" : "1,1",
  18. "worksize" : "256,256",
  19. "kernel" : "scrypt,scrypt",
  20. "gpu-fan" : "0-75,0-75",
  21. "gpu-vddc" : "1.088,1.088",
  22. "gpu-engine" : "0-944,0-944",
  23. "gpu-memclock" : "1180,1180",
  24. "gpu-memdiff" : "0,0",
  25. "gpu-powertune" : "0,0",
  26. "temp-cutoff" : "0,0",
  27. "temp-overheat" : "102,102",
  28. "temp-target" : "100,100",
  29. "api-port" : "4028",
  30. "expiry" : "120",
  31. "gpu-dyninterval" : "7",
  32. "gpu-threads" : "1",
  33. "log" : "5",
  34. "queue" : "1",
  35. "retry-pause" : "5",
  36. "scan-time" : "60",
  37. "scrypt" : true,
  38. "temp-hysteresis" : "3",
  39. "shares" : "0",
  40. "kernel-path" : "/usr/local/bin"
  41. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement