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.
http://rikomagic.co.uk/forum/viewtopic.php?f=2&t=90
Get all your dependencies and build bfgminer there are several packages,
like libusb1.0.0-dev and jansson-dev that you are going to have to manually
download first, then build, and then install because they are not in the apt-get repo.
depending on what hardware you are running you can customize for specific miners
read the readme for all custom hardware builds:
https://github.com/luke-jr/bfgminer/blob/bfgminer/README
https://github.com/ckolivas/cgminer/blob/master/README
basic build setup:
sudo apt-get install build-essential autoconf automake libtool pkg-config libcurl4-gnutls-dev
libcurl4-openssl-dev libjansson-dev uthash-dev libncurses5-dev libncursesw5-dev libpdcurses
libudev-dev libusb-1.0-0-dev libevent-dev libmicrohttpd-dev hidapi libcurl3-dev
(if you get errors for missing packages, or cannot find, you will have to manually find and download
build and install these seperate before building the bfgminer or cgminer)
Download bfgminer and cgminer here:
(bfgminer) http://luke.dashjr.org/programs/bitcoin/files/bfgminer/latest/
(cgminer) https://github.com/ckolivas/cgminer/archive/master.zip
then build:
(cgminer)
extract bfgminer into its own dir and navigate to that dir
in terminal:
(you might not need the sudo commands, i used them and it worked fine.
and also read the readme for how to configure the build for different hardware.)
sudo ./autogen.sh
sudo CFLAGS="-O2 -Wall -march=native" ./configure
sudo make
DONE! run bfgminer using:
./cgminer [-DdElmpPQqUsTouOchnV]
(bfgminer)
extract bfgminer into its own dir and navigate to that dir
in terminal:
(you might not need the sudo commands, i used them and it worked fine.
and also read the readme for how to configure the build for different hardware.)
sudo ./autogen.sh
sudo ./configure
sudo make
DONE! run bfgminer using:
./bfgminer [-DdElmpPQqUsTouOchnV]
i would also suggest installing cgminers dependencies before building, and i
will tell you why, i am not exactly sure why either. i built bfgminer first, didnt work,
then tried cgminer, almost worked, then on a hunch rebuilt bfgminer and it worked,
even ran a little better. i think some of the dependencies for the different hardware
assists somehow? (but i have also heard the history about how the writer started
bfgminer... he originally worked on cgminer and they split?) you can just watch your
depends when you run ./configure but i tested this 4-5 times and it just seemed
better everytime to build cgminer first then abandon it, if you are going to use bfgminer,
and why not have a copy of cgminer laying around anyways?