bfgminer.conf 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "pools" : [
  3. {
  4. "url" : "stratum+tcp://eu-01.miningrigrentals.com:3333/#skipcbcheck#xnsub",
  5. "user" : "wareck.262669",
  6. "pass" : "x",
  7. "pool-priority" : "0"
  8. },
  9. {
  10. "url" : "stratum+tcp://eu-uk01.miningrigrentals.com:3333/#skipcbcheck#xnsub",
  11. "user" : "wareck.262669",
  12. "pass" : "x",
  13. "pool-priority" : "0"
  14. },
  15. {
  16. "url" : "stratum+tcp://hk-01.miningrigrentals.com:3333/#skipcbcheck#xnsub",
  17. "user" : "wareck.262669",
  18. "pass" : "x",
  19. "pool-priority" : "0"
  20. }
  21. ]
  22. ,
  23. "api-mcast-port" : "4028",
  24. "api-port" : "4028",
  25. "expiry" : "120",
  26. "expiry-lp" : "3600",
  27. "failover-switch-delay" : "300",
  28. "failover-only" : true,
  29. "log" : "20",
  30. "no-pool-disable" : true,
  31. "no-client-reconnect" : true,
  32. "no-show-processors" : true,
  33. "no-show-procs" : true,
  34. "no-unicode" : true,
  35. "queue" : "1",
  36. "quiet-work-updates" : true,
  37. "quiet-work-update" : true,
  38. "scan-time" : "60",
  39. "skip-security-checks" : "0",
  40. "submit-stale" : true,
  41. "temp-hysteresis" : "3",
  42. "shares" : 0,
  43. "kernel-path" : "/usr/local/share/bfgminer",
  44. "scan" : [
  45. "all"
  46. ]
  47. }