If ADL can't do it, cgminer can't do it.
The expected answer to your question is 'no'
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.
...
top - 23:00:10 up 3:39, 2 users, load average: 0.06, 0.03, 0.05
Tasks: 145 total, 1 running, 144 sleeping, 0 stopped, 0 zombie
Cpu(s): 10.2%us, 8.5%sy, 0.9%ni, 78.2%id, 2.1%wa, 0.0%hi, 0.1%si, 0.0%st
Mem: 4055036k total, 1491940k used, 2563096k free, 52424k buffers
Swap: 4187132k total, 0k used, 4187132k free, 418096k cached
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
17249 user 20 0 515m 134m 37m S 48.9 3.4 11:41.81 cgminer
1307 user 20 0 175m 106m 3596 S 3.9 2.7 5:34.95 python
18999 user 20 0 19348 1292 924 R 2.0 0.0 0:00.01 top
1 root 20 0 24000 2104 1292 S 0.0 0.1 0:01.17 init
2 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kthreadd
3 root 20 0 0 0 0 S 0.0 0.0 0:00.85 ksoftirqd/0
5 root 20 0 0 0 0 S 0.0 0.0 0:00.22 kworker/u:0
6 root RT 0 0 0 0 S 0.0 0.0 0:00.00 migration/0
cgminer -o http://localhost:9332 -O user:pass -d 0 -k (kernel)
cgminer -o http://localhost:9332 -O user:pass -d 0 -k (kernel)
cgminer -o http://localhost:9332 -O user:pass -d 0 -k (kernel)
processor : 0
vendor_id : AuthenticAMD
cpu family : 16
model : 6
model name : AMD Sempron(tm) 145 Processor
stepping : 3
cpu MHz : 800.000
cache size : 1024 KB
fpu : yes
fpu_exception : yes
cpuid level : 5
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc up rep_good nopl nonstop_tsc extd_apicid pni monitor cx16 popcnt lahf_lm svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt nodeid_msr npt lbrv svm_lock nrip_save
bogomips : 5623.63
TLB size : 1024 4K pages
clflush size : 64
cache_alignment : 64
address sizes : 48 bits physical, 48 bits virtual
power management: ts ttp tm stc 100mhzsteps hwpstate
[2012-02-26 09:29:29] LONGPOLL requested work restart, waiting on fresh work
[2012-02-26 09:29:29] Failed to tq_push in queue_request
[2012-02-26 09:29:39] LONGPOLL requested work restart, waiting on fresh work
[2012-02-26 09:29:39] Failed to tq_push in queue_request
[2012-02-26 09:45:59]
Summary of runtime statistics:
[2012-02-26 09:45:59] Started at [2012-02-26 09:12:24]
[2012-02-26 09:45:59] Pool: http://127.0.0.1:9332
[2012-02-26 09:45:59] Runtime: 0 hrs : 0 mins : 0 secs
[2012-02-26 09:45:59] Average hashrate: 672.8 Megahash/s
[2012-02-26 09:45:59] Solved blocks: 0
[2012-02-26 09:45:59] Queued work requests: 2254
[2012-02-26 09:45:59] Share submissions: 0
[2012-02-26 09:45:59] Accepted shares: 0
[2012-02-26 09:45:59] Rejected shares: 0
[2012-02-26 09:45:59] Hardware errors: 0
[2012-02-26 09:45:59] Efficiency (accepted / queued): 0%
[2012-02-26 09:45:59] Utility (accepted shares / min): 0.00/min
[2012-02-26 09:45:59] Discarded work due to new blocks: 204
[2012-02-26 09:45:59] Stale submissions discarded due to new blocks: 0
[2012-02-26 09:45:59] Unable to get work from server occasions: 95
[2012-02-26 09:45:59] Work items generated locally: 24762
[2012-02-26 09:45:59] Submitting work remotely delay occasions: 0
[2012-02-26 09:45:59] New blocks detected on network: 6
static bool queue_request(struct thr_info *thr, bool needed)
{
(...)
applog(LOG_DEBUG, "Queueing getwork request to work thread");
/* send work request to workio thread */
if (unlikely(!tq_push(thr_info[work_thr_id].q, wc))) {
applog(LOG_ERR, "Failed to tq_push in queue_request");
workio_cmd_free(wc);
return false;
}
(...)
}
[2012-02-26 09:29:29] LONGPOLL requested work restart, waiting on fresh work
[2012-02-26 09:29:29] Failed to tq_push in queue_request
[2012-02-26 09:29:39] LONGPOLL requested work restart, waiting on fresh work
[2012-02-26 09:29:39] Failed to tq_push in queue_request
[2012-02-26 09:45:59]
Summary of runtime statistics:
[2012-02-26 09:45:59] Started at [2012-02-26 09:12:24]
[2012-02-26 09:45:59] Pool: http://127.0.0.1:9332
[2012-02-26 09:45:59] Runtime: 0 hrs : 0 mins : 0 secs
[2012-02-26 09:45:59] Average hashrate: 672.8 Megahash/s
[2012-02-26 09:45:59] Solved blocks: 0
[2012-02-26 09:45:59] Queued work requests: 2254
[2012-02-26 09:45:59] Share submissions: 0
[2012-02-26 09:45:59] Accepted shares: 0
[2012-02-26 09:45:59] Rejected shares: 0
[2012-02-26 09:45:59] Hardware errors: 0
[2012-02-26 09:45:59] Efficiency (accepted / queued): 0%
[2012-02-26 09:45:59] Utility (accepted shares / min): 0.00/min
[2012-02-26 09:45:59] Discarded work due to new blocks: 204
[2012-02-26 09:45:59] Stale submissions discarded due to new blocks: 0
[2012-02-26 09:45:59] Unable to get work from server occasions: 95
[2012-02-26 09:45:59] Work items generated locally: 24762
[2012-02-26 09:45:59] Submitting work remotely delay occasions: 0
[2012-02-26 09:45:59] New blocks detected on network: 6
fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Radeon HD 5800 Series
OpenGL version string: 4.1.10834 Compatibility Profile Context
display: :0.0 screen: 1
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Radeon HD 5800 Series
OpenGL version string: 4.1.10834 Compatibility Profile Context
display: :0.0 screen: 2
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Radeon HD 5800 Series
OpenGL version string: 4.1.10834 Compatibility Profile Context
display: :0.0 screen: 3
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Radeon HD 5800 Series
OpenGL version string: 4.1.10834 Compatibility Profile Context
display: :0.0 screen: 4
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Radeon HD 5800 Series
OpenGL version string: 4.1.10834 Compatibility Profile Context
cgminer/cgminer -ndevs
[2012-02-26 14:25:56] CL Platform 0 vendor: Advanced Micro Devices, Inc.
[2012-02-26 14:25:56] CL Platform 0 name: AMD Accelerated Parallel Processing
[2012-02-26 14:25:56] CL Platform 0 version: OpenCL 1.1 AMD-APP-SDK-v2.4 (595.10)
[2012-02-26 14:25:56] Platform 0 devices: 5
[2012-02-26 14:25:56] GPU 0 ATI Radeon HD 5800 Series hardware monitoring enabled
[2012-02-26 14:25:56] Setting GPU 0 engine clock to 830
[2012-02-26 14:25:56] Setting GPU 0 memory clock to 160
[2012-02-26 14:25:56] Setting GPU 0 voltage to 1.050
[2012-02-26 14:25:56] GPU 1 ATI Radeon HD 5800 Series hardware monitoring enabled
[2012-02-26 14:25:56] Setting GPU 1 engine clock to 830
[2012-02-26 14:25:56] Setting GPU 1 memory clock to 160
[2012-02-26 14:25:56] Setting GPU 1 voltage to 1.050
[2012-02-26 14:25:56] GPU 2 ATI Radeon HD 5800 Series hardware monitoring enabled
[2012-02-26 14:25:56] Setting GPU 2 engine clock to 830
[2012-02-26 14:25:56] Setting GPU 2 memory clock to 160
[2012-02-26 14:25:56] Setting GPU 2 voltage to 1.050
[2012-02-26 14:25:56] GPU 3 ATI Radeon HD 5800 Series hardware monitoring enabled
[2012-02-26 14:25:56] Setting GPU 3 engine clock to 830
[2012-02-26 14:25:56] Setting GPU 3 memory clock to 160
[2012-02-26 14:25:56] Setting GPU 3 voltage to 1.050
[2012-02-26 14:25:56] GPU 4 ATI Radeon HD 5800 Series hardware monitoring enabled
[2012-02-26 14:25:56] Setting GPU 4 engine clock to 830
[2012-02-26 14:25:56] Setting GPU 4 memory clock to 160
[2012-02-26 14:25:56] Setting GPU 4 voltage to 1.050
[2012-02-26 14:25:56] 5 GPU devices max detected
cgminer version 2.3.1 - Started: [2012-02-26 14:11:52]
--------------------------------------------------------------------------------
(5s):1661.5 (avg):1696.8 Mh/s | Q:215 A:188 R:0 HW:0 E:87% U:23.48/m
TQ: 7 ST: 8 SS: 0 DW: 11 NB: 3 LW: 0 GF: 0 RF: 0
Connected to http://pool.abcpool.co:8332 with LP as user spiccioli.m2
Block: 0000065f11c15097cce668b2f037fbe7... Started: [14:16:15]
--------------------------------------------------------------------------------
[P]ool management [G]PU management [S]ettings [D]isplay options [Q]uit
GPU 0: 73.0C 25% | 336.6/346.5Mh/s | A:31 R:0 HW:0 U: 3.87/m I: 5
GPU 1: 73.5C 1270RPM | 331.8/343.1Mh/s | A:34 R:0 HW:0 U: 4.25/m I: 5
GPU 2: 71.5C 2012RPM | 329.9/341.4Mh/s | A:48 R:0 HW:0 U: 5.99/m I: 5
GPU 3: 69.0C 1759RPM | 331.1/339.2Mh/s | A:46 R:0 HW:0 U: 5.74/m I: 5
GPU 4: 75.5C 2214RPM | 327.1/335.2Mh/s | A:30 R:0 HW:0 U: 3.75/m I: 5
--------------------------------------------------------------------------------
top - 14:21:44 up 17 min, 3 users, load average: 0.05, 0.25, 0.38
Tasks: 145 total, 1 running, 144 sleeping, 0 stopped, 0 zombie
Cpu(s): 20.5%us, 32.0%sy, 0.0%ni, 47.3%id, 0.3%wa, 0.0%hi, 0.0%si, 0.0%st
Mem: 4055036k total, 1402804k used, 2652232k free, 20796k buffers
Swap: 4187132k total, 0k used, 4187132k free, 290544k cached
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
2423 user 20 0 570m 225m 52m S 32.2 5.7 3:18.96 cgminer
1177 root 20 0 675m 111m 75m S 9.9 2.8 1:12.56 Xorg
2636 user 20 0 772m 150m 39m S 6.1 3.8 0:45.95 firefox-bin
4 root 20 0 0 0 0 S 1.7 0.0 0:15.12 kworker/0:0
2875 root 20 0 0 0 0 S 1.7 0.0 0:05.71 kworker/0:2
1491 user 20 0 176m 14m 9472 S 0.3 0.4 0:02.14 xfwm4
1740 user 20 0 269m 17m 10m S 0.3 0.4 0:04.81 xfce4-terminal
1483 user 20 0 64112 2904 1968 S 0.1 0.1 0:00.96 xscreensaver
1 root 20 0 24008 2136 1292 S 0.0 0.1 0:01.15 init
top - 14:23:24 up 19 min, 3 users, load average: 4.33, 1.33, 0.73
Tasks: 145 total, 2 running, 143 sleeping, 0 stopped, 0 zombie
Cpu(s): 6.3%us, 93.7%sy, 0.0%ni, 0.0%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
Mem: 4055036k total, 1383356k used, 2671680k free, 20900k buffers
Swap: 4187132k total, 0k used, 4187132k free, 290640k cached
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
3329 user 20 0 558m 213m 39m S 61.2 5.4 0:35.00 cgminer
2875 root 20 0 0 0 0 S 12.0 0.0 0:11.21 kworker/0:2
56 root 20 0 0 0 0 R 11.1 0.0 0:09.72 kworker/0:1
2636 user 20 0 774m 153m 39m S 6.9 3.9 0:53.69 firefox-bin
1177 root 20 0 675m 111m 75m S 4.9 2.8 1:19.33 Xorg
1491 user 20 0 176m 14m 9472 S 1.7 0.4 0:03.14 xfwm4
310 root 20 0 0 0 0 S 0.5 0.0 0:00.68 usb-storage
1740 user 20 0 269m 17m 10m S 0.4 0.4 0:05.10 xfce4-terminal