Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2014
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. {
  2. "logDirectory" : "/home/proxy_vesper_rigs/stratum/logs/logsrig1",
  3. "logLevel" : "DEBUG",
  4. "stratumListenPort" : 7740,
  5. "stratumListenAddress" : "178.33.17.85",
  6. "getworkListenPort" : 55555,
  7. "getworkListenAddress" : "0.0.0.0",
  8. "apiListenPort" : 7040,
  9. "apiListenAddress" : "178.33.17.85",
  10. "poolConnectionRetryDelay" : 10,
  11. "poolReconnectStabilityPeriod" : 10,
  12. "poolNoNotifyTimeout" : 240,
  13. "rejectReconnectOnDifferentHost" : false,
  14. "poolHashrateSamplingPeriod" : 300,
  15. "userHashrateSamplingPeriod" : 300,
  16. "connectionHashrateSamplingPeriod" : 300,
  17. "isScrypt" : false,
  18. "databaseDirectory": "/home/proxy_vesper_rigs/stratum/dbs/dbrig1",
  19. "hashrateDatabaseSamplingPeriod": 60,
  20. "hashrateDatabaseHistoryDepth": 7,
  21. "noMidstate": false,
  22. "apiLogLevel": "INFO",
  23. "validateSha26GetworkShares": false,
  24. "poolSwitchingStrategy": "priorityFailover",
  25. "pools" : [ {
  26. "name" : "Betarigs 7740 X11",
  27. "host" : "r7740.g77.rigs.eu.betarigs.com:10589",
  28. "user" : "sundark-7740",
  29. "password" : "x",
  30. "enableExtranonceSubscribe" : false,
  31. "isEnabled": true
  32. }, {
  33. "name" : "Nice Hash X11",
  34. "host" : "stratum.nicehash.com:3336",
  35. "user" : "19yinwfauhdGxJZuPm56GJVZUwVvn5GzGF",
  36. "appendWorkerNames" : false,
  37. "workerNameSeparator" : ".",
  38. "password" : "p=0.30;d=0.02",
  39. "enableExtranonceSubscribe" : false,
  40. "isEnabled": true,
  41. "useWorkerPassword" : false
  42. }, {
  43. "name" : "Waffle Pool X11",
  44. "host" : "eu.wafflepool.com:3331",
  45. "user" : "1MrTmdNSxR22uY3p6hHJg3bCBbNiPq9pCR",
  46. "appendWorkerNames" : true,
  47. "workerNameSeparator" : "_",
  48. "password" : "d=0.02",
  49. "enableExtranonceSubscribe" : false,
  50. "isEnabled": true,
  51. "useWorkerPassword" : false
  52. } ]
  53. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement