Advertisement
jrswab

wownero-xmrig-proxy-base-config

Jul 7th, 2021 (edited)
1,520
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.54 KB | None | 0 0
  1. {
  2.     "access-log-file": null,
  3.     "access-password": null,
  4.     "algo-ext": true,
  5.     "api": {
  6.         "id": null,
  7.         "worker-id": null
  8.     },
  9.     "http": {
  10.         "enabled": false,
  11.         "host": "127.0.0.1",
  12.         "port": 0,
  13.         "access-token": null,
  14.         "restricted": true
  15.     },
  16.     "background": false,
  17.     "bind": [
  18.         {
  19.             "host": "0.0.0.0",
  20.             "port": 3333,
  21.             "tls": false
  22.         },
  23.         {
  24.             "host": "::",
  25.             "port": 3333,
  26.             "tls": false
  27.         }
  28.     ],
  29.     "colors": true,
  30.     "title": true,
  31.     "custom-diff": 0,
  32.     "custom-diff-stats": false,
  33.     "donate-level": 0,
  34.     "log-file": null,
  35.     "mode": "simple",
  36.     "pools": [
  37.         {
  38.             "algo": null,
  39.             "coin": null,
  40.             "url": "your-ip-here:3333",
  41.             "user": "YOUR_WALLET",
  42.             "spend-secret-key": "your spend key here",
  43.             "pass": "x",
  44.             "rig-id": null,
  45.             "keepalive": false,
  46.             "enabled": true,
  47.             "tls": false,
  48.             "tls-fingerprint": null,
  49.             "daemon": true
  50.         }
  51.     ],
  52.     "retries": 2,
  53.     "retry-pause": 1,
  54.     "reuse-timeout": 0,
  55.     "tls": {
  56.         "enabled": false,
  57.         "protocols": null,
  58.         "cert": null,
  59.         "cert_key": null,
  60.         "ciphers": null,
  61.         "ciphersuites": null,
  62.         "dhparam": null
  63.     },
  64.     "user-agent": null,
  65.     "syslog": false,
  66.     "verbose": false,
  67.     "watch": true,
  68.     "workers": true
  69. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement