Bitcoin Forum
May 05, 2024, 04:31:20 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: 2 x Different GPU's  (Read 604 times)
zo0omer (OP)
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
November 06, 2012, 10: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.
I HATE TABLES I HATE TABLES I HA(╯°□°)╯︵ ┻━┻ TABLES I HATE TABLES I HATE TABLES
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714883480
Hero Member
*
Offline Offline

Posts: 1714883480

View Profile Personal Message (Offline)

Ignore
1714883480
Reply with quote  #2

1714883480
Report to moderator
alez80
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
November 06, 2012, 02:24:39 PM
 #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! :-)
2GOOD
Hero Member
*****
Offline Offline

Activity: 547
Merit: 531


First bits: 12good


View Profile WWW
November 06, 2012, 07: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

zo0omer (OP)
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
November 07, 2012, 07: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.
CoinHoarder
Legendary
*
Offline Offline

Activity: 1484
Merit: 1026

In Cryptocoins I Trust


View Profile
November 07, 2012, 09: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 ,)
2GOOD
Hero Member
*****
Offline Offline

Activity: 547
Merit: 531


First bits: 12good


View Profile WWW
November 07, 2012, 10: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.

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!