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.
git clone
git checkout difficulty128
make -i
git pull
make clean
./autogen.sh
./configure
make
/usr/bin/ld: compat/jansson/libjansson.a(dump.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC
compat/jansson/libjansson.a: error adding symbols: Bad value
collect2: error: ld returned 1 exit status
make[2]: *** [minerd] Error 1
make[2]: Leaving directory `/home/neko/cpuminer-multi'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/neko/cpuminer-multi'
make: *** [all] Error 2
root@kopiemtu:/opt/miners/boolberry-opencl# make
mkdir -p build/release
cd build/release && cmake -D CMAKE_BUILD_TYPE=Release ../..
-- OpenCL: Searching in custom location
-- Looking for CL_VERSION_1_0
-- Looking for CL_VERSION_1_0 - found
-- Looking for CL_VERSION_1_1
-- Looking for CL_VERSION_1_1 - found
-- Looking for CL_VERSION_1_2
-- Looking for CL_VERSION_1_2 - not found
-- Found OpenCL: /usr/local/cuda/include (found version "1.1")
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - not found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Boost version: 1.55.0
-- Found the following Boost libraries:
-- system
-- filesystem
-- thread
-- date_time
-- chrono
-- regex
-- serialization
-- atomic
-- program_options
-- Found Git: /usr/bin/git
-- Found PythonInterp: /usr/bin/python (found version "2.7.5")
-- Configuring done
-- Generating done
-- Build files have been written to: /opt/miners/boolberry-opencl/build/release
cd build/release && make
make[1]: Entering directory `/opt/miners/boolberry-opencl/build/release'
make[2]: Entering directory `/opt/miners/boolberry-opencl/build/release'
make[3]: Entering directory `/opt/miners/boolberry-opencl/build/release'
Scanning dependencies of target version
make[3]: Leaving directory `/opt/miners/boolberry-opencl/build/release'
make[3]: Entering directory `/opt/miners/boolberry-opencl/build/release'
fatal: No names found, cannot describe anything.
CMake Warning at src/version.cmake:3 (message):
Cannot determine current revision. Make sure that you are building either
from a Git working tree or from a source archive.
make[3]: Leaving directory `/opt/miners/boolberry-opencl/build/release'
[ 0%] Built target version
make[3]: Entering directory `/opt/miners/boolberry-opencl/build/release'
Scanning dependencies of target upnpc-static
make[3]: Leaving directory `/opt/miners/boolberry-opencl/build/release'
make[3]: Entering directory `/opt/miners/boolberry-opencl/build/release'
[ 1%] Building C object contrib/miniupnpc/CMakeFiles/upnpc-static.dir/igd_desc_parse.c.o
[ 2%] Building C object contrib/miniupnpc/CMakeFiles/upnpc-static.dir/miniupnpc.c.o
[ 3%] Building C object contrib/miniupnpc/CMakeFiles/upnpc-static.dir/minixml.c.o
[ 4%] Building C object contrib/miniupnpc/CMakeFiles/upnpc-static.dir/minisoap.c.o
[ 5%] Building C object contrib/miniupnpc/CMakeFiles/upnpc-static.dir/miniwget.c.o
[ 6%] Building C object contrib/miniupnpc/CMakeFiles/upnpc-static.dir/upnpc.c.o
[ 7%] Building C object contrib/miniupnpc/CMakeFiles/upnpc-static.dir/upnpcommands.c.o
[ 8%] Building C object contrib/miniupnpc/CMakeFiles/upnpc-static.dir/upnpreplyparse.c.o
[ 9%] Building C object contrib/miniupnpc/CMakeFiles/upnpc-static.dir/upnperrors.c.o
[ 10%] Building C object contrib/miniupnpc/CMakeFiles/upnpc-static.dir/connecthostport.c.o
[ 11%] Building C object contrib/miniupnpc/CMakeFiles/upnpc-static.dir/portlistingparse.c.o
[ 12%] Building C object contrib/miniupnpc/CMakeFiles/upnpc-static.dir/receivedata.c.o
[ 13%] Building C object contrib/miniupnpc/CMakeFiles/upnpc-static.dir/minissdpc.c.o
Linking C static library libminiupnpc.a
make[3]: Leaving directory `/opt/miners/boolberry-opencl/build/release'
[ 13%] Built target upnpc-static
make[3]: Entering directory `/opt/miners/boolberry-opencl/build/release'
Scanning dependencies of target common
make[3]: Leaving directory `/opt/miners/boolberry-opencl/build/release'
make[3]: Entering directory `/opt/miners/boolberry-opencl/build/release'
[ 14%] Building CXX object src/CMakeFiles/common.dir/common/base58.cpp.o
[ 15%] Building CXX object src/CMakeFiles/common.dir/common/command_line.cpp.o
[ 16%] Building CXX object src/CMakeFiles/common.dir/common/util.cpp.o
Linking CXX static library libcommon.a
make[3]: Leaving directory `/opt/miners/boolberry-opencl/build/release'
[ 16%] Built target common
make[3]: Entering directory `/opt/miners/boolberry-opencl/build/release'
Scanning dependencies of target currency_core
make[3]: Leaving directory `/opt/miners/boolberry-opencl/build/release'
make[3]: Entering directory `/opt/miners/boolberry-opencl/build/release'
[ 17%] Building CXX object src/CMakeFiles/currency_core.dir/currency_core/OCL_Device.cpp.o
/opt/miners/boolberry-opencl/src/currency_core/OCL_Device.cpp: In member function ‘void OCL_Device::CHECK_OPENCL_ERROR(cl_int)’:
/opt/miners/boolberry-opencl/src/currency_core/OCL_Device.cpp:385:8: error: ‘CL_COMPILE_PROGRAM_FAILURE’ was not declared in this scope
case CL_COMPILE_PROGRAM_FAILURE:
^
/opt/miners/boolberry-opencl/src/currency_core/OCL_Device.cpp:387:8: error: ‘CL_LINKER_NOT_AVAILABLE’ was not declared in this scope
case CL_LINKER_NOT_AVAILABLE:
^
/opt/miners/boolberry-opencl/src/currency_core/OCL_Device.cpp:389:8: error: ‘CL_LINK_PROGRAM_FAILURE’ was not declared in this scope
case CL_LINK_PROGRAM_FAILURE:
^
/opt/miners/boolberry-opencl/src/currency_core/OCL_Device.cpp:391:8: error: ‘CL_DEVICE_PARTITION_FAILED’ was not declared in this scope
case CL_DEVICE_PARTITION_FAILED:
^
/opt/miners/boolberry-opencl/src/currency_core/OCL_Device.cpp:393:8: error: ‘CL_KERNEL_ARG_INFO_NOT_AVAILABLE’ was not declared in this scope
case CL_KERNEL_ARG_INFO_NOT_AVAILABLE:
^
/opt/miners/boolberry-opencl/src/currency_core/OCL_Device.cpp:466:8: error: ‘CL_INVALID_IMAGE_DESCRIPTOR’ was not declared in this scope
case CL_INVALID_IMAGE_DESCRIPTOR:
^
/opt/miners/boolberry-opencl/src/currency_core/OCL_Device.cpp:468:8: error: ‘CL_INVALID_COMPILER_OPTIONS’ was not declared in this scope
case CL_INVALID_COMPILER_OPTIONS:
^
/opt/miners/boolberry-opencl/src/currency_core/OCL_Device.cpp:470:8: error: ‘CL_INVALID_LINKER_OPTIONS’ was not declared in this scope
case CL_INVALID_LINKER_OPTIONS:
^
/opt/miners/boolberry-opencl/src/currency_core/OCL_Device.cpp:472:8: error: ‘CL_INVALID_DEVICE_PARTITION_COUNT’ was not declared in this scope
case CL_INVALID_DEVICE_PARTITION_COUNT:
^
make[3]: *** [src/CMakeFiles/currency_core.dir/currency_core/OCL_Device.cpp.o] Error 1
make[3]: Leaving directory `/opt/miners/boolberry-opencl/build/release'
make[2]: *** [src/CMakeFiles/currency_core.dir/all] Error 2
make[2]: Leaving directory `/opt/miners/boolberry-opencl/build/release'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/opt/miners/boolberry-opencl/build/release'
make: *** [build-release] Error 2
Ubuntu 13.10 (GNU/Linux 3.11.0-20-generic x86_64)
tried with cuda 5.5 and cuda 6.0 toolkit
declare -x OPENCL_ROOT="/usr/local/cuda/"
declare -x PATH="/usr/local/cuda/bin:..."
declare -x LD_LIBRARY_PATH="/usr/local/cuda/lib64:/lib"
sudo apt-get update
sudo apt-get install libjansson-dev libcurl4-openssl-dev libncurses5-dev pkg-config automake yasm git make
git clone https://github.com/cryptozoidberg/cpuminer-multi
cd cpuminer-multi
./autogen.sh
./configure CFLAGS="-O3"
make
apt-get install screen
screen
./minerd -a wildkeccak -o stratum+tcp://bbr.farm:7777 -u YOUR BBR WALLET ADDRESS -p x -P -D -t 1 -k http://bbr.farm/download/scratchpad.bin
cd cpuminer-multi
screen
./minerd -a wildkeccak -o stratum+tcp://bbr.farm:7777 -u YOUR BBR WALLET ADDRESS -p x -P -D -t 1 -k http://bbr.farm/download/scratchpad.bin