bfgminer.conf 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "pools" : [
  3. {
  4. "url" : "stratum+tcp://eu-de01.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://au-01.miningrigrentals.com:3333/#skipcbcheck#xnsub",
  17. "user" : "wareck.262669",
  18. "pass" : "x",
  19. "pool-priority" : "0"
  20. }
  21. ]
  22. ,
  23. "api-listen" : true,
  24. "api-mcast-port" : "4028",
  25. "api-port" : "4028",
  26. "expiry" : "120",
  27. "expiry-lp" : "3600",
  28. "failover-switch-delay" : "100",
  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. "set-device" : [],
  48. "api-allow" : "127.0.0.1"
  49. }