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.
./configure --disable-linux-hugepages
$ CFLAGS="-O3 -mfpu=neon" ./configure --disable-aes-ni
$ make
gcc -std=gnu99 -DHAVE_CONFIG_H -I. -pthread -I./compat/jansson -falign-loops=16 -falign-functions=16 -falign-jumps=16 -falign-labels=16 -O2 -fno-strict-aliasing -O3 -mfpu=neon -MT minerd-cryptonight_lobotomized.o -MD -MP -MF .deps/minerd-cryptonight_lobotomized.Tpo -c -o minerd-cryptonight_lobotomized.o `test -f 'cryptonight_lobotomized.c' || echo './'`cryptonight_lobotomized.c
In file included from cryptonight.h:6:0,
from cryptonight_lobotomized.c:1:
miner.h:188:58: warning: ‘struct cryptonight_ctx’ declared inside parameter list
uint32_t max_nonce, unsigned long *hashes_done, struct cryptonight_ctx *persistentctx);
^
miner.h:188:58: warning: its scope is only this definition or declaration, which is probably not what you want
cryptonight_lobotomized.c:2:23: fatal error: x86intrin.h: No such file or directory
#include
^
compilation terminated.