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.
make
make all-recursive
make[1]: Entering directory `/Tenebrix-miner'
Making all in compat
make[2]: Entering directory `/Tenebrix-miner/compat'
make[3]: Entering directory `/Tenebrix-miner/compat'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/Tenebrix-miner/compat'
make[2]: Leaving directory `/Tenebrix-miner/compat'
make[2]: Entering directory `/Tenebrix-miner'
gcc -DHAVE_CONFIG_H -I. -pthread -fno-strict-aliasing -g -O2 -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
cpu-miner.c: In function ‘parse_arg’:
cpu-miner.c:786: warning: passing argument 2 of ‘json_load_file’ makes integer from pointer without a cast
/usr/include/jansson.h:221: note: expected ‘size_t’ but argument is of type ‘struct json_error_t *’
cpu-miner.c:786: error: too few arguments to function ‘json_load_file’
make[2]: *** [minerd-cpu-miner.o] Error 1
make[2]: Leaving directory `/Tenebrix-miner'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/Tenebrix-miner'
make: *** [all] Error 2
make
make all-recursive
make[1]: Entering directory `/Tenebrix-miner'
Making all in compat
make[2]: Entering directory `/Tenebrix-miner/compat'
make[3]: Entering directory `/Tenebrix-miner/compat'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/Tenebrix-miner/compat'
make[2]: Leaving directory `/Tenebrix-miner/compat'
make[2]: Entering directory `/Tenebrix-miner'
gcc -DHAVE_CONFIG_H -I. -pthread -fno-strict-aliasing -g -O2 -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
cpu-miner.c: In function ‘parse_arg’:
cpu-miner.c:786: warning: passing argument 2 of ‘json_load_file’ makes integer from pointer without a cast
/usr/include/jansson.h:221: note: expected ‘size_t’ but argument is of type ‘struct json_error_t *’
cpu-miner.c:786: error: too few arguments to function ‘json_load_file’
make[2]: *** [minerd-cpu-miner.o] Error 1
make[2]: Leaving directory `/Tenebrix-miner'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/Tenebrix-miner'
make: *** [all] Error 2
./minerd --user username --pass password
[2011-09-26 18:10:41] Binding thread 0 to cpu 0
[2011-09-26 18:10:41] HTTP request failed: couldn't connect to host
[2011-09-26 18:10:41] json_rpc_call failed, retry after 30 seconds
[2011-09-26 18:10:42] Binding thread 1 to cpu 1
[2011-09-26 18:10:43] Binding thread 2 to cpu 2
[2011-09-26 18:10:44] Binding thread 3 to cpu 3
[2011-09-26 18:10:45] 4 miner threads started, using SHA256 'scrypt' algorithm.
[2011-09-26 18:11:11] HTTP request failed: couldn't connect to host
[2011-09-26 18:11:11] json_rpc_call failed, retry after 30 seconds
make
make all-recursive
make[1]: Entering directory `/Tenebrix-miner'
Making all in compat
make[2]: Entering directory `/Tenebrix-miner/compat'
make[3]: Entering directory `/Tenebrix-miner/compat'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/Tenebrix-miner/compat'
make[2]: Leaving directory `/Tenebrix-miner/compat'
make[2]: Entering directory `/Tenebrix-miner'
gcc -DHAVE_CONFIG_H -I. -pthread -fno-strict-aliasing -g -O2 -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
cpu-miner.c: In function ‘parse_arg’:
cpu-miner.c:786: warning: passing argument 2 of ‘json_load_file’ makes integer from pointer without a cast
/usr/include/jansson.h:221: note: expected ‘size_t’ but argument is of type ‘struct json_error_t *’
cpu-miner.c:786: error: too few arguments to function ‘json_load_file’
make[2]: *** [minerd-cpu-miner.o] Error 1
make[2]: Leaving directory `/Tenebrix-miner'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/Tenebrix-miner'
make: *** [all] Error 2
chris@galaxy:~/Tenebrix-miner$ automake
configure.ac: no proper invocation of AM_INIT_AUTOMAKE was found.
configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE,
configure.ac: that aclocal.m4 is present in the top-level directory,
configure.ac: and that aclocal.m4 was recently regenerated (using aclocal).
compat/Makefile.am:2: WANT_JANSSON does not appear in AM_CONDITIONAL
/usr/share/automake-1.11/am/depend2.am: am__fastdepCC does not appear in AM_CONDITIONAL
/usr/share/automake-1.11/am/depend2.am: The usual way to define `am__fastdepCC' is to add `AC_PROG_CC'
/usr/share/automake-1.11/am/depend2.am: to `configure.ac' and run `aclocal' and `autoconf' again.
/usr/share/automake-1.11/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake-1.11/am/depend2.am: The usual way to define `AMDEP' is to add one of the compiler tests
/usr/share/automake-1.11/am/depend2.am: AC_PROG_CC, AC_PROG_CXX, AC_PROG_CXX, AC_PROG_OBJC,
/usr/share/automake-1.11/am/depend2.am: AM_PROG_AS, AM_PROG_GCJ, AM_PROG_UPC
/usr/share/automake-1.11/am/depend2.am: to `configure.ac' and run `aclocal' and `autoconf' again.
Makefile.am:2: WANT_JANSSON does not appear in AM_CONDITIONAL
Makefile.am:24: HAVE_x86_64 does not appear in AM_CONDITIONAL
Makefile.am:25: HAS_YASM does not appear in AM_CONDITIONAL
configure.ac:7: required file `cpuminer-config.h.in' not found
Makefile.am:16: compiling `cpu-miner.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac'
chris@galaxy:~/Tenebrix-miner$ automake
configure.ac: no proper invocation of AM_INIT_AUTOMAKE was found.
configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE,
configure.ac: that aclocal.m4 is present in the top-level directory,
configure.ac: and that aclocal.m4 was recently regenerated (using aclocal).
compat/Makefile.am:2: WANT_JANSSON does not appear in AM_CONDITIONAL
/usr/share/automake-1.11/am/depend2.am: am__fastdepCC does not appear in AM_CONDITIONAL
/usr/share/automake-1.11/am/depend2.am: The usual way to define `am__fastdepCC' is to add `AC_PROG_CC'
/usr/share/automake-1.11/am/depend2.am: to `configure.ac' and run `aclocal' and `autoconf' again.
/usr/share/automake-1.11/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake-1.11/am/depend2.am: The usual way to define `AMDEP' is to add one of the compiler tests
/usr/share/automake-1.11/am/depend2.am: AC_PROG_CC, AC_PROG_CXX, AC_PROG_CXX, AC_PROG_OBJC,
/usr/share/automake-1.11/am/depend2.am: AM_PROG_AS, AM_PROG_GCJ, AM_PROG_UPC
/usr/share/automake-1.11/am/depend2.am: to `configure.ac' and run `aclocal' and `autoconf' again.
Makefile.am:2: WANT_JANSSON does not appear in AM_CONDITIONAL
Makefile.am:24: HAVE_x86_64 does not appear in AM_CONDITIONAL
Makefile.am:25: HAS_YASM does not appear in AM_CONDITIONAL
configure.ac:7: required file `cpuminer-config.h.in' not found
Makefile.am:16: compiling `cpu-miner.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac'