Advertisement
Guest User

pisello

a guest
Oct 31st, 2014
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. {
  2. "logDirectory" : "",
  3. "logLevel" : "ERROR",
  4. "disableLogAppend": false,
  5. "stratumListenPort" : 3333,
  6. "stratumListenAddress" : "0.0.0.0",
  7. "disableStratum": false,
  8. "getworkListenPort" : 8332,
  9. "getworkListenAddress" : "0.0.0.0",
  10. "disableGetwork": true,
  11. "apiListenPort" : 443,
  12. "apiListenAddress" : "0.0.0.0",
  13. "disableApi": false,
  14. "poolConnectionRetryDelay" : 5,
  15. "poolReconnectStabilityPeriod" : 5,
  16. "poolNoNotifyTimeout" : 240,
  17. "rejectReconnectOnDifferentHost" : false,
  18. "poolHashrateSamplingPeriod" : 600,
  19. "userHashrateSamplingPeriod" : 600,
  20. "connectionHashrateSamplingPeriod" : 600,
  21. "isScrypt" : true,
  22. "databaseDirectory": "",
  23. "hashrateDatabaseSamplingPeriod": 60,
  24. "hashrateDatabaseHistoryDepth": 7,
  25. "noMidstate": false,
  26. "apiLogLevel": "INFO",
  27. "validateSha26GetworkShares": true,
  28. "poolSwitchingStrategy": "weightedRoundRobin",
  29. "weightedRoundRobinRoundDuration": 8,
  30. "apiUser": "USER",
  31. "apiPassword": "PASS",
  32. // The apiEnableSsl should be set to true or left commented if an apiUser is $
  33. "apiEnableSsl": true,
  34. "pools": [
  35. {
  36. "name" : "1",
  37. "host" : "66.55.92.73:8000",
  38. "user" : "id",
  39. "password" : "123",
  40. "weight" : 1,
  41. "enableExtranonceSubscribe" : true,
  42. "isEnabled": true
  43. },
  44. {
  45. "name" : "2",
  46. "host" : "66.55.92.73:8000",
  47. "user" : "id",
  48. "password" : "123",
  49. "weight" : 1,
  50. "enableExtranonceSubscribe" : true,
  51. "isEnabled": true
  52. },
  53. {
  54. "name" : "3",
  55. "host" : "66.55.92.73:8000",
  56. "user" : "id",
  57. "password" : "123",
  58. "weight" : 1,
  59. "enableExtranonceSubscribe" : true,
  60. "isEnabled": true
  61. },
  62. {
  63. "name" : "4",
  64. "host" : "66.55.92.73:8000",
  65. "user" : "id",
  66. "password" : "123",
  67. "weight" : 1,
  68. "enableExtranonceSubscribe" : true,
  69. "isEnabled": true
  70. }]
  71. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement