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.
[16:24:05] Setting up GPU(s).
[16:24:10] Successfully connected to pool's stratum.
[16:24:10] New job at diff 5000
[16:24:13] Thread 0, GPU ID 0, GPU Type: Ellesmere: 578.39H/s
[16:24:15] Thread 0, GPU ID 0, GPU Type: Ellesmere: 579.51H/s
[16:24:16] Thread 0, GPU ID 0, GPU Type: Ellesmere: 579.52H/s
[16:24:17] Share rejected (Low difficulty share): 0/1 (0.00%)
[16:24:17] Total Hashrate: 579.52H/s
[16:24:18] Thread 0, GPU ID 0, GPU Type: Ellesmere: 579.76H/s
[16:24:20] Thread 0, GPU ID 0, GPU Type: Ellesmere: 579.31H/s
[16:24:22] Thread 0, GPU ID 0, GPU Type: Ellesmere: 579.21H/s
[16:24:24] Thread 0, GPU ID 0, GPU Type: Ellesmere: 579.31H/s
[16:24:26] Thread 0, GPU ID 0, GPU Type: Ellesmere: 579.19H/s
[16:24:26] Share rejected (Low difficulty share): 0/2 (0.00%)
[16:24:26] Total Hashrate: 579.19H/s
[16:24:27] Thread 0, GPU ID 0, GPU Type: Ellesmere: 576.54H/s
[16:24:29] Thread 0, GPU ID 0, GPU Type: Ellesmere: 579.26H/s
[16:24:31] Thread 0, GPU ID 0, GPU Type: Ellesmere: 579.23H/s
[16:24:33] Thread 0, GPU ID 0, GPU Type: Ellesmere: 579.22H/s
[16:24:35] Thread 0, GPU ID 0, GPU Type: Ellesmere: 579.13H/s
[16:24:36] Thread 0, GPU ID 0, GPU Type: Ellesmere: 579.32H/s
[16:24:38] Thread 0, GPU ID 0, GPU Type: Ellesmere: 579.06H/s
[16:24:40] Thread 0, GPU ID 0, GPU Type: Ellesmere: 579.08H/s
[16:24:42] Thread 0, GPU ID 0, GPU Type: Ellesmere: 579.01H/s
[16:24:44] Thread 0, GPU ID 0, GPU Type: Ellesmere: 579.09H/s
[16:24:46] Thread 0, GPU ID 0, GPU Type: Ellesmere: 579.03H/s
[16:24:46] Share rejected (Low difficulty share): 0/3 (0.00%)
[16:24:46] Total Hashrate: 579.03H/s
[16:24:47] Thread 0, GPU ID 0, GPU Type: Ellesmere: 579.17H/s
[16:24:48] Share rejected (Low difficulty share): 0/4 (0.00%)
[16:24:48] Total Hashrate: 579.17H/s
[16:24:49] Thread 0, GPU ID 0, GPU Type: Ellesmere: 576.20H/s
[16:24:51] Thread 0, GPU ID 0, GPU Type: Ellesmere: 578.88H/s
[16:24:51] Share rejected (Low difficulty share): 0/5 (0.00%)
[16:24:51] Total Hashrate: 578.88H/s
[16:27:21] Thread 1, GPU ID 1, GPU Type: Hawaii: 773.43H/s
[16:27:21] Thread 0, GPU ID 0, GPU Type: Hawaii: 748.79H/s
[16:27:21] Share rejected (Low difficulty share): 1/30 (3.33%)
[16:27:21] Total Hashrate: 1522.22H/s
coinhaus@miner002:~/wolf-xmr-miner$ sudo make -f Makefile
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -pthread -c -std=c11 crypto/aesb.c -o crypto/aesb.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -pthread -c -std=c11 crypto/aesb-x86-impl.c -o crypto/aesb-x86-impl.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -pthread -c -std=c11 crypto/c_blake256.c -o crypto/c_blake256.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -pthread -c -std=c11 crypto/c_groestl.c -o crypto/c_groestl.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -pthread -c -std=c11 crypto/c_keccak.c -o crypto/c_keccak.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -pthread -c -std=c11 crypto/c_jh.c -o crypto/c_jh.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -pthread -c -std=c11 crypto/c_skein.c -o crypto/c_skein.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -pthread -c -std=c11 crypto/oaes_lib.c -o crypto/oaes_lib.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -pthread -c -std=c11 -maes cryptonight.c -o cryptonight.o
cryptonight.c: In function ‘cryptonight_hash_aesni’:
cryptonight.c:381:18: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
uint64_t *dst = &ctx->long_state[c[0] & 0x1FFFF0];
^
cryptonight.c:424:10: warning: passing argument 1 of ‘keccakf’ from incompatible pointer type [-Wincompatible-pointer-types]
keccakf(&ctx->state.hs, 24);
^
In file included from cryptonight.c:11:0:
crypto/c_keccak.h:22:6: note: expected ‘uint64_t * {aka long unsigned int *}’ but argument is of type ‘union hash_state *’
void keccakf(uint64_t st[25], int norounds);
^
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -pthread -c -std=c11 log.c -o log.o
log.c: In function ‘Log’:
log.c:25:10: warning: format not a string literal and no format arguments [-Wformat-security]
printf(timebuf);
^
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -pthread -c -std=c11 net.c -o net.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -pthread -c -std=c11 minerutils.c -o minerutils.o
gcc -D_POSIX_SOURCE -D_GNU_SOURCE -O0 -ggdb3 -pthread -c -std=c11 gpu.c -o gpu.o
gpu.c:6:19: fatal error: CL/cl.h: No such file or directory
compilation terminated.
Makefile:9: recipe for target 'all' failed
make: *** [all] Error 1