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.
i@raspberrypi ~/TEK/src $ make -f makefile.unix
g++ -c -O2 -msse2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/home/pi/TEK/src -I/home/pi/TEK/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/alert.d -o obj/alert.o alert.cpp
cc1plus: error: unrecognized command line option \u2018-msse2\u2019
makefile.unix:149: recipe for target 'obj/alert.o' failed
make: *** [obj/alert.o] Error 1
pi@raspberrypi ~/TEK/src $
pi@raspberrypi ~ $ git clone https://github.com/noise23/TEK
Cloning into 'TEK'...
remote: Counting objects: 1039, done.
remote: Total 1039 (delta 0), reused 0 (delta 0), pack-reused 1039
Receiving objects: 100% (1039/1039), 44.56 MiB | 1.00 MiB/s, done.
Resolving deltas: 100% (509/509), done.
Checking out files: 100% (420/420), done.
pi@raspberrypi ~ $ cd TEK/src
pi@raspberrypi ~/TEK/src $ ls
addrman.cpp irc.cpp netbase.h serialize.h
addrman.h irc.h net.cpp strlcpy.h
alert.cpp json net.h sync.cpp
alert.h kernel.cpp noui.cpp sync.h
allocators.h kernel.h obj tekcoin.cbp
base58.h key.cpp pbkdf2.cpp tekcoinrpc.cpp
bignum.h key.h pbkdf2.h tekcoinrpc.h
checkpoints.cpp keystore.cpp protocol.cpp ui_interface.h
checkpoints.h keystore.h protocol.h uint256.h
clientversion.h main.cpp qt util.cpp
coincontrol.h main.h rpcblockchain.cpp util.h
compat.h makefile.bsd rpcdump.cpp version.cpp
crypter.cpp makefile.linux-mingw rpcmining.cpp version.h
crypter.h makefile.mingw rpcnet.cpp wallet.cpp
db.cpp makefile.osx rpcrawtransaction.cpp walletdb.cpp
db.h makefile.unix rpcwallet.cpp walletdb.h
init.cpp mruset.h script.cpp wallet.h
init.h netbase.cpp script.h
pi@raspberrypi ~/TEK/src $ cd
pi@raspberrypi ~ $ history -c
pi@raspberrypi ~ $ sudo apt-get install ntp git build-essential libssl-dev libdb-dev libdb++-dev libboost-all-dev libqrencode-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
build-essential is already the newest version.
git is already the newest version.
libdb++-dev is already the newest version.
libqrencode-dev is already the newest version.
libssl-dev is already the newest version.
ntp is already the newest version.
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libboost-all-dev : Depends: libboost-dev but it is not going to be installed
Depends: libboost-chrono-dev but it is not going to be installed
Depends: libboost-date-time-dev but it is not going to be installed
Depends: libboost-filesystem-dev but it is not going to be installed
Depends: libboost-graph-dev but it is not going to be installed
Depends: libboost-graph-parallel-dev but it is not going to be installed
Depends: libboost-iostreams-dev but it is not going to be installed
Depends: libboost-locale-dev but it is not going to be installed
Depends: libboost-math-dev but it is not going to be installed
Depends: libboost-mpi-dev but it is not going to be installed
Depends: libboost-mpi-python-dev but it is not going to be installed
Depends: libboost-program-options-dev but it is not going to be installed
Depends: libboost-python-dev but it is not going to be installed
Depends: libboost-random-dev but it is not going to be installed
Depends: libboost-regex-dev but it is not going to be installed
Depends: libboost-serialization-dev but it is not going to be installed
Depends: libboost-signals-dev but it is not going to be installed
Depends: libboost-system-dev but it is not going to be installed
Depends: libboost-test-dev but it is not going to be installed
Depends: libboost-thread-dev but it is not going to be installed
Depends: libboost-timer-dev but it is not going to be installed
Depends: libboost-wave-dev but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
pi@raspberrypi ~ $ cd TEK/src
pi@raspberrypi ~/TEK/src $ ls
addrman.cpp irc.cpp netbase.h serialize.h
addrman.h irc.h net.cpp strlcpy.h
alert.cpp json net.h sync.cpp
alert.h kernel.cpp noui.cpp sync.h
allocators.h kernel.h obj tekcoin.cbp
base58.h key.cpp pbkdf2.cpp tekcoinrpc.cpp
bignum.h key.h pbkdf2.h tekcoinrpc.h
checkpoints.cpp keystore.cpp protocol.cpp ui_interface.h
checkpoints.h keystore.h protocol.h uint256.h
clientversion.h main.cpp qt util.cpp
coincontrol.h main.h rpcblockchain.cpp util.h
compat.h makefile.bsd rpcdump.cpp version.cpp
crypter.cpp makefile.linux-mingw rpcmining.cpp version.h
crypter.h makefile.mingw rpcnet.cpp wallet.cpp
db.cpp makefile.osx rpcrawtransaction.cpp walletdb.cpp
db.h makefile.unix rpcwallet.cpp walletdb.h
init.cpp mruset.h script.cpp wallet.h
init.h netbase.cpp script.h
pi@raspberrypi ~/TEK/src $ mkdir leveldb
pi@raspberrypi ~/TEK/src $ ls
addrman.cpp irc.cpp netbase.cpp script.h
addrman.h irc.h netbase.h serialize.h
alert.cpp json net.cpp strlcpy.h
alert.h kernel.cpp net.h sync.cpp
allocators.h kernel.h noui.cpp sync.h
base58.h key.cpp obj tekcoin.cbp
bignum.h key.h pbkdf2.cpp tekcoinrpc.cpp
checkpoints.cpp keystore.cpp pbkdf2.h tekcoinrpc.h
checkpoints.h keystore.h protocol.cpp ui_interface.h
clientversion.h leveldb protocol.h uint256.h
coincontrol.h main.cpp qt util.cpp
compat.h main.h rpcblockchain.cpp util.h
crypter.cpp makefile.bsd rpcdump.cpp version.cpp
crypter.h makefile.linux-mingw rpcmining.cpp version.h
db.cpp makefile.mingw rpcnet.cpp wallet.cpp
db.h makefile.osx rpcrawtransaction.cpp walletdb.cpp
init.cpp makefile.unix rpcwallet.cpp walletdb.h
init.h mruset.h script.cpp wallet.h
pi@raspberrypi ~/TEK/src $ chmod 755 leveldb/build_detect_platform && make -f makefile.unix
chmod: cannot access `leveldb/build_detect_platform': No such file or directory
pi@raspberrypi ~/TEK/src $ sudo chmod 755 leveldb/build_detect_platform && make -f makefile.unix
chmod: cannot access `leveldb/build_detect_platform': No such file or directory
pi@raspberrypi ~/TEK/src $ sudo chmod 755 leveldb
pi@raspberrypi ~/TEK/src $ sudo chmod 755 leveldb/build_detect_platform && make -f makefile.unix
chmod: cannot access `leveldb/build_detect_platform': No such file or directory
pi@raspberrypi ~/TEK/src $ make -f makefile.unixg++ -c -O2 -msse2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/home/pi/TEK/src -I/home/pi/TEK/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/alert.d -o obj/alert.o alert.cpp
cc1plus: error: unrecognized command line option \u2018-msse2\u2019
makefile.unix:149: recipe for target 'obj/alert.o' failed
make: *** [obj/alert.o] Error 1
pi@raspberrypi ~/TEK/src $ cd ..
pi@raspberrypi ~/TEK $ sudo chmod 755 src/leveldb/build_detect_platform
chmod: cannot access `src/leveldb/build_detect_platform': No such file or directory
pi@raspberrypi ~/TEK $
i@raspberrypi ~/TEK/src $ make -f makefile.unix
g++ -c -O2 -msse2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/home/pi/TEK/src -I/home/pi/TEK/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/alert.d -o obj/alert.o alert.cpp
cc1plus: error: unrecognized command line option \u2018-msse2\u2019
makefile.unix:149: recipe for target 'obj/alert.o' failed
make: *** [obj/alert.o] Error 1
pi@raspberrypi ~/TEK/src $
i@raspberrypi ~/TEK/src $ make -f makefile.unix
g++ -c -O2 -msse2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/home/pi/TEK/src -I/home/pi/TEK/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/alert.d -o obj/alert.o alert.cpp
cc1plus: error: unrecognized command line option \u2018-msse2\u2019
makefile.unix:149: recipe for target 'obj/alert.o' failed
make: *** [obj/alert.o] Error 1
pi@raspberrypi ~/TEK/src $
i@raspberrypi ~/TEK/src $ make -f makefile.unix
g++ -c -O2 -msse2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/home/pi/TEK/src -I/home/pi/TEK/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/alert.d -o obj/alert.o alert.cpp
cc1plus: error: unrecognized command line option \u2018-msse2\u2019
makefile.unix:149: recipe for target 'obj/alert.o' failed
make: *** [obj/alert.o] Error 1
pi@raspberrypi ~/TEK/src $