Advertisement
Jahus

cgminer - example

May 15th, 2014
418
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.36 KB | None | 0 0
  1. {
  2. "pools" : [
  3.     {
  4.         "url" : "stratum+tcp://eu1.captaindoge.com:3333",
  5.         "user" : "Jahus.Sandy",
  6.         "pass" : "PASS"
  7.     }
  8. ],
  9. "intensity" : "10",
  10. "worksize" : "128",
  11. "thread-concurrency" : "3200",
  12. "gpu-threads" : "1",
  13. "vectors" : "1",
  14. "gpu-fan" : "30-70",
  15. "auto-fan" : true,
  16. "auto-gpu" : true,
  17. "no-pool-disable" : true,
  18. "scrypt" : true,
  19. "compact" : true
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement