mirror of
https://github.com/xmrig/xmrig.git
synced 2024-11-18 10:01:06 +00:00
Updated default config.
This commit is contained in:
parent
bbcacbc1d4
commit
b915fa97f2
2 changed files with 22 additions and 14 deletions
|
@ -3,9 +3,20 @@
|
||||||
"id": null,
|
"id": null,
|
||||||
"worker-id": null
|
"worker-id": null
|
||||||
},
|
},
|
||||||
|
"http": {
|
||||||
|
"enabled": false,
|
||||||
|
"host": "127.0.0.1",
|
||||||
|
"port": 0,
|
||||||
|
"access-token": null,
|
||||||
|
"restricted": true
|
||||||
|
},
|
||||||
"autosave": true,
|
"autosave": true,
|
||||||
"background": false,
|
"background": false,
|
||||||
"colors": true,
|
"colors": true,
|
||||||
|
"randomx": {
|
||||||
|
"init": -1,
|
||||||
|
"numa": true
|
||||||
|
},
|
||||||
"cpu": {
|
"cpu": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"huge-pages": true,
|
"huge-pages": true,
|
||||||
|
@ -17,13 +28,6 @@
|
||||||
},
|
},
|
||||||
"donate-level": 5,
|
"donate-level": 5,
|
||||||
"donate-over-proxy": 1,
|
"donate-over-proxy": 1,
|
||||||
"http": {
|
|
||||||
"enabled": false,
|
|
||||||
"host": "127.0.0.1",
|
|
||||||
"port": 0,
|
|
||||||
"access-token": null,
|
|
||||||
"restricted": true
|
|
||||||
},
|
|
||||||
"log-file": null,
|
"log-file": null,
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
{
|
||||||
|
|
|
@ -37,9 +37,20 @@ R"===(
|
||||||
"id": null,
|
"id": null,
|
||||||
"worker-id": null
|
"worker-id": null
|
||||||
},
|
},
|
||||||
|
"http": {
|
||||||
|
"enabled": false,
|
||||||
|
"host": "127.0.0.1",
|
||||||
|
"port": 0,
|
||||||
|
"access-token": null,
|
||||||
|
"restricted": true
|
||||||
|
},
|
||||||
"autosave": true,
|
"autosave": true,
|
||||||
"background": false,
|
"background": false,
|
||||||
"colors": true,
|
"colors": true,
|
||||||
|
"randomx": {
|
||||||
|
"init": -1,
|
||||||
|
"numa": true
|
||||||
|
},
|
||||||
"cpu": {
|
"cpu": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"huge-pages": true,
|
"huge-pages": true,
|
||||||
|
@ -51,13 +62,6 @@ R"===(
|
||||||
},
|
},
|
||||||
"donate-level": 5,
|
"donate-level": 5,
|
||||||
"donate-over-proxy": 1,
|
"donate-over-proxy": 1,
|
||||||
"http": {
|
|
||||||
"enabled": false,
|
|
||||||
"host": "127.0.0.1",
|
|
||||||
"port": 0,
|
|
||||||
"access-token": null,
|
|
||||||
"restricted": true
|
|
||||||
},
|
|
||||||
"log-file": null,
|
"log-file": null,
|
||||||
"pools": [
|
"pools": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue