FirstFire

XMRig Proxy v6.3.0 config.json

Aug 2nd, 2020 (edited)
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.57 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.     "custom-diff": 100000,
  31.     "custom-diff-stats": true,
  32.     "donate-level": 0,
  33.     "log-file": "proxymine.log",
  34.     "mode": "nicehash",
  35.     "pools": [
  36.         {
  37.             "algo": null,
  38.             "coin": "monero",
  39.             "url": "127.0.0.1:18081",
  40.             "user": "sxyjA1MP4bY5H5armx4P8HiibfdVaqT5UYRjaufC578bvJ3Nih1wb4QoEj2pUANSR1UKDDXaYrYReekFR9TBwFZiAcVW",
  41.             "pass": "x",
  42.             "rig-id": null,
  43.             "keepalive": false,
  44.             "enabled": true,
  45.             "tls": false,
  46.             "tls-fingerprint": null,
  47.             "daemon": true
  48.         }
  49.     ],
  50.     "retries": 2,
  51.     "retry-pause": 1,
  52.     "reuse-timeout": 0,
  53.     "tls": {
  54.         "enabled": true,
  55.         "protocols": null,
  56.         "cert": null,
  57.         "cert_key": null,
  58.         "ciphers": null,
  59.         "ciphersuites": null,
  60.         "dhparam": null
  61.     },
  62.     "print-time": 0,
  63.     "user-agent": null,
  64.     "syslog": false,
  65.     "verbose": false,
  66.     "watch": true,
  67.     "workers": true
  68. }
Add Comment
Please, Sign In to add comment