I've been playing with Awesome Miner for a couple of weeks, whilst learning about mining, and like how easy it makes things.
I have setup various config files for SRBMiner outside of AM, and have been able to gain a 23% increase of my hash rate, but, when I put those configs into AM's profit profile, everything up to "gpu_conf" is passed to the miner, and everything after is ignored
Here's my config for CryptoNightv7 from Options --> Profit Profiles --> AMD GPU --> SRBMiner --> Configure --> SRBMiner (Override config.txt content is checked for all variants of CN)
"cryptonight_type": "normalv7",
"double_threads": true,
"api_enabled": true,
"api_port": 4028,
"gpu_conf": [
{
"id": 0,
"intensity": 15.4,
"worksize": 8,
"adl_type": 2
}
]
}
Here is the config that AM generates for SRB when benchmarking and mining...
"cryptonight_type": "normalv7",
"double_threads": true,
"api_enabled": true,
"api_port": 4028,
"gpu_conf": [
{
"id": 0,
"intensity": 0
}
],
"reboot_script": "tskill SRBMiner-CN"
}
Is there someplace else that I have to enable config overrides for SRB?
Thanks for a great prog.
Have fun! =8^)
I will change this behavior in the next release. I think a workaround for the moment could be to set the GPU for benchmarking to "All Combined". Then Awesome Miner shouldn't change the GPU settings in your configuration.