Dear miners,
I have setup my first litecoin mining rig for testing and I'm not sure if I'm doing something wrong or not.
I have setup a mining rig as follows:
- Coolmaster HAF XB Box
- MB Fatality 990FX Professional Series
- AMD FX 8150 8 Core
- 16GB DD3 RAM CORSAIR
- OCZ 850W ZX SERIES
- 128GB OCZ SSD
- 2 x SAPPHIRE 7950, crossfire cable connected.
- WINDOWS 8 64 BIT
- cgminer 3.1.0
- MSI Afterburner
I have successfully obtained sustained >650KH on one of the 7950, but I can't get more than >500KH in the other. They are equal (or should be equal) and the major difference is the slow 7950 is the one used for the HDMI display in the Operating system. Crossfire is configured, BTW.
I'm wondering if I have to setup a cheap display card and use both 7950 for mining only.
Here goes my configuration details:
And my configuration file:
{
"pools" : [
{
"url" : "stratum+tcp://XXXXXXXXX",
"user" : "XXXXXXXXXXX",
"pass" : "XXXXXXXXXXX"
}
],
"intensity" : "18,20",
"gpu-engine" : "800,1075",
"gpu-fan" : "20-100,20-100",
"gpu-memclock" : "900,1600",
"gpu-powertune" : "20,20",
"temp-cutoff" : "90,90",
"temp-overheat" : "80,80",
"temp-target" : "70,70",
"auto-fan" : true,
"auto-gpu" : true,
"expiry" : "120",
"failover-only" : true,
"gpu-threads" : "1",
"log" : "5",
"queue" : "1",
"scan-time" : "60",
"temp-hysteresis" : "3",
"scrypt": true,
"lookup-gap": "2,2",
"shaders": "1792,1792",
"thread-concurrency": "16384,16384"
}
Also they are undervolted to 1.025.
Any advice?
Cheers