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.
"auto-fan" : "true",
"auto-fan" : "1",
"auto-fan" : "",
"device" : "1",
"device" : "2",
"device" : "2",
"device" : "1",
user@linuxcoin:~/Desktop/cgminer-2.0.3$ cgminer --ndevs
[2011-09-21 01:20:58] Error: Getting Device IDs (num)
[2011-09-21 01:20:58] clDevicesNum returned error, none usable
0 GPU devices detected
[21/09/2011 01:15:20] Phoenix r116 starting...
[21/09/2011 01:15:20] Connected to server
[21/09/2011 01:15:44] Result: 12c54cbf accepted
[21/09/2011 01:15:49] Result: bb7dccd0 accepted
[21/09/2011 01:16:52] Result: 1f03481a accepted
[21/09/2011 01:16:53] Result: a388f657 accepted
[21/09/2011 01:16:53] Result: 1c510d1c accepted
[217.05 Mhash/sec] [20 Accepted] [0 Rejected] [RPC (+LP)]
user@linuxcoin:~/Desktop/cgminer-2.0.3$ DISPLAY=:0 sudo aticonfig --list-adapters
* 0. 01:00.0 ATI Radeon HD 5700 Series
* - Default adapter
:myloop
DISPLAY=:0 ./cgminer -c p1.json -c p2.json & 2>> log
sleep 1h
killall cgminer
goto myloop
#!/bin/bash
cd ~/cgminer
DISPLAY=:0 ./cgminer -c p1.json -c p2.json & 2>> log
sleep 1h
killall cgminer
DISPLAY=:0 ./cgminer -c p1.json -c p2.json --gpu-memclock 300 & 2>> log
sleep 1h
killall cgminer
DISPLAY=:0 ./cgminer -c p1.json -c p2.json --gpu-memclock 250 & 2>> log
sleep 1h
killall cgminer
DISPLAY=:0 ./cgminer -c p1.json -c p2.json --gpu-memclock 200 & 2>> log
sleep 1h
killall cgminer
DISPLAY=:0 ./cgminer -c p1.json -c p2.json --gpu-memclock 150 & 2>> log
sleep 1h
killall cgminer
DISPLAY=:0 ./cgminer -c p1.json -c p2.json --gpu-memclock 100 & 2>> log
sleep 1h
killall cgminer
DISPLAY=:0 ./cgminer -c p1.json -c p2.json --gpu-memclock 50 & 2>> log
sleep 1h
killall cgminer