Guest User

Untitled

a guest
Jul 1st, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. {
  2. "logging" : {
  3. "config" : "information",
  4. "general" : "information",
  5. "logfile" : true,
  6. "miner" : "information",
  7. "nonceSubmitter" : "information",
  8. "output" : {
  9. "dirDone" : true,
  10. "lastWinner" : false,
  11. "nonceConfirmed" : true,
  12. "nonceFound" : true,
  13. "nonceFoundTooHigh" : false,
  14. "nonceSent" : true,
  15. "plotDone" : false
  16. },
  17. "outputType" : "terminal",
  18. "path" : "/logs/",
  19. "plotReader" : "information",
  20. "plotVerifier" : "information",
  21. "progressBar" : {
  22. "fancy" : false,
  23. "steady" : false
  24. },
  25. "server" : "fatal",
  26. "session" : "error",
  27. "socket" : "off",
  28. "useColors" : true,
  29. "verbose" : true,
  30. "wallet" : "fatal"
  31. },
  32. "mining" : {
  33. "bufferChunkCount" : 16,
  34. "cpuInstructionSet" : "AVX2",
  35. "databasePath" : "/config/data.db",
  36. "getMiningInfoInterval" : 3,
  37. "gpuDevice" : 0,
  38. "gpuPlatform" : 0,
  39. "intensity" : 0,
  40. "maxBufferSizeMB" : 0,
  41. "maxHistoricalBlocks" : 360,
  42. "maxPlotReaders" : 0,
  43. "passphrase" : "",
  44. "plots" : [
  45. "/plot/01"
  46. ],
  47. "poc2StartBlock" : 502000,
  48. "processorType" : "CPU",
  49. "rescanEveryBlock" : false,
  50. "submissionMaxRetry" : 10,
  51. "submitProbability" : 0.999,
  52. "targetDeadline" : "00:00:00",
  53. "timeout" : 45,
  54. "urls" : {
  55. "miningInfo" : "https://burstneon.com:8080",
  56. "proxy" : "",
  57. "submission" : "https://burstneon.com:8080",
  58. "wallet" : "https://wallet.burst.cryptoguru.org:8125/"
  59. },
  60. "useInsecurePlotfiles" : false,
  61. "wakeUpTime" : 0,
  62. "walletRequestRetryWaitTime" : 3,
  63. "walletRequestTries" : 3,
  64. "workerName" : ""
  65. },
  66. "webserver" : {
  67. "activeConnections" : 256,
  68. "calculateEveryDeadline" : false,
  69. "certificate" : {
  70. "pass" : "",
  71. "path" : ""
  72. },
  73. "connectionQueue" : 64,
  74. "credentials" : {
  75. "pass" : "::::78e559b7fef76d078d5f8b6c1488c593083f9812::::60b4a7b7ec0d53b9e50a9f054b730696dd5a645c",
  76. "user" : "::::d0568f70b338fde6dfa60dbcab5778fcf094756c::::70e3988df6659b9cfd12657c1f9703ea207f8a1a"
  77. },
  78. "cumulatePlotsizes" : true,
  79. "forwardMinerNames" : true,
  80. "forwardUrls" : [
  81. "^/burst&requestType=getMiningInfo$",
  82. "^/burst&requestType=getAccount&accountId=\\d+$"
  83. ],
  84. "start" : true,
  85. "url" : "http://0.0.0.0:8124"
  86. }
  87. }
Add Comment
Please, Sign In to add comment