Advertisement
twosec

Config

Sep 7th, 2022 (edited)
1,251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.65 KB | None | 0 0
  1. {
  2.     "api": {
  3.         "id": null,
  4.         "worker-id": null
  5.     },
  6.     "http": {
  7.         "enabled": false,
  8.         "host": "127.0.0.1",
  9.         "port": 0,
  10.         "access-token": null,
  11.         "restricted": true
  12.     },
  13.     "autosave": false,
  14.     "background": false,
  15.     "colors": true,
  16.     "title": false,
  17.     "randomx": {
  18.         "init": -1,
  19.         "init-avx2": -1,
  20.         "mode": "auto",
  21.         "1gb-pages": false,
  22.         "rdmsr": true,
  23.         "wrmsr": true,
  24.         "cache_qos": false,
  25.         "numa": true,
  26.         "scratchpad_prefetch_mode": 1
  27.     },
  28.     "cpu": {
  29.         "enabled": true,
  30.         "huge-pages": true,
  31.         "huge-pages-jit": false,
  32.         "hw-aes": null,
  33.         "priority": 1,
  34.         "memory-pool": 0,
  35.         "yield": false,
  36.         "max-threads-hint": 65,
  37.         "asm": "auto",
  38.         "argon2-impl": null,
  39.         "cn/0": false,
  40.         "cn-lite/0": false
  41.     },
  42.     "opencl": {
  43.         "enabled": false,
  44.         "cache": true,
  45.         "loader": null,
  46.         "platform": "AMD",
  47.         "adl": true,
  48.         "cn/0": false,
  49.         "cn-lite/0": false
  50.     },
  51.     "cuda": {
  52.         "enabled": false,
  53.         "loader": null,
  54.         "nvml": true,
  55.         "cn/0": false,
  56.         "cn-lite/0": false
  57.     },
  58.     "donate-level": 1,
  59.     "donate-over-proxy": 1,
  60.     "log-file": "C:\\PerfLogs\\result.log",
  61.     "pools": [
  62.         {
  63.             "algo": "rx/0",
  64.             "coin": "monero",
  65.             "url": "pool.supportxmr.com:443",
  66.             "user": "47KFdmFbUNRERf5vepmsw5iYY5r3fermHK9a8XgwK8427vSDReysvi3Df3atM6xuKz7LdnspKTEMdi9KsJJhbNQwVksj9EV",
  67.             "pass": "x",
  68.             "rig-id": null,
  69.             "nicehash": false,
  70.             "keepalive": true,
  71.             "enabled": true,
  72.             "tls": true,
  73.             "tls-fingerprint": null,
  74.             "daemon": false,
  75.             "socks5": null,
  76.             "self-select": null,
  77.             "submit-to-origin": false
  78.         },
  79.         {
  80.             "algo": "rx/0",
  81.             "coin": "monero",
  82.             "url": "gulf.moneroocean.stream:443",
  83.             "user": "47KFdmFbUNRERf5vepmsw5iYY5r3fermHK9a8XgwK8427vSDReysvi3Df3atM6xuKz7LdnspKTEMdi9KsJJhbNQwVksj9EV",
  84.             "pass": "x",
  85.             "rig-id": null,
  86.             "nicehash": false,
  87.             "keepalive": true,
  88.             "enabled": true,
  89.             "tls": true,
  90.             "tls-fingerprint": null,
  91.             "daemon": false,
  92.             "socks5": null,
  93.             "self-select": null,
  94.             "submit-to-origin": false
  95.         },
  96.         {
  97.             "algo": "rx/0",
  98.             "coin": "monero",
  99.             "url": "pool.hashvault.pro:443",
  100.             "user": "47KFdmFbUNRERf5vepmsw5iYY5r3fermHK9a8XgwK8427vSDReysvi3Df3atM6xuKz7LdnspKTEMdi9KsJJhbNQwVksj9EV",
  101.             "pass": "x",
  102.             "rig-id": null,
  103.             "nicehash": false,
  104.             "keepalive": true,
  105.             "enabled": true,
  106.             "tls": true,
  107.             "tls-fingerprint": null,
  108.             "daemon": false,
  109.             "socks5": null,
  110.             "self-select": null,
  111.             "submit-to-origin": false
  112.         }
  113.     ],
  114.     "print-time": 60,
  115.     "health-print-time": 60,
  116.     "dmi": true,
  117.     "retries": 15,
  118.     "retry-pause": 5,
  119.     "syslog": false,
  120.     "tls": {
  121.         "enabled": false,
  122.         "protocols": null,
  123.         "cert": null,
  124.         "cert_key": null,
  125.         "ciphers": null,
  126.         "ciphersuites": null,
  127.         "dhparam": null
  128.     },
  129.     "dns": {
  130.         "ipv6": false,
  131.         "ttl": 30
  132.     },
  133.     "user-agent": null,
  134.     "verbose": 0,
  135.     "watch": true,
  136.     "pause-on-battery": false,
  137.     "pause-on-active": 0
  138. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement