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.
LDFLAGS=-static ./configure
miner@arm:~$ lsusb -t
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=musb-hdrc/1p, 480M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=musb-hdrc/1p, 480M
|__ Port 1: Dev 2, If 0, Class=hub, Driver=hub/5p, 480M
|__ Port 1: Dev 3, If 0, Class=HID, Driver=usbhid, 480M
|__ Port 2: Dev 46, If 0, Class=HID, Driver=usbfs, 12M
|__ Port 4: Dev 38, If 0, Class=HID, Driver=usbfs, 12M
|__ Port 5: Dev 4, If 0, Class=hub, Driver=hub/5p, 480M
|__ Port 1: Dev 5, If 0, Class=HID, Driver=usbhid, 480M
|__ Port 2: Dev 47, If 0, Class=comm., Driver=cdc_acm, 12M
|__ Port 2: Dev 47, If 1, Class=data, Driver=cdc_acm, 12M
|__ Port 4: Dev 55, If 0, Class=hub, Driver=hub/4p, 480M
|__ Port 1: Dev 56, If 0, Class=vend., Driver=cp210x, 12M
|__ Port 2: Dev 57, If 0, Class=vend., Driver=cp210x, 12M
|__ Port 3: Dev 58, If 0, Class=vend., Driver=cp210x, 12M
|__ Port 4: Dev 59, If 0, Class=hub, Driver=hub/4p, 480M
|__ Port 1: Dev 60, If 0, Class=vend., Driver=cp210x, 12M
|__ Port 2: Dev 61, If 0, Class=vend., Driver=cp210x, 12M
apt-cache policy libmicrohttpd5 libmicrohttpd10 libmicrohttpd-dev
APT::Default-Release "precise";
deb http://us.archive.ubuntu.com/ubuntu/ quantal universe
sudo apt-get update
sudo apt-get upgrade --simulate
apt-cache policy libmicrohttpd5 libmicrohttpd10 libmicrohttpd-dev
Package: libmicrohttpd-dev
Pin: release a=quantal
Pin-Priority: 990
apt-cache policy libmicrohttpd-dev
sudo apt-get install libmicrohttpd10 libmicrohttpd-dev
dpkg --list | grep libmicrohttpd
LDFLAGS=-static ./configure --disable-avalon --disable-largefile --enable-cpumining --enable-opencl --disable-bigpic --disable-bitfury --disable-bfsb --disable-bigpic --disable-littlefury --disable-nanofury --disable-hashbuster --disable-hashbuster2 --disable-bitforce --disable-icarus --disable-klondike --disable-modminer --disable-x6500 --disable-ztex --enable-scrypt --without-sensors --without-curses --without-libusb --without-libudev --disable-twinfury
bfgminer-driver-opencl.o: In function `load_opencl_symbols':
/usr/local/src/bfgminer/driver-opencl.c:222: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
bfgminer-miner.o: In function `main':
/usr/local/src/bfgminer/miner.c:11017: warning: Using 'getpwnam' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
if (tried > 3)
{
applog(LOG_ERR, "%"PRIpreprv": %s: Giving up after %d tries",
proc->proc_repr, __func__, tried);
bitfury->desync_counter = 99;
return false;
}