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 https://github.com/Lolcust/Tenebrix
$cd Tenebix
$ cat README.rst
$ qmake
$ make
$ ./bitcoin-qt
$ git clone https://github.com/Lolcust/Tenebrix-miner
$ cd Tenebrix-miner
$ cat README
...
$ ./autogen.sh
$ CFLAGS="-O3 -Wall -msse2" ./configure
$ make
bobnova@bobnova-P67A-UD4-B3:~/Tenebrix-miner$ make
make all-recursive
make[1]: Entering directory `/home/bobnova/Tenebrix-miner'
Making all in compat
make[2]: Entering directory `/home/bobnova/Tenebrix-miner/compat'
make[3]: Entering directory `/home/bobnova/Tenebrix-miner/compat'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/bobnova/Tenebrix-miner/compat'
make[2]: Leaving directory `/home/bobnova/Tenebrix-miner/compat'
Making all in x86_64
make[2]: Entering directory `/home/bobnova/Tenebrix-miner/x86_64'
/usr/bin/yasm -f elf64 sha256_xmm_amd64.asm
rm -f libx8664.a
ar cru libx8664.a sha256_xmm_amd64.o
ranlib libx8664.a
make[2]: Leaving directory `/home/bobnova/Tenebrix-miner/x86_64'
make[2]: Entering directory `/home/bobnova/Tenebrix-miner'
gcc -DHAVE_CONFIG_H -I. -pthread -fno-strict-aliasing @LIBCURL_CPPFLAGS@ -DHAS_YASM -O3 -Wall -msse2 -MT minerd-cpu-miner.o -MD -MP -MF .deps/minerd-cpu-miner.Tpo -c -o minerd-cpu-miner.o `test -f 'cpu-miner.c' || echo './'`cpu-miner.c
gcc: @LIBCURL_CPPFLAGS@: No such file or directory
cpu-miner.c: In function ‘parse_arg’:
cpu-miner.c:786:3: warning: passing argument 2 of ‘json_load_file’ makes integer from pointer without a cast
/usr/local/include/jansson.h:225:9: note: expected ‘size_t’ but argument is of type ‘struct json_error_t *’
cpu-miner.c:786:3: error: too few arguments to function ‘json_load_file’
/usr/local/include/jansson.h:225:9: note: declared here
make[2]: *** [minerd-cpu-miner.o] Error 1
make[2]: Leaving directory `/home/bobnova/Tenebrix-miner'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/bobnova/Tenebrix-miner'
make: *** [all] Error 2