I'm new to bitcoin, and have just started mining with a new system, running Linux.
The problem is, I can't seem to use more than one GPU of the 6990 card I just bought - poclbm detects them as follows:
No device specified or device not found, use -d to specify one of the following
[0] Cayman
[1] Cayman
[2] Intel(R) Core(TM) i7 CPU 970 @ 3.20GHz
when I try the first (or zeroth, if you prefer) device, everything works pretty much OK:
./poclbm.py --vectors --device=0 --verbose :@:8332
14/08/2011 09:34:31, Setting server ( @ :8332)
/home/lisrt/lib/poclbm/BitcoinMiner.py:97: DeprecationWarning: 'enqueue_read_buffer' has been deprecated in version 2011.1. Please use enqueue_copy() instead.
cl.enqueue_read_buffer(queue, output_buffer, output)
/home/lisrt/lib/poclbm/BitcoinMiner.py:143: DeprecationWarning: 'enqueue_write_buffer' has been deprecated in version 2011.1. Please use enqueue_copy() instead.
cl.enqueue_write_buffer(queue, output_buffer, output)
:8332 14/08/2011 09:34:48, 9ab8eade, accepted
:8332 14/08/2011 09:35:30, b5dae8e1, accepted
:8332 14/08/2011 09:35:31, [378.608 MH/s (~0 MH/s)] [Rej: 0/2 (0.00%)]
:8332 14/08/2011 09:35:32, c63750c5, accepted
:8332 14/08/2011 09:35:46, c7b1566a, accepted
:8332 14/08/2011 09:35:51, 7c3c8bf9, accepted
:8332 14/08/2011 09:36:04, e02f1752, accepted
:8332 14/08/2011 09:36:09, d8e0e175, accepted
:8332 14/08/2011 09:36:13, 826fdfe5, accepted
:8332 14/08/2011 09:36:16, 110df020, accepted
:8332 14/08/2011 09:36:19, warning: job finished, miner is idle
:8332 14/08/2011 09:36:19, f436cb20, accepted
:8332 14/08/2011 09:36:31, [350.025 MH/s (~286 MH/s)] [Rej: 0/10 (0.00%)]
but when I try [1], it goes wrong:
./poclbm.py --vectors --device=1 --verbose :@:8332
14/08/2011 09:51:49, Setting server ( @ :8332)
/home/lisrt/lib/poclbm/BitcoinMiner.py:97: DeprecationWarning: 'enqueue_read_buffer' has been deprecated in version 2011.1. Please use enqueue_copy() instead.
cl.enqueue_read_buffer(queue, output_buffer, output)
/home/lisrt/lib/poclbm/BitcoinMiner.py:143: DeprecationWarning: 'enqueue_write_buffer' has been deprecated in version 2011.1. Please use enqueue_copy() instead.
cl.enqueue_write_buffer(queue, output_buffer, output)
:8332 14/08/2011 09:52:11, 13b334a2, accepted
:8332 14/08/2011 09:52:12, Verification failed, check hardware!
:8332 14/08/2011 09:52:13, Verification failed, check hardware!
:8332 14/08/2011 09:52:13, Verification failed, check hardware!
:8332 14/08/2011 09:52:13, Verification failed, check hardware!
:8332 14/08/2011 09:52:13, Verification failed, check hardware!
:8332 14/08/2011 09:52:13, Verification failed, check hardware!
:8332 14/08/2011 09:52:13, Verification failed, check hardware!
I thought it might be a crossfire thing, so I tried disabling it - but every time I restart X, crossfire is re-enabled.
(managed to disable it once, not quite sure how, but then poclbm couldn't see more than one GPU)
I know people can get much more with this card than the ~380MH/s I'm getting, so I'm pretty sure I
should be able to use the other GPU, I just don't know where to go from here.
I'll send my first pool payout from mining on the 2nd GPU to anyone who gives the info necessary to get this all running OK.
Any ideas?
edit - title change