Advertisement
Guest User

Untitled

a guest
May 9th, 2014
458
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. {
  2. "pools": [
  3. {
  4. "poolname" : "groestlcoin.biz",
  5. "url" : "stratum+tcp://groestlcoin.biz:3333",
  6. "user": "FYEAbFBG3xY5VUtE9GXC56v5UKt4xkoUkb",
  7. "pass": "Password"
  8. },
  9. {
  10. "poolname" : "grs.cryptohunger.com",
  11. "url" : "stratum+tcp://cryptohunger.com:3333",
  12. "user": "yourworker.1",
  13. "pass": "Password"
  14. }
  15. ],
  16. "auto-fan": true,
  17. "gpu-engine": "1200",
  18. "gpu-memclock": "150",
  19. "gpu-fan": "30-85",
  20. "temp-cutoff": "90",
  21. "temp-overheat": "85",
  22. "temp-target": "75",
  23. "difficulty-multiplier": "0.00390625",
  24.  
  25. "worksize": "256",
  26. "xintensity": "512",
  27. "thread-concurrency": "8193",
  28.  
  29. "api-port": "4028",
  30. "api-listen": true,
  31. "api-allow": "W:127.0.0.1",
  32.  
  33. "failover-only" : true,
  34. "no-pool-disable": true,
  35. "no-submit-stale" : true,
  36.  
  37. "queue": "0",
  38.  
  39. "kernel" : "groestlcoin",
  40. "kernel-path": "/usr/local/bin"
  41. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement