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.
$ mkdir /tmp/btc-testnet{1,2,3}
$ /opt/bitcoin/bin/bitcoind -server -testnet -daemon -bind=127.0.0.2 -port=18333 -rpcbind=127.0.0.2:18332 -rpcallowip=127.0.0.2 -datadir=/tmp/btc-testnet1
Bitcoin server starting
$ /opt/bitcoin/bin/bitcoind -server -testnet -daemon -bind=127.0.0.3 -port=18333 -rpcbind=127.0.0.3:18332 -rpcallowip=127.0.0.3 -datadir=/tmp/btc-testnet2
Bitcoin server starting
$ /opt/bitcoin/bin/bitcoind -server -testnet -daemon -bind=127.0.0.4 -port=18333 -rpcbind=127.0.0.4:18332 -rpcallowip=127.0.0.4 -datadir=/tmp/btc-testnet3
Bitcoin server starting
$ ps auxw|grep testnet
mycroft 31588 39.4 1.4 1416208 469844 ? Ssl 10:35 0:18 /opt/bitcoin/bin/bitcoind -server -testnet -daemon -bind=127.0.0.2 -port=18333 -rpcbind=127.0.0.2:18332 -rpcallowip=127.0.0.2 -datadir=/tmp/btc-testnet1
mycroft 31658 15.9 0.4 1056564 138540 ? Ssl 10:35 0:02 /opt/bitcoin/bin/bitcoind -server -testnet -daemon -bind=127.0.0.3 -port=18333 -rpcbind=127.0.0.3:18332 -rpcallowip=127.0.0.3 -datadir=/tmp/btc-testnet2
mycroft 31689 8.0 0.2 1054436 85972 ? Ssl 10:36 0:00 /opt/bitcoin/bin/bitcoind -server -testnet -daemon -bind=127.0.0.4 -port=18333 -rpcbind=127.0.0.4:18332 -rpcallowip=127.0.0.4 -datadir=/tmp/btc-testnet3
$ netstat -nap|grep -E "(31588|31658|31689)"|grep LISTEN
(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
tcp 0 0 127.0.0.4:18332 0.0.0.0:* LISTEN 31689/bitcoind
tcp 0 0 127.0.0.3:18332 0.0.0.0:* LISTEN 31658/bitcoind
tcp 0 0 127.0.0.2:18332 0.0.0.0:* LISTEN 31588/bitcoind
tcp 0 0 127.0.0.4:18333 0.0.0.0:* LISTEN 31689/bitcoind
tcp 0 0 127.0.0.3:18333 0.0.0.0:* LISTEN 31658/bitcoind
tcp 0 0 127.0.0.2:18333 0.0.0.0:* LISTEN 31588/bitcoind