I'm also available in #Eligius for real-time troubleshooting.
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.
[2012-07-30 16:21:05] Error -5: Enqueueing kernel onto command queue. (clEnqueueNDRangeKernel)
[2012-07-30 16:21:05] GPU 1 failure, disabling!
cat ltc.sh
export GPU_USE_SYNC_OBJECTS=1
export GPU_MAX_ALLOC_PERCENT=100
export DISPLAY=:0
~/cgminer-ltc --scrypt --worksize 256,256,256 --thread-concurrency 8000,8000,8192 --vectors 4,4,4 --gpu-threads 2 -I 18,18,18 -g 1 --auto-fan --auto-gpu --temp-target 81
#!/bin/bash
cd ~
cd /cgminer-2.6.1-x86_64-built/
./cgminer -o http://pool:port -u usr_name -p pass -I 9
cat /etc/init/btc-miner.conf
description "Start BTC Mining"
start on runlevel [2345]
stop on runlevel [!2345]
kill timeout 30
script
exec /usr/bin/screen -dmS CGMiner su -c '/home/miner/miner-default'
end script
file /home/miner/miner-default
/home/miner/miner-default: symbolic link to `miner-user1'
#! /bin/sh
DISPLAY=:0 /home/miner/cgminer/cgminer -c /home/miner/cgminer-user1.conf
file /home/miner/cgminer
/home/miner/cgminer: symbolic link to `cgminer-2.6.1-x86_64-built'
cat /etc/init/xserver.conf
description "Start X Server only for mining"
start on runlevel [2345]
stop on runlevel [!2345]
kill timeout 30
script
exec /usr/bin/X 2>&1
end script
#!/bin/bash
cd ~
cd /cgminer-2.6.1-x86_64-built/
./cgminer -o http://pool:port -u usr_name -p pass -I 9
[2012-07-30 16:21:05] Error -5: Enqueueing kernel onto command queue. (clEnqueueNDRangeKernel)
[2012-07-30 16:21:05] GPU 1 failure, disabling!