Advertisement
NginUS

cfgjson

Sep 27th, 2015
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.99 KB | None | 0 0
  1. {
  2. "logLevel": "debug",
  3. "logColors": true,
  4.  
  5. "cliPort": 17117,
  6.  
  7. "clustering": {
  8. "enabled": false,
  9. "forks": "auto"
  10. },
  11.  
  12. "blockNotifyListener": {
  13. "enabled": true,
  14. "port": 8117,
  15. "password": "qkOszQ9Kbt"
  16. },
  17.  
  18. "defaultPoolConfigs": {
  19. "blockRefreshInterval": 1000,
  20. "jobRebroadcastTimeout": 55,
  21. "connectionTimeout": 600,
  22. "emitInvalidBlockHashes": false,
  23. "validateWorkerUsername": true,
  24. "tcpProxyProtocol": false,
  25. "banning": {
  26. "enabled": true,
  27. "time": 600,
  28. "invalidPercent": 50,
  29. "checkThreshold": 500,
  30. "purgeInterval": 300
  31. },
  32. "redis": {
  33. "host": "127.0.0.1",
  34. "port": 6379
  35. }
  36. },
  37.  
  38. "website": {
  39. "enabled": false,
  40. "host": "localhost",
  41. "port": 8080,
  42. "stratumHost": "localhost",
  43. "stats": {
  44. "updateInterval": 60,
  45. "historicalRetention": 43200,
  46. "hashrateWindow": 300
  47. },
  48. "adminCenter": {
  49. "enabled": true,
  50. "password": "LOc3VikXX4"
  51. }
  52. },
  53.  
  54. "redis": {
  55. "host": "127.0.0.1",
  56. "port": 6379
  57. },
  58.  
  59. "switching": {
  60. "switch1": {
  61. "enabled": false,
  62. "algorithm": "sha256",
  63. "ports": {
  64. "3333": {
  65. "diff": 10,
  66. "varDiff": {
  67. "minDiff": 16,
  68. "maxDiff": 512,
  69. "targetTime": 15,
  70. "retargetTime": 90,
  71. "variancePercent": 30
  72. }
  73. }
  74. }
  75. },
  76. "switch2": {
  77. "enabled": false,
  78. "algorithm": "scrypt",
  79. "ports": {
  80. "4444": {
  81. "diff": 10,
  82. "varDiff": {
  83. "minDiff": 16,
  84. "maxDiff": 512,
  85. "targetTime": 15,
  86. "retargetTime": 90,
  87. "variancePercent": 30
  88. }
  89. }
  90. }
  91. },
  92. "switch3": {
  93. "enabled": false,
  94. "algorithm": "x11",
  95. "ports": {
  96. "5555": {
  97. "diff": 0.001,
  98. "varDiff": {
  99. "minDiff": 0.001,
  100. "maxDiff": 1,
  101. "targetTime": 15,
  102. "retargetTime": 60,
  103. "variancePercent": 30
  104. }
  105. }
  106. }
  107. }
  108. },
  109.  
  110. "profitSwitch": {
  111. "enabled": false,
  112. "updateInterval": 600,
  113. "depth": 0.90,
  114. "usePoloniex": true,
  115. "useCryptsy": true,
  116. "useMintpal": true,
  117. "useBittrex": true
  118. }
  119. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement