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.
irvo@:~$ ./coinshield
./coinshield: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.17' not found (required by ./coinshield)
irvo@:~$ ./coinshield
./coinshield: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.17' not found (required by ./coinshield)
~/primeminer$ make -f makefile.unix
g++ -c -pthread -static-libgcc -static-libstdc++ -Wall -Wextra -Wno-sign-compare -Wno-invalid-offsetof -Wno-unused-parameter -Wformat -Wformat-security -g -DBOOST_SPIRIT_THREADSAFE -DBOOST_THREAD_USE_LIB -I/home/slicify/primeminer -I/home/slicify/primeminer/build -I/home/slicify/primeminer/hash -O2 -MMD -o build/miner.o miner.cpp
miner.cpp:53:27: warning: integer constant is so large that it is unsigned [enabled by default]
miner.cpp:53:7: warning: this decimal constant is unsigned only in ISO C90 [enabled by default]
In file included from util.h:5:0,
from types.h:4,
from core.h:5,
from miner.cpp:1:
hash/templates.h: In function ‘uint256 SK256(const std::vector&)’:
hash/templates.h:40:23: warning: unused variable ‘pblank’ [-Wunused-variable]
In file included from core.h:5:0,
from miner.cpp:1:
types.h: In member function ‘LLP::DDOS_Score& LLP::DDOS_Score::operator++(int)’:
types.h:125:3: warning: no return statement in function returning non-void [-Wreturn-type]
types.h: In constructor ‘LLP::DDOS_Filter::DDOS_Filter(unsigned int)’:
types.h:136:22: warning: ‘LLP::DDOS_Filter::cSCORE’ will be initialized after [-Wreorder]
types.h:133:16: warning: ‘unsigned int LLP::DDOS_Filter::BANTIME’ [-Wreorder]
types.h:138:3: warning: when initialized here [-Wreorder]
In file included from core.h:5:0,
from miner.cpp:1:
types.h: In member function ‘virtual bool LLP::Connection::ProcessPacket()’:
types.h:249:40: warning: no return statement in function returning non-void [-Wreturn-type]
types.h: In constructor ‘LLP::Connection::Connection()’:
types.h:254:18: warning: ‘LLP::Connection::DDOS’ will be initialized after [-Wreorder]
types.h:219:17: warning: ‘LLP::Packet LLP::Connection::INCOMING’ [-Wreorder]
types.h:258:3: warning: when initialized here [-Wreorder]
types.h: In constructor ‘LLP::Connection::Connection(LLP::Socket_t, LLP::DDOS_Filter*)’:
types.h:254:18: warning: ‘LLP::Connection::DDOS’ will be initialized after [-Wreorder]
types.h:219:17: warning: ‘LLP::Packet LLP::Connection::INCOMING’ [-Wreorder]
types.h:259:3: warning: when initialized here [-Wreorder]
In file included from miner.cpp:1:0:
core.h: In constructor ‘LLP::Outbound::Outbound(std::string, std::string)’:
core.h:61:19: warning: ‘LLP::Outbound::PORT’ will be initialized after [-Wreorder]
core.h:80:79: warning: base ‘LLP::Connection’ [-Wreorder]
core.h:80:3: warning: when initialized here [-Wreorder]
In file included from miner.cpp:1:0:
core.h: In member function ‘uint64 LLP::Miner::bytes2uint64(std::vector)’:
core.h:256:79: warning: left shift count >= width of type [enabled by default]
core.h:256:98: warning: left shift count >= width of type [enabled by default]
core.h:256:117: warning: left shift count >= width of type [enabled by default]
core.h:256:136: warning: left shift count >= width of type [enabled by default]
miner.cpp: At global scope:
miner.cpp:15:28: error: ISO C++ forbids initialization of member ‘nSearches’ [-fpermissive]
miner.cpp:15:28: error: making ‘nSearches’ static [-fpermissive]
miner.cpp:15:28: error: ISO C++ forbids in-class initialization of non-const static member ‘nSearches’
miner.cpp:15:41: error: ISO C++ forbids initialization of member ‘nPrimes’ [-fpermissive]
miner.cpp:15:41: error: making ‘nPrimes’ static [-fpermissive]
miner.cpp:15:41: error: ISO C++ forbids in-class initialization of non-const static member ‘nPrimes’
miner.cpp: In constructor ‘Core::ServerConnection::ServerConnection(std::string, std::string, int, int)’:
miner.cpp:76:21: warning: ‘Core::ServerConnection::PORT’ will be initialized after [-Wreorder]
miner.cpp:72:7: warning: ‘int Core::ServerConnection::nThreads’ [-Wreorder]
miner.cpp:78:3: warning: when initialized here [-Wreorder]
make: *** [build/miner.o] Error 1