Author

Topic: 2 x Different GPU's (Read 618 times)

hero member
Activity: 547
Merit: 531
First bits: 12good
November 07, 2012, 06:19:00 AM
#6
Or just try out cgminer, it finds all your cards and use them at once.

If you need help running it let me know Wink

Hi mate,

Just wondering how i would enter any switches into the console for example; -f 0 -v -w 128

Cheers,

Steve.

cgminer.exe -o server -u username -p password -I 9

This line is the most simple as -I 9 is the priority it's something like poclbm's -f 0 so this is the way to start. As
CoinHoarder mentioned u can use different settings for every card separated with commas. If you don't enter priority the default is -I d (Dynamic - good for desktop card = lower rates)

Here is an realworld example of .bat script to run the miner at startup:

Code:
timeout /T 30
C:\Windows\System32\cmd.exe /c start /low /d C:\bitcoin\cgminer-2.8.7-win32 C:\bitcoin\cgminer-2.8.7-win32\cgminer.exe -o mtred.com:8837 -u psycho -p 0000 -o btcguild.com:8332 -u psycho -p 1111 -I 9

First line is timeout to wait for the system to boot up
C:\bitcoin\cgminer-2.8.7-win32 - this is location of cgminer.exe
The example above uses two pools: mtred and btcguild as a backup pool.
legendary
Activity: 1484
Merit: 1026
In Cryptocoins I Trust
November 07, 2012, 05:50:19 AM
#5
Or just try out cgminer, it finds all your cards and use them at once.

If you need help running it let me know Wink

Hi mate,

Just wondering how i would enter any switches into the console for example; -f 0 -v -w 128

Cheers,

Steve.

cgminer.exe -o server - u username -p password -I 8 (insert flags, see read me)

For 2 cards:

cgminer.exe -o server - u username -p password -I 8,9 (insert flags, set different settings for different cards by using a ,)

3 cards:

cgminer.exe -o server - u username -p password -I 8,9,10 (insert flags, set different settings for different cards by using a ,)
newbie
Activity: 11
Merit: 0
November 07, 2012, 03:11:55 AM
#4
Or just try out cgminer, it finds all your cards and use them at once.

If you need help running it let me know Wink

Hi mate,

Just wondering how i would enter any switches into the console for example; -f 0 -v -w 128

Cheers,

Steve.
hero member
Activity: 547
Merit: 531
First bits: 12good
November 06, 2012, 03:21:26 PM
#3
Or just try out cgminer, it finds all your cards and use them at once.

If you need help running it let me know Wink
newbie
Activity: 21
Merit: 0
November 06, 2012, 10:24:39 AM
#2
Hello Steve.

In the same session of GUIminer that you already use, you need only to add a new miner (like poclbcm or your favourite miner) and after you can select your shiny new card. That's it!

Happy mining! :-)
newbie
Activity: 11
Merit: 0
November 06, 2012, 06:21:22 AM
#1
Hi All,

I want to add a second GPU so I can mine with both cards.

1 x 5870 and 1 x 6950.

Do I just run GUIMINER 2 times and select the different card on the application?

Cheers,

Steve.
Jump to: