Advertisement
Guest User

Untitled

a guest
Feb 10th, 2014
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. {
  2. "pools" : [
  3. {
  4. "url" : "stratum+tcp://stratum2.dogehouse.org:943",
  5. "user" : "Rabbern.user",
  6. "pass" : "password"
  7. }
  8. ],
  9.  
  10. "intensity" : "20",
  11. "vectors" : "1",
  12. "worksize" : "256",
  13. "kernel" : "scrypt",
  14. "lookup-gap" : "2",
  15. "thread-concurrency" : "8192",
  16. "shaders" : "1024",
  17. "api-listen" : true,
  18. "api-port" : "4028",
  19. "api-allow" : "W:127.0.0.1",
  20. "expiry" : "120",
  21. "gpu-dyninterval" : "7",
  22. "gpu-platform" : "0",
  23. "gpu-threads" : "1",
  24. "gpu-engine" : "1200",
  25. "gpu-memclock" : "1300",
  26. "gpu-powertune" : "20",
  27. "log" : "5",
  28. "no-pool-disable" : true,
  29. "queue" : "1",
  30. "scan-time" : "60",
  31. "scrypt" : true,
  32. "shares" : "0",
  33. "kernel-path" : "/usr/local/bin"
  34.  
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement