Ok, will look into it.
The last working version for me is V 1.8.7 .
With version 1.8.8 SRBminer seems to fail at compilation.
However, even on rigs with the same devices ( as in 2 cards of the same type), 1.8.8 will start and then fail after a few minutes. It will also have more rejected shares.
I'm mining Monero with the following settings:
{
"cryptonight_type" : "normalv4",
"intensity" : 0,
"double_threads" : true,
"adl_type" : 2,
"giveup_limit": 3,
"timeout": 10,
"gpu_conf" :
[
{ "id" : 0, "intensity" : 62, "worksize" : 16, "threads" : 1, "target_temperature" : 85, "target_fan_speed": 2000, "off_temperature":92, "adl_type": 2},
{ "id" : 1, "intensity" : 62, "worksize" : 16, "threads" : 1, "target_temperature" : 85, "target_fan_speed": 2000, "off_temperature":92, "adl_type": 2},
]
}
I've just upgraded from V 1.8.5 to V 1.8.8. The new version is completely unstable and crashes the computer on a regular basis. Sometimes is crashes itself.
Will need to revert.
If you are not using the auto settings, check that your gpu id's are set ok, because 1.8.8 uses different gpu ordering (by bus id).
You can run --listdevices to see the which gpu is which id.
From the release notes for 188:
+ The default (and only) device ordering mode from now on is ascending by bus id, as it is in OverdriveNTool. Parameter --gpureorder is removed.
NOTE: if you are using gpu_conf or --cgpuid, please run --listdevices to check if you are using the right deviceid!
[/quote]