Bitcoin Forum

Other => Beginners & Help => Topic started by: GenXdark on July 17, 2011, 03:43:09 AM



Title: How many workers can be associated with a single GPU?
Post by: GenXdark on July 17, 2011, 03:43:09 AM
So I'm part of BPM(slush's pool). Currently I have one GPU mining with one worker. I was wondering if I could have more than one worker mining with the same GPU.  ???

And while I'm here... I have another question:

I have a laptop that I've been trying to to set up as its own worker. The problem I am encountering is that once I've installed the drivers and the mining software, only my CPU is being detected and offered as an option for mining. The particular program I'm using to mine is "Kivs guiminer." I was reading the frequently asked questions and answers and they said, vaguely, that users have installed other drivers to remedy the problem. What I am looking for is a driver for ATI Radeon HD 3200 series mobility pack that will allow the guiminer to detect that GPU.

I am very, very new to bitcoin.


Title: Re: How many workers can be associated with a single GPU?
Post by: nmat on July 17, 2011, 03:59:25 AM
Why would you want that? Your current worker is already using your GPU's full power. Splitting that wouldn't help... What you might want is a backup pool for your computer to use in case slush's goes down or something.

ATI 3200 doesn't support mining. Only 4xxx series and above.


Title: Re: How many workers can be associated with a single GPU?
Post by: 1984 on July 17, 2011, 04:05:33 AM
I know using Phoenix in linux this is possible, you can even adjust how many hashes each is doing by varying the difference in aggression. I do this sometimes when my usual pool is having issues, when it's idle the other instance takes over. This works really well as it doesn't delay the change over to my backup pool.


Title: Re: How many workers can be associated with a single GPU?
Post by: GenXdark on July 17, 2011, 04:28:14 AM
Why would you want that? Your current worker is already using your GPU's full power. Splitting that wouldn't help... What you might want is a backup pool for your computer to use in case slush's goes down or something.

ATI 3200 doesn't support mining. Only 4xxx series and above.

Ah, thank you for answering both my questions. I appreciate your time.
  -How would I go about setting up a back up pool in case my predominate one goes down? As well, in the same breath, which would you recommend as a good back up choice?


Title: Re: How many workers can be associated with a single GPU?
Post by: Morebitcoinsplease on July 17, 2011, 04:40:53 PM
Why would you want that? Your current worker is already using your GPU's full power. Splitting that wouldn't help... What you might want is a backup pool for your computer to use in case slush's goes down or something.

ATI 3200 doesn't support mining. Only 4xxx series and above.

Ah, thank you for answering both my questions. I appreciate your time.
  -How would I go about setting up a back up pool in case my predominate one goes down? As well, in the same breath, which would you recommend as a good back up choice?

Since your using GUI Miner,

This should answer your question

http://forum.bitcoin.org/?topic=3878.0;all

How to use a backup pool aka fallback support:

Fallback support is in the OpenCL miner only. In the flags, specify the --backup argument with the info of the backup pool. For example if I want to fallback to my account on slush's pool, I would write:

--backup=Kiv.GPU:mypass@api.bitcoin.cz:8332

If you don't know the host name or port, you can see it in the console tab whenever you run a miner.That's all you need for basic support. You can tweak it with these options:

--failback=N   attempt to fail back to the primary pool every n getworks, default 2
--tolerance=N   use fallback pool only after N consecutive connection errors, default 2

In the future this might be more tightly integrated into the GUI but I don't want to make the GUI too complicated for things that a lot of users don't need.