mirror of
https://github.com/xmrig/xmrig.git
synced 2024-12-24 20:49:25 +00:00
Updated default config.
This commit is contained in:
parent
52caa8a06f
commit
a8ab7e3bef
2 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
||||||
"restricted": true
|
"restricted": true
|
||||||
},
|
},
|
||||||
"autosave": true,
|
"autosave": true,
|
||||||
|
"version": 1,
|
||||||
"background": false,
|
"background": false,
|
||||||
"colors": true,
|
"colors": true,
|
||||||
"randomx": {
|
"randomx": {
|
||||||
|
@ -23,6 +24,7 @@
|
||||||
"hw-aes": null,
|
"hw-aes": null,
|
||||||
"priority": null,
|
"priority": null,
|
||||||
"asm": true,
|
"asm": true,
|
||||||
|
"argon2-impl": null,
|
||||||
"cn/0": false,
|
"cn/0": false,
|
||||||
"cn-lite/0": false
|
"cn-lite/0": false
|
||||||
},
|
},
|
||||||
|
|
|
@ -45,6 +45,7 @@ R"===(
|
||||||
"restricted": true
|
"restricted": true
|
||||||
},
|
},
|
||||||
"autosave": true,
|
"autosave": true,
|
||||||
|
"version": 1,
|
||||||
"background": false,
|
"background": false,
|
||||||
"colors": true,
|
"colors": true,
|
||||||
"randomx": {
|
"randomx": {
|
||||||
|
@ -57,6 +58,7 @@ R"===(
|
||||||
"hw-aes": null,
|
"hw-aes": null,
|
||||||
"priority": null,
|
"priority": null,
|
||||||
"asm": true,
|
"asm": true,
|
||||||
|
"argon2-impl": null,
|
||||||
"cn/0": false,
|
"cn/0": false,
|
||||||
"cn-lite/0": false
|
"cn-lite/0": false
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue