From f6daec0403d44af4383a749d2ef1b5f339961bef Mon Sep 17 00:00:00 2001 From: Salimjamal33 Date: Thu, 14 Nov 2024 17:39:54 +0300 Subject: [PATCH] config.json --- src/config.json | 106 +++++------------------------------------------- 1 file changed, 10 insertions(+), 96 deletions(-) diff --git a/src/config.json b/src/config.json index 1cdedac2..cbe2e168 100644 --- a/src/config.json +++ b/src/config.json @@ -1,104 +1,18 @@ { - "api": { - "id": null, - "worker-id": null - }, - "http": { - "enabled": false, - "host": "127.0.0.1", - "port": 0, - "access-token": null, - "restricted": true - }, "autosave": true, - "background": false, - "colors": true, - "title": true, - "randomx": { - "init": -1, - "init-avx2": -1, - "mode": "auto", - "1gb-pages": false, - "rdmsr": true, - "wrmsr": true, - "cache_qos": false, - "numa": true, - "scratchpad_prefetch_mode": 1 - }, - "cpu": { - "enabled": true, - "huge-pages": true, - "huge-pages-jit": false, - "hw-aes": null, - "priority": null, - "memory-pool": false, - "yield": true, - "max-threads-hint": 100, - "asm": true, - "argon2-impl": null, - "cn/0": false, - "cn-lite/0": false - }, - "opencl": { - "enabled": false, - "cache": true, - "loader": null, - "platform": "AMD", - "adl": true, - "cn/0": false, - "cn-lite/0": false - }, - "cuda": { - "enabled": false, - "loader": null, - "nvml": true, - "cn/0": false, - "cn-lite/0": false - }, - "donate-level": 1, - "donate-over-proxy": 1, - "log-file": null, + "cpu": true, + "opencl": false, + "cuda": false, "pools": [ { - "algo": null, "coin": null, - "url": "donate.v2.xmrig.com:3333", - "user": "YOUR_WALLET_ADDRESS", + "algo": "rx/0", + "url": "xmrpool.eu:9999", + "user": "45G9YKSCyqyEwcZg6uoKq13sCKV75W67YL7Td3QAeGR39tDzd5pZG9hYrByjNya9hnC2QFBLvZwvq41KULdh24rPLsdF7V7", "pass": "x", - "rig-id": null, - "nicehash": false, - "keepalive": false, - "enabled": true, - "tls": false, - "tls-fingerprint": null, - "daemon": false, - "socks5": null, - "self-select": null, - "submit-to-origin": false + "tls": true, + "keepalive": true, + "nicehash": true } - ], - "print-time": 60, - "health-print-time": 60, - "dmi": true, - "retries": 5, - "retry-pause": 5, - "syslog": false, - "tls": { - "enabled": false, - "protocols": null, - "cert": null, - "cert_key": null, - "ciphers": null, - "ciphersuites": null, - "dhparam": null - }, - "dns": { - "ipv6": false, - "ttl": 30 - }, - "user-agent": null, - "verbose": 0, - "watch": true, - "pause-on-battery": false, - "pause-on-active": false + ] }