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.
sudo apt install autoconf automake autopoint bash bison bzip2 flex g++ g++-multilib gettext git gperf \
intltool libc6-dev-i386 libgdk-pixbuf2.0-dev libltdl-dev libssl-dev libtool-bin libxml-parser-perl lzip make \
openssl p7zip-full patch perl pkg-config python ruby scons sed unzip wget xz-utils
git clone https://github.com/pallas1/Cryptonite.git
git clone https://github.com/e-nexus/mxe.git
cd mxe
git checkout xcn
make MXE_TARGETS=x86_64-w64-mingw32.static.posix db gmp boost libqrencode miniupnpc protobuf qtbase qttools -j4
cd ..
cd Cryptonite
PATH=/path/to/mxe/usr/bin:$PATH
./autogen.sh
./configure CPPFLAGS="-std=c++11 -fPIC" --host=x86_64-w64-mingw32.static.posix --with-qt-incdir=/path/to/mxe/usr/x86_64-w64-mingw32.static.posix/qt5/include \
--with-qt-libdir=/path/to/mxe/usr/x86_64-w64-mingw32.static.posix/qt5/lib --with-qt-plugindir=/path/to/mxe/usr/x86_64-w64-mingw32.static.posix/qt5/plugins \
--with-qt-bindir=/path/to/mxe/usr/x86_64-w64-mingw32.static.posix/qt5/bin --with-boost-libdir=/path/to/mxe/usr/x86_64-w64-mingw32.static.posix/lib \
--with-protoc-bindir=/path/to/mxe/usr/x86_64-pc-linux-gnu/bin --with-incompatible-bdb --disable-hardening --disable-tests
make -j4
strip src/*.exe
strip src/qt/*.exe