Advertisement
killandroy

Untitled

Oct 19th, 2018
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. {
  2. "pools": [
  3. {
  4. "hostname": "gulf.moneroocean.stream",
  5. "port": 12048,
  6. "ssl": false,
  7. "allowSelfSignedSSL": false,
  8. "share": 0,
  9. "username": "xxx",
  10. "password": "xxx1",
  11. "keepAlive": true,
  12. "algo": [ "cn/2" ],
  13. "blob_type": "cryptonote",
  14. "default": true
  15. },
  16. {
  17. "hostname": "pool.monero.hashvault.pro",
  18. "port": 3333 ,
  19. "ssl": false,
  20. "allowSelfSignedSSL": false,
  21. "share": 100,
  22. "username": "xxxxxxxxxxx",
  23. "password": "xxx2",
  24. "keepAlive": true,
  25. "algo": [ "cn/2" ],
  26. "blob_type": "cryptonote",
  27. "default": false
  28. }
  29. ],
  30. "listeningPorts": [
  31. {
  32. "port": 8080,
  33. "ssl": false,
  34. "diff": 5000
  35. },
  36. {
  37. "port": 8443,
  38. "ssl": true,
  39. "diff": 5000
  40. },
  41. {
  42. "port": 3333,
  43. "ssl": false,
  44. "diff": 10000
  45. }
  46. ],
  47. "bindAddress": "0.0.0.0",
  48. "developerShare": 1,
  49. "daemonAddress": "127.0.0.1:18081",
  50. "accessControl": {
  51. "enabled": false,
  52. "controlFile": "accessControl.json"
  53. },
  54. "httpEnable": true,
  55. "httpAddress": "0.0.0.0",
  56. "httpPort": "8081",
  57. "httpUser": "xxxx",
  58. "httpPass": "xxxx",
  59. "addressWorkerID": false,
  60. "minerInactivityTime": 120,
  61. "keepOfflineMiners": 0,
  62. "theme": "light",
  63. "coinSettings": {
  64. "xmr":{
  65. "minDiff": 100,
  66. "maxDiff": 300000,
  67. "shareTargetTime": 15
  68. }
  69. }
  70. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement