Bitcoin Forum
June 17, 2024, 05:57:04 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Settings for mixed GPUs  (Read 610 times)
baka (OP)
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
June 11, 2013, 05:15:26 PM
 #1

I have a 7750 and a 5870 that I want to use for LTC mining. What settings are best for this combination?

ShareCoin Free and Fair Distribution. Sc8XY5PmHK1NJ2DNvJhS82AQVFwMGimX8w
BrainShutdown
Legendary
*
Offline Offline

Activity: 1052
Merit: 1004



View Profile
June 11, 2013, 06:22:17 PM
 #2

Start here
https://github.com/litecoin-project/litecoin/wiki/Mining-hardware-comparison#wiki-ATI_AMD_GPUs

forsetifox
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250



View Profile
June 11, 2013, 06:47:36 PM
 #3

Hiya. I've got a 6670 and a 7790 and they do NOT liking playing nice together when using scrypt. Here is my command line that I use.

cgminer.exe -o stratum+tcp://us.wemineltc.com:80 -u worker -p workerpassword --scrypt --thread-concurrency 8196 -w 64 -I 13,10 -s 1 -Q 0 -E 1

The 8196 thread concurrency is the only setting I've found that doesn't crash cgminer.
MaGNeT
Legendary
*
Offline Offline

Activity: 1526
Merit: 1002


Waves | 3PHMaGNeTJfqFfD4xuctgKdoxLX188QM8na


View Profile WWW
June 11, 2013, 08:27:52 PM
 #4

What if you launch Cgminer 2 times by defining -d 0 and -d 1 seperately in each line?
bee7
Hero Member
*****
Offline Offline

Activity: 574
Merit: 523


View Profile
June 11, 2013, 08:31:42 PM
 #5

Hiya. I've got a 6670 and a 7790 and they do NOT liking playing nice together when using scrypt. Here is my command line that I use.

cgminer.exe -o stratum+tcp://us.wemineltc.com:80 -u worker -p workerpassword --scrypt --thread-concurrency 8196 -w 64 -I 13,10 -s 1 -Q 0 -E 1

The 8196 thread concurrency is the only setting I've found that doesn't crash cgminer.


Did you try to specify appropriate thread concurrency & work pool size for each gpu (the same way as you specified different intensities, e.g. -w 64,128)?

Edit:  not 8196, but 8192, I suppose.
forsetifox
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250



View Profile
June 11, 2013, 09:07:51 PM
 #6

What if you launch Cgminer 2 times by defining -d 0 and -d 1 seperately in each line?

Tried that as well. Almost always does not work. If I were to disable an adapter if I recall correctly it does work normally.


forsetifox
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250



View Profile
June 11, 2013, 09:09:13 PM
 #7

Hiya. I've got a 6670 and a 7790 and they do NOT liking playing nice together when using scrypt. Here is my command line that I use.

cgminer.exe -o stratum+tcp://us.wemineltc.com:80 -u worker -p workerpassword --scrypt --thread-concurrency 8196 -w 64 -I 13,10 -s 1 -Q 0 -E 1

The 8196 thread concurrency is the only setting I've found that doesn't crash cgminer.


Did you try to specify appropriate thread concurrency & work pool size for each gpu (the same way as you specified different intensities, e.g. -w 64,128)?

Edit:  not 8196, but 8192, I suppose.


I've never tried it but I don't think you can use multiple --thread-concurrency settings at once. I'll have to try that and see if it works.
MashRinx
Sr. Member
****
Offline Offline

Activity: 389
Merit: 250



View Profile
June 11, 2013, 09:27:57 PM
 #8

I don't like posting this because I'm a BIG cgminer fan, but I have had a lot of issues running cgminer in a couple different rigs with mismatched cards.  3.2.0 is better and 3.2.1 may be better still (I've not had a chance to test it yet), but I've had better luck with bfgminer in these cases.  There are so many different variables to getting scrypt mining running, let alone running well, that I wouldn't be surprised at all if this is something I'm doing wrong, but just wanted to throw this out there in case it gets you mining sooner, even while continuing to troubleshoot the original issue.

Good luck!
bee7
Hero Member
*****
Offline Offline

Activity: 574
Merit: 523


View Profile
June 11, 2013, 10:34:34 PM
 #9


I've never tried it but I don't think you can use multiple --thread-concurrency settings at once. I'll have to try that and see if it works.


cgminer 3.1.0 help:

Quote
--thread-concurrency <arg> Set GPU thread concurrency for scrypt mining, comma separated

Also, i just checked the code. Any kernel, the scrypt.cl as well is selected on per-GPU basis as well as its parameters. So it must be fine to use different parameters.

Edit: the only thing should fail probably is selecting scrypt kernel for one adapter and any sha256 kernel for another as '-a scrypt' switch controls not only the selection of the scrypt.cl kernel
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!