Bitcoin Forum
June 24, 2024, 02:54:59 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: cgMiner strange behaviour  (Read 1191 times)
spas87 (OP)
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
March 12, 2014, 07:00:50 PM
 #1

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.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!