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.
../vTorrent-Client-master/src/smessage.cpp:40:23: fatal error: secp256k1.h: No such file or directory
#include
^
compilation terminated.
make: *** [build/smessage.o] Error 1
21:17:22: The process "/usr/bin/make" exited with code 2.
Error while building/deploying project vTorrent-client (kit: Desktop Qt 5.2.1 GCC 32bit)
When executing step "Make"
$ ./autogen.sh
$ ./configure
$ make
$ ./tests
$ sudo make install # optional
ar: creating libleveldb.a
g++ -I. -I./include -std=c++0x -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DLEVELDB_ATOMIC_PRESENT -pipe -DUSE_SECP256K1 -fstack-protector-all --param ssp-buffer-size=1 -O2 -c helpers/memenv/memenv.cc -o helpers/memenv/memenv.o
rm -f libmemenv.a
ar -rs libmemenv.a helpers/memenv/memenv.o
make[1]: Leaving directory `/home/leigh/installed/vTorrent-Client-master/src/leveldb'
cd /home/leigh/installed/vTorrent-Client-master; /bin/sh share/genbuild.sh /home/leigh/installed/build-vTorrent-client-Desktop_Qt_5_2_1_GCC_32bit-Debug/build/build.h
ar: creating libmemenv.a
fatal: Not a git repository (or any of the parent directories): .git
g++ -c -pipe -DUSE_SECP256K1 -fstack-protector-all --param ssp-buffer-size=1 -g -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DQT_DISABLE_DEPRECATED_BEFORE=0 -DUSE_SECP256K1 -DUSE_UPNP=1 -DMINIUPNP_STATICLIB -DSTATICLIB -DUSE_DBUS -DHAVE_BUILD_INFO -DLINUX -DQT_WIDGETS_LIB -DQT_DBUS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I../../Qt/5/5.2.1/gcc/mkspecs/linux-g++ -I../vTorrent-Client-master/src -I../vTorrent-Client-master/src/json -I../vTorrent-Client-master/src/qt -Isrc/qt/plugins/mrichtexteditor -I/usr/local/include -I../vTorrent-Client-master/src/leveldb/include -I../vTorrent-Client-master/src/leveldb/helpers -I../../Qt/5/5.2.1/gcc/include -I../../Qt/5/5.2.1/gcc/include/QtWidgets -I../../Qt/5/5.2.1/gcc/include/QtDBus -I../../Qt/5/5.2.1/gcc/include/QtNetwork -I../../Qt/5/5.2.1/gcc/include/QtGui -I../../Qt/5/5.2.1/gcc/include/QtCore -Ibuild -Ibuild -o build/smessage.o ../vTorrent-Client-master/src/smessage.cpp
In file included from ../../Qt/5/5.2.1/gcc/include/QtCore/qalgorithms.h:45:0,
from ../../Qt/5/5.2.1/gcc/include/QtCore/qdebug.h:45,
from ../../Qt/5/5.2.1/gcc/include/QtCore/QDebug:1,
from ../vTorrent-Client-master/src/smessage.cpp:66:
../../Qt/5/5.2.1/gcc/include/QtCore/qglobal.h:472:50: warning: 'OutputDebugStringF' is an unrecognized format function type [-Wformat=]
__attribute__((format(printf, (A), (B))))
^
../../Qt/5/5.2.1/gcc/include/QtCore/qlogging.h:95:44: note: in expansion of macro 'Q_ATTRIBUTE_FORMAT_PRINTF'
void debug(const char *msg, ...) const Q_ATTRIBUTE_FORMAT_PRINTF(2, 3);
^
../../Qt/5/5.2.1/gcc/include/QtCore/qglobal.h:472:50: warning: 'OutputDebugStringF' is an unrecognized format function type [-Wformat=]
__attribute__((format(printf, (A), (B))))
^
../../Qt/5/5.2.1/gcc/include/QtCore/qlogging.h:96:43: note: in expansion of macro 'Q_ATTRIBUTE_FORMAT_PRINTF'
void noDebug(const char *, ...) const Q_ATTRIBUTE_FORMAT_PRINTF(2, 3)
^
../../Qt/5/5.2.1/gcc/include/QtCore/qglobal.h:472:50: warning: 'OutputDebugStringF' is an unrecognized format function type [-Wformat=]
__attribute__((format(printf, (A), (B))))
^
../../Qt/5/5.2.1/gcc/include/QtCore/qlogging.h:98:46: note: in expansion of macro 'Q_ATTRIBUTE_FORMAT_PRINTF'
void warning(const char *msg, ...) const Q_ATTRIBUTE_FORMAT_PRINTF(2, 3);
^
../../Qt/5/5.2.1/gcc/include/QtCore/qglobal.h:472:50: warning: 'OutputDebugStringF' is an unrecognized format function type [-Wformat=]
__attribute__((format(printf, (A), (B))))
^
../../Qt/5/5.2.1/gcc/include/QtCore/qlogging.h:99:47: note: in expansion of macro 'Q_ATTRIBUTE_FORMAT_PRINTF'
void critical(const char *msg, ...) const Q_ATTRIBUTE_FORMAT_PRINTF(2, 3);
^
../../Qt/5/5.2.1/gcc/include/QtCore/qglobal.h:472:50: warning: 'OutputDebugStringF' is an unrecognized format function type [-Wformat=]
__attribute__((format(printf, (A), (B))))
^
../../Qt/5/5.2.1/gcc/include/QtCore/qlogging.h:104:59: note: in expansion of macro 'Q_ATTRIBUTE_FORMAT_PRINTF'
void fatal(const char *msg, ...) const Q_DECL_NOTHROW Q_ATTRIBUTE_FORMAT_PRINTF(2, 3);
^
../../Qt/5/5.2.1/gcc/include/QtCore/qglobal.h:472:50: warning: 'OutputDebugStringF' is an unrecognized format function type [-Wformat=]
__attribute__((format(printf, (A), (B))))
^
../../Qt/5/5.2.1/gcc/include/QtCore/qstring.h:305:55: note: in expansion of macro 'Q_ATTRIBUTE_FORMAT_PRINTF'
QString &vsprintf(const char *format, va_list ap) Q_ATTRIBUTE_FORMAT_PRINTF(2, 0);
^
../../Qt/5/5.2.1/gcc/include/QtCore/qglobal.h:472:50: warning: 'OutputDebugStringF' is an unrecognized format function type [-Wformat=]
__attribute__((format(printf, (A), (B))))
^
../../Qt/5/5.2.1/gcc/include/QtCore/qstring.h:306:47: note: in expansion of macro 'Q_ATTRIBUTE_FORMAT_PRINTF'
QString &sprintf(const char *format, ...) Q_ATTRIBUTE_FORMAT_PRINTF(2, 3);
^
../vTorrent-Client-master/src/smessage.cpp: In constructor '{anonymous}::CSecp256k1Init::CSecp256k1Init()':
../vTorrent-Client-master/src/smessage.cpp:75:25: error: 'SECP256K1_START_VERIFY' was not declared in this scope
secp256k1_start(SECP256K1_START_VERIFY);
^
../vTorrent-Client-master/src/smessage.cpp:75:47: error: 'secp256k1_start' was not declared in this scope
secp256k1_start(SECP256K1_START_VERIFY);
^
../vTorrent-Client-master/src/smessage.cpp: In destructor '{anonymous}::CSecp256k1Init::~CSecp256k1Init()':
../vTorrent-Client-master/src/smessage.cpp:78:24: error: 'secp256k1_stop' was not declared in this scope
secp256k1_stop();
^
../vTorrent-Client-master/src/smessage.cpp: In function 'bool DeriveKey(std::vector&, const CKey&, const CPubKey&)':
../vTorrent-Client-master/src/smessage.cpp:88:70: error: cannot convert 'unsigned char*' to 'const secp256k1_context* {aka const secp256k1_context_struct*}' for argument '1' to 'int secp256k1_ec_pubkey_tweak_mul(const secp256k1_context*, secp256k1_pubkey*, const unsigned char*)'
return secp256k1_ec_pubkey_tweak_mul(&vchP[0], vchP.size(), &r[0]);
^
../vTorrent-Client-master/src/smessage.cpp: In function 'bool SecureMsgReceiveData(CNode*, std::string, CDataStream&)':
../vTorrent-Client-master/src/smessage.cpp:1538:96: warning: format '%zu' expects argument of type 'size_t', but argument 2 has type 'int64_t {aka long long int}' [-Wformat=]
printf("Locking bucket %"PRIszu" for peer %u.\n", time, pfrom->smsgData.nPeerId);
^
../vTorrent-Client-master/src/smessage.cpp: In function 'bool DeriveKey(std::vector&, const CKey&, const CPubKey&)':
../vTorrent-Client-master/src/smessage.cpp:89:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
make: *** [build/smessage.o] Error 1
18:16:02: The process "/usr/bin/make" exited with code 2.
Error while building/deploying project vTorrent-client (kit: Desktop Qt 5.2.1 GCC 32bit)
When executing step "Make"
../vTorrent-Client-master/src/smessage.cpp:40:23: fatal error: secp256k1.h: No such file or directory
#include
^
compilation terminated.
make: *** [build/smessage.o] Error 1
21:17:22: The process "/usr/bin/make" exited with code 2.
Error while building/deploying project vTorrent-client (kit: Desktop Qt 5.2.1 GCC 32bit)
When executing step "Make"
$ ./autogen.sh
$ ./configure
$ make
$ ./tests
$ sudo make install # optional
In file included from src/qt/bitcoin.cpp:8:0:
src/qt/bitcoingui_c.h:8:23: fatal error: QJsonObject: No such file or directory
#include
^
compilation terminated.
make: *** [build/bitcoin.o] Error 1
../vTorrent-Client-master/src/smessage.cpp:40:23: fatal error: secp256k1.h: No such file or directory
#include
^
compilation terminated.
make: *** [build/smessage.o] Error 1
21:17:22: The process "/usr/bin/make" exited with code 2.
Error while building/deploying project vTorrent-client (kit: Desktop Qt 5.2.1 GCC 32bit)
When executing step "Make"
In file included from src/qt/bitcoin.cpp:8:0:
src/qt/bitcoingui_c.h:8:23: fatal error: QJsonObject: No such file or directory
#include
^
compilation terminated.
make: *** [build/bitcoin.o] Error 1
In file included from src/qt/bitcoin.cpp:8:0:
src/qt/bitcoingui_c.h:8:23: fatal error: QJsonObject: No such file or directory
#include
^
compilation terminated.
make: *** [build/bitcoin.o] Error 1