mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-07 16:05:05 -05:00
Converted algo-perf values to floats
This commit is contained in:
@@ -34,10 +34,10 @@
|
||||
"safe": false,
|
||||
"threads": null,
|
||||
"algo-perf": {
|
||||
"cn": 1000,
|
||||
"cn-fast": 2000,
|
||||
"cn-lite": 2000,
|
||||
"cn-heavy": 700
|
||||
"cn": 1000.0,
|
||||
"cn-fast": 2000.0,
|
||||
"cn-lite": 2000.0,
|
||||
"cn-heavy": 700.0
|
||||
},
|
||||
"user-agent": null,
|
||||
"watch": false
|
||||
|
||||
Reference in New Issue
Block a user