Is there any way to see if tweak profile was set successfully from config?
I made this config.txt:
{
"gpu_conf" :
[
{ "id" : 0, "tweak_profile": 5 },
{ "id" : 1, "tweak_profile": 5 }
]
}
But I don't see any differences in hashrates and when I press "+" it says it switches to profile 1, so it looks like it was using profile 0 in the beginning.
you should really check out the readme or the first page , there are examples on how to use
gpu_confI read it and I took this piece of config above from there. Also tried this: "use the "tweak_profile" parameter on top of config so the same profile is used for all cards":
{
"tweak_profile": 5
}
Also no visible change in miner's behavior. That's why I decided to ask if there is any way to check if tweak profile is applied on miner start.