Bitcoin Forum

Bitcoin => Mining software (miners) => Topic started by: aaa801 on April 02, 2012, 07:44:07 PM



Title: Why is my miner picking up 4 devices when i only have 2 cards?
Post by: aaa801 on April 02, 2012, 07:44:07 PM
Code:
[02/04/12 17:30:47] Started
[02/04/12 17:30:47] Connecting to: http://216.231.138.132:8338/
[02/04/12 17:30:47] Using AMD Accelerated Parallel Processing OpenCL 1.1 AMD-APP (851.4)
[02/04/12 17:30:49] BFI_INT patching enabled, disabling hardware check errors
[02/04/12 17:30:49] Added Cypress (#1) (18 CU, local work size of 128)
[02/04/12 17:30:52] BFI_INT patching enabled, disabling hardware check errors
[02/04/12 17:30:52] Added Cypress (#2) (18 CU, local work size of 128)
[02/04/12 17:30:52] Using ATI Stream OpenCL 1.0 ATI-Stream-v2.1 (145)
[02/04/12 17:31:00] BFI_INT patching enabled, disabling hardware check errors
[02/04/12 17:31:00] Added Cypress (#3) (18 CU, local work size of 128)
[02/04/12 17:31:07] BFI_INT patching enabled, disabling hardware check errors
[02/04/12 17:31:07] Added Cypress (#4) (18 CU, local work size of 128)

#1 and #3 seem to take forever to actualy hash anything

this is with using 2 5850's and using diablo miner, alnough i have had something similar in cgminer


Title: Re: Why is my miner picking up 4 devices when i only have 2 cards?
Post by: ssateneth on April 02, 2012, 08:33:26 PM
You have both 2.1 SDK and some other SDK installed. Looks like 2.6 SDK, which is bad for radeon 5xxx. You need to specify manually what "devices" you want to mine on. You will want to mine on 2.1 sdk though because it is the most efficient for 5xxx


Title: Re: Why is my miner picking up 4 devices when i only have 2 cards?
Post by: -ck on April 04, 2012, 04:04:06 AM
Each "display enabled" device, be that in a configuration explicitly, or just by attaching it to a monitor, is seen as an opencl device. OpenCL is too stupid to tell apart 2 physical devices from one physical device attached to 2 monitors.


Title: Re: Why is my miner picking up 4 devices when i only have 2 cards?
Post by: ssateneth on April 04, 2012, 10:15:35 PM
Each "display enabled" device, be that in a configuration explicitly, or just by attaching it to a monitor, is seen as an opencl device. OpenCL is too stupid to tell apart 2 physical devices from one physical device attached to 2 monitors.

Naybe, but this is irrelevant to his situation.

[02/04/12 17:30:47] Using AMD Accelerated Parallel Processing OpenCL 1.1 AMD-APP (851.4)
[02/04/12 17:30:52] Using ATI Stream OpenCL 1.0 ATI-Stream-v2.1 (145)

This is clearly a case of 2 installed SDK's.