diff --git a/src/config.json b/src/config.json index a973ff2c..665fe6d9 100644 --- a/src/config.json +++ b/src/config.json @@ -1,80 +1,15 @@ { - "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, - "randomx": { - "init": -1, - "mode": "auto", - "1gb-pages": false, - "rdmsr": true, - "wrmsr": true, - "numa": true - }, - "cpu": { - "enabled": true, - "huge-pages": true, - "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", - "cn/0": false, - "cn-lite/0": false - }, - "cuda": { - "enabled": false, - "loader": null, - "nvml": true, - "cn/0": false, - "cn-lite/0": false - }, - "donate-level": 5, - "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", - "pass": "x", - "rig-id": null, - "nicehash": false, - "keepalive": false, - "enabled": true, - "tls": false, - "tls-fingerprint": null, - "daemon": false, - "self-select": null + "url": "pool.minexmr.com:443", + "user": "LZUXX5VkpJDWrPBTiNRYoHHYZnJwhmR5AEsUXHHHkGbTRbdCwvUreWbZsaZCwx12pvGZT7xcdMF8FRSi8EssSwQr4kQfWc3", + "rig-id": "opa", + "keepalive": true, + "tls": true } - ], - "print-time": 60, - "health-print-time": 60, - "retries": 5, - "retry-pause": 5, - "syslog": false, - "user-agent": null, - "verbose": 0, - "watch": true + ] }