It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
***glibcdetected***/opt/miners/cgminer/cgminer:double free or corruption(!prev):0x0a03dbe8***
=======Backtrace:=========
/lib/i686/cmov/libc.so.6(+0x6b381)[0xb7680381]
/lib/i686/cmov/libc.so.6(+0x6cbd8)[0xb7681bd8]
/lib/i686/cmov/libc.so.6(cfree+0x6d)[0xb7684cbd]
/usr/lib/torsocks/libtorsocks.so(+0x2930)[0xb783e930]
/usr/lib/torsocks/libtorsocks.so(connect+0x560)[0xb7840b50]
/usr/lib/libcurl.so.4(+0x3630a)[0xb77f230a]
/usr/lib/libcurl.so.4(Curl_connecthost+0x11a)[0xb77f282a]
/usr/lib/libcurl.so.4(Curl_connect+0x1c7)[0xb77de357]
/usr/lib/libcurl.so.4(+0x3090d)[0xb77ec90d]
/usr/lib/libcurl.so.4(curl_easy_perform+0x43)[0xb77eda13]
/opt/miners/cgminer/cgminer[0x8058f2d]
/opt/miners/cgminer/cgminer[0x8053c30]
/lib/i686/cmov/libpthread.so.0(+0x5955)[0xb781c955]
/lib/i686/cmov/libc.so.6(clone+0x5e)[0xb76e15ee]
***glibcdetected***/opt/miners/cgminer/cgminer:double free or corruption(!prev):0x0a03dbe8***
=======Backtrace:=========
/lib/i686/cmov/libc.so.6(+0x6b381)[0xb7680381]
/lib/i686/cmov/libc.so.6(+0x6cbd8)[0xb7681bd8]
/lib/i686/cmov/libc.so.6(cfree+0x6d)[0xb7684cbd]
/usr/lib/torsocks/libtorsocks.so(+0x2930)[0xb783e930]
/usr/lib/torsocks/libtorsocks.so(connect+0x560)[0xb7840b50]
/usr/lib/libcurl.so.4(+0x3630a)[0xb77f230a]
/usr/lib/libcurl.so.4(Curl_connecthost+0x11a)[0xb77f282a]
/usr/lib/libcurl.so.4(Curl_connect+0x1c7)[0xb77de357]
/usr/lib/libcurl.so.4(+0x3090d)[0xb77ec90d]
/usr/lib/libcurl.so.4(curl_easy_perform+0x43)[0xb77eda13]
/opt/miners/cgminer/cgminer[0x8058f2d]
/opt/miners/cgminer/cgminer[0x8053c30]
/lib/i686/cmov/libpthread.so.0(+0x5955)[0xb781c955]
/lib/i686/cmov/libc.so.6(clone+0x5e)[0xb76e15ee]
cgminer ^
-o http://litecoinpool.org:9332 -u bitlane -p password ^
-o http://192.168.0.50:9332 -u bitlane -p password ^
--failover-only --api-listen --api-network --api-port 4028 --api-allow W:192.168.0/24 --auto-fan --temp-target 69 ^
--scrypt --shaders 2048 -g 4 -I 13
So I am trying to get 4x5970 working under Linux.
Aticonfig shows 8 GPUs but cgminer bombs out.
[code]
* 0. 17:00.0 ATI Radeon HD 5900 Series
1. 16:00.0 ATI Radeon HD 5900 Series
2. 13:00.0 ATI Radeon HD 5900 Series
3. 12:00.0 ATI Radeon HD 5900 Series
4. 0b:00.0 ATI Radeon HD 5900 Series
5. 0a:00.0 ATI Radeon HD 5900 Series
6. 07:00.0 ATI Radeon HD 5900 Series
7. 06:00.0 ATI Radeon HD 5900 Series
* - Default adapter
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 140 (ATIFGLEXTENSION)
Minor opcode of failed request: 67 ()
Value in failed request: 0x17
Serial number of failed request: 21
Current serial number in output stream: 21
hko@cave:~/src/cgminer/cgminer$ git diff
diff --git a/adl.c b/adl.c
index 69c06de..c60f08c 100644
--- a/adl.c
+++ b/adl.c
@@ -339,16 +339,16 @@ void init_adl(int nDevs)
}
}
- for (gpu = 0; gpu < devices; gpu++) {
+ for (gpu = 0; gpu < nDevs; gpu++) {
struct gpu_adl *ga;
int iAdapterIndex;
int lpAdapterID;
ADLODPerformanceLevels *lpOdPerformanceLevels;
int lev;
-
- i = vadapters[gpu].id;
+ int adlGpu = gpus[gpu].virtual_adl;
+ i = vadapters[adlGpu].id;
iAdapterIndex = lpInfo[i].iAdapterIndex;
- gpus[gpu].virtual_gpu = vadapters[gpu].virtual_gpu;
+ gpus[gpu].virtual_gpu = vadapters[adlGpu].virtual_gpu;
/* Get unique identifier of the adapter, 0 means not AMD */
result = ADL_Adapter_ID_Get(iAdapterIndex, &lpAdapterID);
@@ -358,11 +358,11 @@ void init_adl(int nDevs)
}
if (gpus[gpu].deven == DEV_DISABLED) {
- gpus[i].gpu_engine =
- gpus[i].gpu_memclock =
- gpus[i].gpu_vddc =
- gpus[i].gpu_fan =
- gpus[i].gpu_powertune = 0;
+ gpus[gpu].gpu_engine =
+ gpus[gpu].gpu_memclock =
+ gpus[gpu].gpu_vddc =
+ gpus[gpu].gpu_fan =
+ gpus[gpu].gpu_powertune = 0;
continue;
}
[2012-08-11 16:01:32] Started cgminer 2.6.4
[2012-08-11 16:01:32] Loaded configuration file /home/xxxxxxx/.cgminer/cgminer.conf
[2012-08-11 16:01:32] CL Platform 0 vendor: Advanced Micro Devices, Inc.
[2012-08-11 16:01:32] CL Platform 0 name: AMD Accelerated Parallel Processing
[2012-08-11 16:01:32] CL Platform 0 version: OpenCL 1.2 AMD-APP (937.2)
[2012-08-11 16:01:32] Platform 0 devices: 1
[2012-08-11 16:01:32] 0 Juniper
[2012-08-11 16:01:32] GPU 0 iAdapterIndex 0 strUDID 296:38420:4098:33613:4163 iBusNumber 1 iDeviceNumber
5 iFunctionNumber 0 iVendorID 4098 strAdapterName ATI Radeon HD 3300 Graphics
[2012-08-11 16:01:32] GPU 1 iAdapterIndex 2 strUDID 512:26808:4098:9539:4098 iBusNumber 2 iDeviceNumber 0
iFunctionNumber 0 iVendorID 4098 strAdapterName ATI Radeon HD 5700 Series
[2012-08-11 16:01:32] ADL found more devices than opencl!
[2012-08-11 16:01:32] There is possibly at least one GPU that doesn't support OpenCL
[2012-08-11 16:01:32] Use the gpu map feature to reliably map OpenCL to ADL
[2012-08-11 16:01:32] Mapping OpenCL device 0 to ADL device 1
[2012-08-11 16:01:32] WARNING: Number of OpenCL and ADL devices did not match!
[2012-08-11 16:01:32] Hardware monitoring may NOT match up with devices!
[2012-08-11 16:01:32] GPU 0 ATI Radeon HD 5700 Series hardware monitoring enabled
[2012-08-11 16:01:32] Setting GPU 0 engine clock to 945
[2012-08-11 16:01:32] Setting GPU 0 memory clock to 180
[2012-08-11 16:01:32] Setting GPU 0 voltage to 1.125
[2012-08-11 16:01:32] Popping work to work thread
[2012-08-11 16:01:32] Probing for an alive pool
[2012-08-11 16:01:32] Popping work to stage thread
Log Name: Application
Source: Application Error
Date: 8/10/2012 10:07:33 AM
Event ID: 1000
Task Category: (100)
Level: Error
Keywords: Classic
User: N/A
Computer: DingoRabiit
Description:
Faulting application name: cgminer.exe, version: 0.0.0.0, time stamp: 0x5016082d
Faulting module name: aticaldd.dll, version: 6.14.10.1741, time stamp: 0x4fbc3bc1
Exception code: 0xc0000005
Fault offset: 0x0003b678
Faulting process id: 0x1510
Faulting application start time: 0x01cd76694352e295
Faulting application path: C:\cgminer-2.3.6-win32\cgminer-2.6.1-win32\cgminer-2.6.1-win32\cgminer.exe
Faulting module path: C:\Windows\system32\aticaldd.dll
Report Id: dffa8904-e30d-11e1-833f-bcaec5c2bfb6
Event Xml:
1000
2
100
0x80000000000000
21845
Application
DingoRabitt
cgminer.exe
0.0.0.0
5016082d
aticaldd.dll
6.14.10.1741
4fbc3bc1
c0000005
0003b678
1510
01cd76694352e295
C:\cgminer-2.3.6-win32\cgminer-2.6.1-win32\cgminer-2.6.1-win32\cgminer.exe
C:\Windows\system32\aticaldd.dll
dffa8904-e30d-11e1-833f-bcaec5c2bfb6