mirror of
https://github.com/xmrig/xmrig.git
synced 2024-12-23 12:09:22 +00:00
Better default config.
This commit is contained in:
parent
3d7598b28d
commit
e2a5bfa0b4
2 changed files with 18 additions and 2 deletions
|
@ -6,7 +6,15 @@
|
|||
"autosave": true,
|
||||
"background": false,
|
||||
"colors": true,
|
||||
"cpu": null,
|
||||
"cpu": {
|
||||
"enabled": true,
|
||||
"huge-pages": true,
|
||||
"hw-aes": null,
|
||||
"priority": null,
|
||||
"asm": true,
|
||||
"cn/0": false,
|
||||
"cn-lite/0": false
|
||||
},
|
||||
"donate-level": 5,
|
||||
"donate-over-proxy": 1,
|
||||
"http": {
|
||||
|
|
|
@ -40,7 +40,15 @@ R"===(
|
|||
"autosave": true,
|
||||
"background": false,
|
||||
"colors": true,
|
||||
"cpu": null,
|
||||
"cpu": {
|
||||
"enabled": true,
|
||||
"huge-pages": true,
|
||||
"hw-aes": null,
|
||||
"priority": null,
|
||||
"asm": true,
|
||||
"cn/0": false,
|
||||
"cn-lite/0": false
|
||||
},
|
||||
"donate-level": 5,
|
||||
"donate-over-proxy": 1,
|
||||
"http": {
|
||||
|
|
Loading…
Reference in a new issue