Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
341
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. {
  2. "daemon": {
  3. "host": "127.0.0.1",
  4. "timeout": 5
  5. },
  6. "meta": {
  7. "motd": "Welcome to Ghetto-pool, enjoy your stay! - http://www.gehttomining.ddns.net:8081",
  8. "txMessage": "http://www.Ghettopool.ddns.net/"
  9. },
  10.  
  11. "miner": {
  12. "validateUsername": true,
  13. "timeout": 300
  14. },
  15. "job": {
  16. "blockRefreshInterval": 1000,
  17. "rebroadcastTimeout": 55
  18. },
  19. "stratum": {
  20. "enabled": true,
  21. "bind": "192.168.1.3",
  22. "diff": 16,
  23. "vardiff": {
  24. "enabled": true,
  25. "minDiff": 8,
  26. "maxDiff": 184320,
  27. "targetTime": 10,
  28. "retargetTime": 25,
  29. "variancePercent": 30
  30. }
  31. },
  32. "banning": {
  33. "enabled": true,
  34. "duration": 600,
  35. "invalidPercent": 50,
  36. "checkThreshold": 100,
  37. "purgeInterval": 300
  38. },
  39. "storage": {
  40. "hybrid": {
  41. "enabled": true,
  42. "redis": {
  43. "host": "127.0.0.1",
  44. "port": 6379,
  45. "password": "",
  46. "databaseId": 0
  47. },
  48. "mysql": {
  49. "host": "127.0.0.1",
  50. "port": 3306,
  51. "user": "ghettng",
  52. "password": "Shk0"
  53. }
  54. },
  55. "mpos": {
  56. "enabled": false,
  57. "mysql": {
  58. "host": "localhost",
  59. "port": 3306,
  60. "user": "gng",
  61. "password": "Sh0"
  62. }
  63. }
  64. }
  65. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement