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.
main.c: In function ‘solve_equihash’:
main.c:1024:28: warning: passing argument 3 of ‘examine_ht’ from incompatible pointer type
examine_ht(round, queue, buf_ht, rowCounters[round % 2]);
^
main.c:530:6: note: expected ‘cl_mem’ but argument is of type ‘struct _cl_mem **’
void examine_ht(unsigned round, cl_command_queue queue, cl_mem buf_ht)
^
main.c:1024:3: error: too many arguments to function ‘examine_ht’
examine_ht(round, queue, buf_ht, rowCounters[round % 2]);
^
main.c:530:6: note: declared here
void examine_ht(unsigned round, cl_command_queue queue, cl_mem buf_ht)
error: too many arguments to function ‘examine_ht’
main.c: In function ‘load_file’:
main.c:286:41: error: ‘O_BINARY’ undeclared (first use in this function)
if (-1 == (fd = open(fname, O_RDONLY | O_BINARY))) {
^
main.c:286:41: note: each undeclared identifier is reported only once for each function it appears in
main.c: In function ‘dump’:
main.c:325:30: error: ‘O_BINARY’ undeclared (first use in this function)
if (-1 == (fd = open(fname, O_BINARY | O_WRONLY | O_CREAT | O_TRUNC, 0666)))
^
main.c: In function ‘solve_equihash’:
main.c:1024:3: warning: passing argument 3 of ‘examine_ht’ from incompatible pointer type [enabled by default]
examine_ht(round, queue, buf_ht, rowCounters[round % 2]);
^
main.c:530:6: note: expected ‘cl_mem’ but argument is of type ‘struct _cl_mem **’
void examine_ht(unsigned round, cl_command_queue queue, cl_mem buf_ht)
^
main.c:1024:3: error: too many arguments to function ‘examine_ht’
examine_ht(round, queue, buf_ht, rowCounters[round % 2]);
^
main.c:530:6: note: declared here
void examine_ht(unsigned round, cl_command_queue queue, cl_mem buf_ht)
^
main.c:957:57: warning: unused parameter ‘ctx’ [-Wunused-parameter]
uint32_t solve_equihash(cl_device_id dev_id, cl_context ctx, cl_command_queue queue,
^
main.c: In function ‘mining_mode’:
main.c:1407:18: warning: unused variable ‘status’ [-Wunused-variable]
cl_int status;
^
main.c:1392:50: warning: unused parameter ‘program’ [-Wunused-parameter]
void mining_mode(cl_device_id dev_id, cl_program program, cl_context ctx, cl_command_queue queue,
^
make: *** [main.o] Error 1
main.c:1392:6: note: expected ‘struct _cl_mem **’ but argument is of type ‘uint8_t *’
void mining_mode(cl_device_id *dev_id, cl_context ctx, cl_command_queue queue,
^
main.c:1479:3: error: too many arguments to function ‘mining_mode’
mining_mode(*dev_id, program, ctx, queue, k_init_ht, k_rounds, k_sols, buf_ht,
^
main.c:1392:6: note: declared here
void mining_mode(cl_device_id *dev_id, cl_context ctx, cl_command_queue queue,
^: recipe for target 'main.o' failed
main.c:1392:6: note: expected ‘struct _cl_mem **’ but argument is of type ‘uint8_t *’
void mining_mode(cl_device_id *dev_id, cl_context ctx, cl_command_queue queue,
^
main.c:1479:3: error: too many arguments to function ‘mining_mode’
mining_mode(*dev_id, program, ctx, queue, k_init_ht, k_rounds, k_sols, buf_ht,
^
main.c:1392:6: note: declared here
void mining_mode(cl_device_id *dev_id, cl_context ctx, cl_command_queue queue,
^: recipe for target 'main.o' failed