Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: spas87 on March 12, 2014, 07:00:50 PM



Title: cgMiner strange behaviour
Post by: spas87 on March 12, 2014, 07:00:50 PM
Hi all i use  cgminer-3.7.2-kalroth-20140304 to mine.(Windows 7 drivers 13.251/Catalyst  14.1 Also installed amd sdk latest)

With my r9 290 840KH/s  so far so good but when start or even stop cgMiner it changes my other graphic card settings as well.
That caused my computer to crash till i found it and manually reset to default from tri-x software(by the way the other card which use for gaming and other stuff is sapphire 7850 OC).
Because stock 7850 
GPU       920
Memory  1250
after script start/stop
GPU       947
Memory  1500

Side NOTE i also use CGWatcher to monitor and start if that has any relevance.

All i want is to find out how to make it so it does not change seatings on the 7850 card(Which it should not do in the first place when you check the script below).

config file - WeMineALL.config
Code:
{
"pools" : [
        {
                "url" : "stratum+tcp://multi1.wemineall.com:5555",
                "user" : "spas87.1",
                "pass" : "x"
        },
        {
                "url" : "stratum+tcp://multi1.wemineall.com:80",
                "user" : "spas87.1",
                "pass" : "x"
        }
]
,
"device" : "0",
"intensity" : "18",
"worksize" : "512",
"thread-concurrency" : "24500",
"gpu-engine" : "947",
"gpu-memclock" : "1500",
"gpu-powertune" : "20",
"gpu-threads" : "1",
"gpu-fan" : "60-85",
"temp-cutoff" : "88",
"temp-overheat" : "91",
"temp-target" : "74",
"auto-fan" : true,
"lookup-gap" : "2"

WeMineAll.bat
Code:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
timeout /t 4
D:\Firefox\cgminer-3.7.2-kalroth-20140304\cgminer.exe --scrypt --config D:\Firefox\cgminer-3.7.2-kalroth-20140304\WeMineALL.config


If you can point me out to where the problem is that changes other card settings as well thanks in advance.