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.
# ps auxww|grep bitcoind|grep -v grep
testaroo 20756 0.6 1.2 1771772 406756 ? Ssl Mar20 122:54 /opt/bitcoin/bin/bitcoind -server -daemon
testaroo 22954 0.2 1.5 2047436 504568 ? Ssl Mar29 13:22 /opt/bitcoin/bin/bitcoind -server -testnet -daemon -debug -conf=/home/testaroo/.bitcoin/testnet3/bitcoin.conf
# netstat -laputen|grep LISTEN |grep bitcoind
tcp 0 0 127.0.0.1:8332 0.0.0.0:* LISTEN 1000 7210937 20756/bitcoind
tcp 0 0 0.0.0.0:8333 0.0.0.0:* LISTEN 1000 7210950 20756/bitcoind
tcp 0 0 0.0.0.0:18332 0.0.0.0:* LISTEN 1000 16433556 22954/bitcoind
tcp 0 0 0.0.0.0:18333 0.0.0.0:* LISTEN 1000 16433624 22954/bitcoind
tcp6 0 0 ::1:8332 :::* LISTEN 1000 7210935 20756/bitcoind
tcp6 0 0 :::8333 :::* LISTEN 1000 7210949 20756/bitcoind
tcp6 0 0 :::18333 :::* LISTEN 1000 16433623 22954/bitcoind
wget https://bitcoin.org/bin/bitcoin-core-0.16.0/bitcoin-0.16.0-x86_64-linux-gnu.tar.gz
wget https://bitcoin.org/bin/bitcoin-core-0.16.0/SHA256SUMS.asc
wget https://bitcoin.org/laanwj-releases.asc
gpg --import laanwj-releases.asc
gpg < SHA256SUMS.asc | sha256sum -c
tar -zxvf bitcoin-0.16.0-x86_64-linux-gnu.tar.gz
sudo install -m 0755 -o root -g root -t /usr/local/bin bitcoin-0.16.0/bin/*
mkdir ~/.bitcoin
vi ~/.bitcoin/bitcoin.conf
bitcoind -daemon