Post
Topic
Board Mining (Altcoins)
Re: SRBMiner Cryptonight AMD GPU Miner V1.8.4 - native algo switching
by
doktor83
on 20/04/2019, 11:36:54 UTC

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_conf

I 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.

Well what you pasted there is not from any of my examples, sorry Smiley

You need to make a full config file, not just some partial stuff. And yes, there is a notification on miner start that it applied profile X to gpu bus id Y.

Here's a minimal config file that applies tweak profile 5 to every gpu and uses miner auto settings.

Code:
{
"cryptonight_type" : "normalv4",
"intensity" : 0,
"double_threads" : true,
"tweak_profile" : 5
}