Can you run `--cpu-priority 5` on all ccminer variants by default? I've noticed a reasonable increase in hashrate doing this on my mining rigs with really bad CPUs.
EDIT: Also, do you support running a batch file per-algo like Nemos does? I use this to adjust my OC depending on the algo.
EDIT2: Also, please close all open miners when I X out of MindMiner.
EDIT3: Can you add a setting to remove "press Y to confirm benchmarking" option? I'd like to automatically bench new miners when an auto-update introduces one.
Please, add to needed miners config param: ExtraArgs: "--cpu-priority 5"
See config manual:
https://github.com/Quake4/MindMiner/blob/master/Config.mdExample:
{
"Algorithms": [
{
"ExtraArgs": null,
"BenchmarkSeconds": 0,
"Enabled": true,
"Algorithm": "bitcore"
},
...............
{
"ExtraArgs": null,
"BenchmarkSeconds": 120,
"Enabled": true,
"Algorithm": "x17"
}
],
"BenchmarkSeconds": 60,
"ExtraArgs": "--cpu-priority 5",
"Enabled": true
}
1. Change algorithms set in algorithms.txt file. See config manual.
2. Press Alt+E then exit. In feature may be add closing miners by X button.
3. For some miners requires the permission of the OS. I can't do this on the machine, as it is possible to hang on the OS confirmation window.