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 2.7.6 - Started: [2012-09-28 13:26:28]
--------------------------------------------------------------------------------
(5s):433.4 (avg):714.6 Mh/s | Q:4 A:12 R:0 HW:0 E:300% U:17.1/m
TQ: 0 ST: 2 SS: 0 DW: 1 NB: 2 LW: 15 GF: 0 RF: 0 WU: 18.5
Connected to http://us1.eclipsemc.com:8337 with LP as user
Block: 00000038ba38b354b3fd8173cd55cebb... Started: [13:26:28]
--------------------------------------------------------------------------------
[P]ool management [S]ettings [D]isplay options [Q]uit
BFL 0: 45.7C | 771.9/918.7Mh/s | A:13 R:0 HW:0 U:18.54/m
--------------------------------------------------------------------------------
[2012-09-28 13:26:27] Started cgminer 2.7.6
[2012-09-28 13:26:28] Probing for an alive pool
[2012-09-28 13:26:28] Long-polling activated for http://us1.eclipsemc.com:8337/LP
[2012-09-28 13:26:28] Pool 0 http://us1.eclipsemc.com:8337 alive
[2012-09-28 13:26:28] New block detected on network before longpoll
[2012-09-28 13:26:28] Pool 1 http://us.ozco.in:8331 alive
[2012-09-28 13:26:33] Accepted 00e6e730 Diff 1 BFL 0 pool 0
[2012-09-28 13:26:38] Accepted 09631bd0 Diff 1 BFL 0 pool 0
[2012-09-28 13:26:43] Accepted a45652a8 Diff 1 BFL 0 pool 0
[2012-09-28 13:26:43] Accepted a79f96ba Diff 1 BFL 0 pool 0
[2012-09-28 13:26:48] Accepted 280b28cf Diff 1 BFL 0 pool 0
## Install all required tools
sudo apt-get install build-essential git dh-autoreconf libcurl4-gnutls-dev libusb-1.0-0-dev libusb-dev libncurses-dev libudev-dev yasm screen
## This will ask you:
## Do you want to continue [Y/n]?
## Press Y and Enter (Then wait many minutes for it to finish)
## Get the latest version of cgminer
cd /usr/src
sudo git clone https://github.com/ckolivas/cgminer.git
cd cgminer
## Set the flags for the compiler
CFLAGS="-g -O2 -W -Wall"
## Configure cgminer
## Do not type any un-used options. See the README of cgminer for details.
## For example if you do not have any Butterfly Labs hardware, to not type "--enable-bitforce"
sudo ./autogen.sh --enable-scrypt --enable-bitforce --enable-icarus --enable-modminer --enable-ztex --with-libudev
## I have a BFL single so I used:
## sudo ./autogen.sh --enable-bitforce --with-libudev
## Again, wait many minutes for this to finish
## When done, you should see a block of text that starts with something like this:
## ------------------------------------------------------------------------
## cgminer 2.7.6
## ------------------------------------------------------------------------
##
## Configuration Options Summary:
##
## If you do not see that or the last line is an error, do not continue.
## build cgminer
sudo make clean
sudo make
## Again, wait many minutes for this to finish
## Connect and power up your FPGA hardware then run cgminer
## Substitute the proper values you use for yourpool, yourport, youruser, and yourpassword
/usr/src/cgminer/cgminer -S auto -o http://www.yourpool.com:yourport -u youruser -p yourpassword