Bitcoin Forum
June 22, 2024, 08:33:55 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: 2 cards with different settings on cgminer  (Read 5262 times)
kb24mvp (OP)
Member
**
Offline Offline

Activity: 210
Merit: 10


View Profile
December 09, 2013, 08:51:41 AM
 #1

Posted this in the mining support forum, but haven't gotten a reply so was wondering if one you kind fellows could give me a hand

Quote
I had a mining rig with a 7850 in it, now I added a R9 290, I have different settings for each card... what is the best way to get this to work in cgminer

can I do -d 0 then 1st card settings then -d 1 2nd card settings

or

2 seperate bat files and run 2 instances of cgminer at once?
DrG
Legendary
*
Offline Offline

Activity: 2086
Merit: 1035


View Profile
December 09, 2013, 10:13:06 AM
 #2

Posted this in the mining support forum, but haven't gotten a reply so was wondering if one you kind fellows could give me a hand

Quote
I had a mining rig with a 7850 in it, now I added a R9 290, I have different settings for each card... what is the best way to get this to work in cgminer

can I do -d 0 then 1st card settings then -d 1 2nd card settings

or

2 seperate bat files and run 2 instances of cgminer at once?

You can either do a "," and specify settings for both cards within 1 batch file, or make 2 batch files and specify each device individually. Personally I prefer the later because if I need to use the machine I can just slow down or shut off the display card much more quickly.
kb24mvp (OP)
Member
**
Offline Offline

Activity: 210
Merit: 10


View Profile
December 09, 2013, 11:10:38 AM
 #3

Thanks a lot, for instance how would I use the "," in the current setup?

setx GPU_MAX_ALLOC_PERCENT 100
cgminer --scrypt -o stratum+tcp:// -user.1 -p x
 -g 1 -w 512 --lookup-gap 2 --thread-concurrency 24550 -I 16 --gpu-fan 75 --gpu-engine 1000 --gpu-memclock 1500 --gpu-powertune 20 (video card 0)

 -g 1 -w 512 --lookup-gap 2 -I 18 (video card 1)

DrG
Legendary
*
Offline Offline

Activity: 2086
Merit: 1035


View Profile
December 09, 2013, 11:20:16 AM
 #4

I don't use it myself, but I think you just have to put a comma and then enter the value for the next device afterwards.

since worksize and gap are same, you can just keep that the same, but for intensity do "-I 16,18"

See this guy's bat for example:
https://bitcointalk.org/index.php?topic=117221.msg2715624#msg2715624
kb24mvp (OP)
Member
**
Offline Offline

Activity: 210
Merit: 10


View Profile
December 09, 2013, 03:54:08 PM
 #5

great thanks!
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!