Advertisement
Guest User

Untitled

a guest
Jul 25th, 2017
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. {
  2. "logging" : {
  3. "config" : "information",
  4. "general" : "information",
  5. "miner" : "information",
  6. "nonceSubmitter" : "information",
  7. "output" : {
  8. "dirDone" : true,
  9. "lastWinner" : true,
  10. "nonceConfirmed" : true,
  11. "nonceFound" : true,
  12. "nonceOnTheWay" : true,
  13. "nonceSent" : true,
  14. "plotDone" : false
  15. },
  16. "path" : "",
  17. "plotReader" : "information",
  18. "plotVerifier" : "information",
  19. "server" : "fatal",
  20. "session" : "error",
  21. "socket" : "off",
  22. "wallet" : "information"
  23. },
  24. "mining" : {
  25. "intensity" : 3,
  26. "maxBufferSizeMB" : 128,
  27. "maxPlotReaders" : 0,
  28. "passphrase" : {
  29. "algorithm" : "aes-256-cbc",
  30. "decrypted" : "",
  31. "deleteKey" : false,
  32. "encrypted" : "",
  33. "iterations" : 0,
  34. "key" : "",
  35. "salt" : ""
  36. },
  37. "plots" : [
  38. "D:\\burst\\plots"
  39. ],
  40. "submissionMaxRetry" : 3,
  41. "targetDeadline" : "0y 0m 20d 15:00:00",
  42. "timeout" : 45,
  43. "urls" : {
  44. "miningInfo" : "http://pool.burstcoin,ro:8080",
  45. "submission" : "http://pool.burstcoin.ro:8080",
  46. "wallet" : "https://wallet.burstcoin.ro:8080"
  47. }
  48. },
  49. "webserver" : {
  50. "credentials" : {
  51. "hashed-pass" : "",
  52. "hashed-user" : "",
  53. "plain-pass" : "",
  54. "plain-user" : ""
  55. },
  56. "start" : true,
  57. "url" : "http://192.168.0.100:8080"
  58. }
  59. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement