Advertisement
NginUS

poolbtcjson

Sep 27th, 2015
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1.  
  2. {
  3. "enabled" : true,
  4. "coin" : "bitcoin.json",
  5.  
  6. "address" : "1HrzpoAexvrBnfxUkLutLR8CWPDRCamJWS",
  7.  
  8. "rewardRecipients" :
  9. {
  10. "1HrzpoAexvrBnfxUkLutLR8CWPDRCamJWS" : 1.5,
  11. "1HrzpoAexvrBnfxUkLutLR8CWPDRCamJWS" : 0.1
  12. },
  13.  
  14. "paymentProcessing" :
  15. {
  16. "enabled" : true,
  17. "paymentInterval" : 20,
  18. "minimumPayment" : 70,
  19. "daemon" :
  20. {
  21. "host" : "127.0.0.1",
  22. "port" : 8332,
  23. "user" : "nD1xWtbbtI",
  24. "password" : "qkOszQ9Kbt"
  25. }
  26. },
  27.  
  28. "ports" :
  29. {
  30. "3080" :
  31. {
  32. "diff" : 8
  33. },
  34.  
  35. "3230" :
  36. {
  37. "diff" : 32,
  38. "varDiff" :
  39. {
  40. "minDiff" : 8,
  41. "maxDiff" : 512,
  42. "targetTime" : 15,
  43. "retargetTime" : 90,
  44. "variancePercent" : 30
  45. }
  46. },
  47. "5632" :
  48. {
  49. "diff" : 256
  50. }
  51. },
  52.  
  53. "daemons" :
  54. {
  55. "host" : "127.0.0.1",
  56. "port" : 3231,
  57. "user" : "user",
  58. "password" : "pass"
  59. },
  60.  
  61. "p2p" :
  62. {
  63. "enabled" : true,
  64. "host" : "127.0.0.1",
  65. "port" : 8332,
  66. "disableTransactions" : true
  67. },
  68.  
  69. "mposMode" :
  70. {
  71. "enabled" : false,
  72. "host" : "127.0.0.1",
  73. "port" : 3306,
  74. "user" : "qNXHB3Yxnl",
  75. "password" : "EYpQfME0px",
  76. "database" : "btc",
  77. "checkPassword" : true,
  78. "autoCreateWorker" : false
  79. }
  80. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement