how to configure GPU miner for one R7770 and one HD5800 ?
0H/s
Best regards
Can't help you much, as I don't have those cards, but try to use the same setting you would use for another algo, or at least use that as a starting point.
After I get the source up I will be updating the miner now to be more "user friendly", so you can actually see the performance of each card.
Right now it works like sgminer, where you can set multiple settings for everything.
So assuming the 5800 is the first card and the 7770 is the second then something like this:
{
"connections" :
[
{
"url" : "127.0.0.1:9325",
"user" : "x",
"password" : "x"
}
],
"algorithm" : "sk1024_djm",
"gpu-engine" : "775,800",
"gpu-memclock" : "1000,1125",
"gpu-shaders" : "1440,640",
"gpu-threads" : "1,1",
"gpu-vddc" : "1100,1100",
"gpu-powertune" : "0",
"intensity" : "18,18",
"xintensity" : "0",
"rawintensity" : "0",
"thread-concurrency" : "5824,8000",
"lookup-gap" : "2",
"worksize" : "256,256",
"temp-target" : "75",
"temp-overheat" : "80",
"temp-cutoff" : "95",
"auto-engine" : "false",
"auto-fan" : "false",
"submit-stale" : "false"
}