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-get install g++-mingw-w64-i686 mingw-w64-i686-dev g++-mingw-w64-x86-64 mingw-w64-x86-64-dev curl
cd depends
make HOST=x86_64-w64-mingw32 -j4
wget https://github.com/bitcoin/bitcoin/archive/v0.13.1.tar.gz
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils
sudo apt-get install libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-program-options-dev libboost-test-dev libboost-thread-dev
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev
sudo apt-get install libminiupnpc-dev
sudo apt-get install libzmq3-dev
sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler
sudo apt-get install libqrencode-dev
sudo apt-get install g++-mingw-w64-i686 mingw-w64-i686-dev g++-mingw-w64-x86-64 mingw-w64-x86-64-dev curl
cd bitcoin-0.13.1
cd depends
make HOST=x86_64-w64-mingw32 -j4
Staging miniupnpc...
Postprocessing miniupnpc...
Caching miniupnpc...
copying packages: native_ccache native_comparisontool native_protobuf boost openssl libevent qrencode protobuf qt bdb miniupnpc
to: /home/amaclin/bitcoin-0.13.1/depends/x86_64-w64-mingw32
cd ..
./configure --prefix=`pwd`/depends/i686-w64-mingw32
bash: ./configure: No such file or directory
./autogen.sh
src/Makefile.am: installing 'build-aux/depcomp'
src/Makefile.am:454: warning: user target '.mm.o' defined here ...
/usr/share/automake-1.15/am/depend2.am: ... overrides Automake target '.mm.o' defined here
parallel-tests: installing 'build-aux/test-driver'
./configure --prefix=`pwd`/depends/i686-w64-mingw32
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libsecp256k1.pc
config.status: creating src/libsecp256k1-config.h
config.status: executing depfiles commands
config.status: executing libtool commands
Fixing libtool for -rpath problems.
make clean
make[2]: Leaving directory '/home/amaclin/bitcoin-0.13.1/src'
make[1]: Leaving directory '/home/amaclin/bitcoin-0.13.1/src'
make[1]: Entering directory '/home/amaclin/bitcoin-0.13.1'
test -z "Bitcoin-Core.dmg bitcoin-0.13.1-win-setup" || rm -f Bitcoin-Core.dmg bitcoin-0.13.1-win-setup
rm -rf .libs _libs
rm -rf coverage_percent.txt test_bitcoin.coverage/ total.coverage/ qa/tmp/ cache/ Bitcoin-Qt.app
rm -rf qa/pull-tester/__pycache__
rm -f *.lo
make[1]: Leaving directory '/home/amaclin/bitcoin-0.13.1'
make
make[2]: Leaving directory '/home/amaclin/bitcoin-0.13.1/src'
make[1]: Leaving directory '/home/amaclin/bitcoin-0.13.1/src'
make[1]: Entering directory '/home/amaclin/bitcoin-0.13.1'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/home/amaclin/bitcoin-0.13.1'
make install
make[2]: Nothing to be done for 'install-exec-am'.
/bin/mkdir -p '/home/amaclin/bitcoin-0.13.1/depends/i686-w64-mingw32/lib/pkgconfig'
/usr/bin/install -c -m 644 libbitcoinconsensus.pc '/home/amaclin/bitcoin-0.13.1/depends/i686-w64-mingw32/lib/pkgconfig'
make[2]: Leaving directory '/home/amaclin/bitcoin-0.13.1'
make[1]: Leaving directory '/home/amaclin/bitcoin-0.13.1'
wget https://github.com/bitcoin/bitcoin/archive/v0.13.0.tar.gz
mutex in namespace std does not name a type
mutex in namespace std does not name a type
cd depends
make clean
make
cd ..
./autogen.sh
./configure --enable-glibc-back-compat --prefix=`pwd`/depends/x86_64-pc-linux-gnu LDFLAGS="-static-libstdc++"
make clean
make
make install