diff --git a/config.json b/config.json new file mode 100644 index 0000000..77b20e0 --- /dev/null +++ b/config.json @@ -0,0 +1,103 @@ +{ + "api": { + "id": null, + "worker-id": null + }, + "http": { + "enabled": false, + "host": "127.0.0.1", + "port": 0, + "access-token": null, + "restricted": true + }, + "autosave": false, + "background": false, + "colors": false, + "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": 1, + "memory-pool": false, + "yield": true, + "asm": true, + "rx": 6, + "rx/wow": 6, + "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": 0, + "donate-over-proxy": 1, + "log-file": null, + "pools": [ + { + "algo": "rx/0", + "coin": null, + "url": "xmr-us-west1.nanopool.org:10300", + "user": "49jn1VjyZPGFFg2G4VBNENBNYqJV9UjRXHBoH2CKqniSaWSZ9Xe2kqiVB7xSCzNnS4c1uW5b1JWPcfudE3Cbcqa1QUZD6nE.worker01/as@gmail.com", + "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 + } + ], + "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": { + "ip_version": 0, + "ttl": 30 + }, + "user-agent": null, + "verbose": 0, + "watch": true, + "pause-on-battery": false, + "pause-on-active": false +} \ No newline at end of file