-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Config autosave #767
Comments
you should make 1 exe with cpu and gpu |
I will probably add OpenCL part to CPU miner in v2.9, OpenCL now not adds any additional external dependency on compile and runtime also not restrict compiler version. CUDA is much more complicated thing. |
then will work cpu and amd in same exe? Nice |
@LearnMiner what for this monster need? who want combo monster already used xmr-stack. |
@2010phenix I don't think OpenCL part will make a monster. Positive changes
xmr-stak required AMD APP SDK to build from source (2), and hard depends of OpenCL in runtime (3). Negative changes
|
@xmrig am not about code... only size .... |
In version 2.8 default behavior for CPU miner changed, if miner use automatic threads configuration and config file, miner will override config file with suggested settings in advanced format for easy tuning.
To restore old behavior should set config option
"autosave": false,
, same option also added to GPU miners, but GPU miners was override config by default.The text was updated successfully, but these errors were encountered: