FirstFire

XMRig v6.3.1 config.json

Jul 28th, 2020 (edited)
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.89 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": true,
  14.     "background": false,
  15.     "colors": true,
  16.     "title": true,
  17.     "randomx": {
  18.         "init": -1,
  19.         "mode": "auto",
  20.         "1gb-pages": false,
  21.         "rdmsr": true,
  22.         "wrmsr": true,
  23.         "numa": true
  24.     },
  25.     "cpu": {
  26.         "enabled": true,
  27.         "huge-pages": true,
  28.         "hw-aes": null,
  29.         "priority": 5,
  30.         "memory-pool": false,
  31.         "yield": true,
  32.         "asm": true,
  33.         "argon2-impl": null,
  34.         "astrobwt-max-size": 550,
  35.         "astrobwt-avx2": false,
  36.         "argon2": [0, 1, 2, 3, 4, 5, 6, 7],
  37.         "astrobwt": [0, 1, 2, 3, 4, 5, 6, 7],
  38.         "cn": [
  39.             [1, 0],
  40.             [1, 2],
  41.             [1, 4],
  42.             [1, 6]
  43.         ],
  44.         "cn-heavy": [
  45.             [1, 0],
  46.             [1, 2]
  47.         ],
  48.         "cn-lite": [
  49.             [1, 0],
  50.             [1, 1],
  51.             [1, 2],
  52.             [1, 3],
  53.             [1, 4],
  54.             [1, 5],
  55.             [1, 6],
  56.             [1, 7]
  57.         ],
  58.         "cn-pico": [
  59.             [2, 0],
  60.             [2, 1],
  61.             [2, 2],
  62.             [2, 3],
  63.             [2, 4],
  64.             [2, 5],
  65.             [2, 6],
  66.             [2, 7]
  67.         ],
  68.         "rx": [0, 2, 4, 6],
  69.         "rx/wow": [0, 1, 2, 3, 4, 5, 6, 7],
  70.         "cn/0": false,
  71.         "cn-lite/0": false,
  72.         "kawpow": false,
  73.         "rx/arq": "rx/wow",
  74.         "rx/keva": "rx/wow"
  75.     },
  76.     "opencl": {
  77.         "enabled": false,
  78.         "cache": true,
  79.         "loader": null,
  80.         "platform": "AMD",
  81.         "adl": true,
  82.         "cn/0": false,
  83.         "cn-lite/0": false
  84.     },
  85.     "cuda": {
  86.         "enabled": false,
  87.         "loader": null,
  88.         "nvml": true,
  89.         "cn/0": false,
  90.         "cn-lite/0": false
  91.     },
  92.     "donate-level": 1,
  93.     "donate-over-proxy": 1,
  94.     "log-file": null,
  95.     "pools": [
  96.         {
  97.             "algo": null,
  98.             "coin": "monero",
  99.             "url": "127.0.0.1:3333",
  100.             "user": "sxyjA1MP4bY5H5armx4P8HiibfdVaqT5UYRjaufC578bvJ3Nih1wb4QoEj2pUANSR1UKDDXaYrYReekFR9TBwFZiAcVW",
  101.             "enabled": true,
  102.             "tls": false,
  103.             "tls-fingerprint": null,
  104.             "daemon": false,
  105.             "socks5": null,
  106.             "daemon-poll-interval": 1000
  107.         }
  108.     ],
  109.     "print-time": 0,
  110.     "health-print-time": 0,
  111.     "retries": 15,
  112.     "retry-pause": 15,
  113.     "syslog": false,
  114.     "tls": {
  115.         "enabled": false,
  116.         "protocols": null,
  117.         "cert": null,
  118.         "cert_key": null,
  119.         "ciphers": null,
  120.         "ciphersuites": null,
  121.         "dhparam": null
  122.     },
  123.     "user-agent": null,
  124.     "verbose": 0,
  125.     "watch": true
  126. }
Add Comment
Please, Sign In to add comment