Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2014
532
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. {
  2. "pools" : [
  3. {
  4. "url" : "stratum+tcp://pool.info:3333",
  5. "user" : "worker.name",
  6. "pass" : "pass"
  7. }
  8. ]
  9. ,
  10. "api-allow" : "W:127.0.0.1",
  11. "auto-fan" : true,
  12. "auto-gpu" : true,
  13. "temp-cutoff" : "84",
  14. "temp-overheat" : "81",
  15. "temp-target" : "76",
  16. "gpu-fan" : "50-80",
  17. "intensity" : "19",
  18. "vectors" : "1",
  19. "worksize" : "256",
  20. "kernel" : "scrypt",
  21. "lookup-gap" : "2",
  22. "thread-concurrency" : "22400",
  23. "shaders" : "0",
  24. "api-port" : "4028",
  25. "expiry" : "120",
  26. "gpu-dyninterval" : "7",
  27. "gpu-platform" : "0",
  28. "gpu-threads" : "1",
  29. "gpu-engine" : "1050",
  30. "gpu-memclock" : "1500",
  31. "gpu-powertune" : "20",
  32. "log" : "5",
  33. "no-pool-disable" : true,
  34. "queue" : "1",
  35. "scan-time" : "60",
  36. "scrypt" : true,
  37. "shares" : "0",
  38. "kernel-path" : "/usr/local/bin"
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement