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.
cgminer version 3.1.1 - Started: [2013-06-04 21:19:54]
--------------------------------------------------------------------------------
(5s):1.964G (avg):1.525Gh/s | A:19766 R:14 HW:192 U:18.5/m WU:18.7/m
ST: 2 SS: 4 NB: 153 LW: 39791 GF: 2 RF: 0
Connected to ...
Block: 005ca8f34fc2148c... Diff:12.2M Started: [15:08:19] Best share: 11.3K
--------------------------------------------------------------------------------
[P]ool management [S]ettings [D]isplay options [Q]uit
ICA 0: | 371.8M/382.5Mh/s | A:4935 R:4 HW:43 U: 4.61/m
ICA 1: | 490.5M/379.3Mh/s | A:4981 R:4 HW:47 U: 4.66/m
ICA 2: | 543.6M/382.5Mh/s | A:4971 R:3 HW:54 U: 4.65/m
ICA 3: | 592.9M/381.5Mh/s | A:4879 R:3 HW:48 U: 4.56/m
--------------------------------------------------------------------------------
sudo apt-get -y upgrade
sudo apt-get -y update
sudo apt-get -y install autoconf
sudo apt-get -y install libtool
sudo apt-get -y install libncurses-dev
sudo apt-get -y install yasm
sudo apt-get -y install curl
sudo apt-get -y install libcurl4-openssl-dev
sudo apt-get -y install pkg-config
wget http://ck.kolivas.org/apps/cgminer/3.1/cgminer-3.1.1.tar.bz2
tar xfvj cgminer-3.1.1.tar.bz2
cd cgminer-3.1.1
wget https://raw.github.com/ckolivas/cgminer/master/autogen.sh
chmod a+x autogen.sh
./autogen.sh --enable-icarus
make clean
make
sudo make install
cgminer -V
ls -l /dev/ttyUSB*
/usr/local/bin/cgminer -o stratum+tcp://mmpool.bitparking.com:4333 -u username -p d=8 -S /dev/ttyUSB0 -S /dev/ttyUSB1 -S /dev/ttyUSB2 --icarus-options 115200:1:1 --icarus-timing 3.012=100
sudo nano /etc/rc.local
sleep 20
/usr/local/bin/cgminer -o stratum+tcp://mmpool.bitparking.com:4333 -u username -p d=8 -S /dev/ttyUSB0 -S /dev/ttyUSB1 -S /dev/ttyUSB2 --icarus-options 115200:1:1 --icarus-timing 3.012=100
sudo chmod a+x /etc/rc.local
/etc/rc.local