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.
#!/bin/bash
apt-get update
apt-get install -y autotools-dev automake build-essential bsdmainutils git libboost-all-dev libtool libssl-dev libevent-dev pkg-config software-properties-common
add-apt-repository ppa:bitcoin/bitcoin
apt-get update
apt-get install -y libdb4.8-dev libdb4.8++-dev
cd ~
git clone https://github.com/coinerd/krugercoin krugercoin
find . -type f -print0 | xargs -0 sed -i 's/bitcoin.conf/krugercoin.conf/g'
cd krugercoin
./autogen.sh
./configure
make
make install
bash install.sh
krugercoind -server -daemon
# JSON-RPC options (for controlling a running Krugercoin/krugercoind process)
server=1
listen=1
rpcuser=rpcuser===
rpcpassword=rpcpassword====
rpcport=8772
addnode=144.202.35.253:8771
addnode=212.73.150.118:9333
addnode=38.79.70.254:8771
addnode=47.52.167.147:7088
addnode=63.247.147.166:12127
addnode=70.169.221.184:8771
krugercoind -server -daemon
watch krugercoind-cli getblockcount