Advertisement
Guest User

Untitled

a guest
Aug 11th, 2015
476
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. {
  2. "pools" : [
  3. {
  4. "name" : "Verters",
  5. "url" : "stratum+tcp://pool.verters.com:3333",
  6. "user" : "x",
  7. "pass" : "x",
  8. "pool-priority" : "0"
  9. },
  10. {
  11. "name" : "Coinotron",
  12. "url" : "stratum+tcp://coinotron.com:3340",
  13. "user" : "x",
  14. "pass" : "x",
  15. "pool-priority" : "1"
  16. },
  17. {
  18. "name" : "Give-Me",
  19. "url" : "stratum+tcp://vtc.give-me-coins.com:3337",
  20. "user" : "x",
  21. "pass" : "x",
  22. "pool-priority" : "2"
  23. }
  24. ],
  25. "api-allow" : "W:127.0.0.1",
  26. "api-listen" : true,
  27. "api-port" : "4028",
  28. "intensity" : "17",
  29. "worksize" : "32",
  30. "kernel" : "Lyra2REv2",
  31. "algorithm" : "Lyra2REv2",
  32. "lookup-gap" : "2",
  33. "thread-concurrency" : "8192",
  34. "gpu-fan" : "100",
  35. "gpu-threads" : "2",
  36. "gpu-memclock" : "1600",
  37. "gpu-engine" : "1100",
  38. "gpu-powertune" : "20",
  39. "temp-cutoff" : "95",
  40. "temp-overheat" : "85",
  41. "temp-target" : "80",
  42. "expiry" : "28",
  43. "failover-switch-delay" : "60",
  44. "gpu-dyninterval" : "7",
  45. "gpu-platform" : "0",
  46. "auto-fan" : "true",
  47. "auto-gpu" : "true",
  48. "log" : "20",
  49. "no-pool-disable" : true,
  50. "queue" : "1",
  51. "scan-time" : "7",
  52. "tcp-keepalive" : "30",
  53. "temp-hysteresis" : "0",
  54. "shares" : "0",
  55. "kernel-path" : "/usr/local/bin"
  56. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement