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.
... Skipping unknown block 32c0b33e94fd27533515ec55adb33c0377509816b96e1f565013b06755e8c834
Skipping unknown block d6d90d22cd1a6de7f7929d46f772d9d9529ed12f972b17bcb3f62db3338c800c
Skipping unknown block 36f2ffc2e00bf179870819e72e5e1753640bb5b6d2f429d138a633ad434014ba
Skipping unknown block 2738e38166ec431af3079183316325768be8bc0409abbff20b463047b526b2dc
Input file/home/username/.crave/blk0002.dat
Done
sha256sum craved
3722643b5a68faef557fd697d54fdc075649f3f168878d105920e9bb8292e07e craved
"version" : "v1.4.2.0-g32a928e",
"protocolversion" : 60020,
"walletversion" : 60000,
sha256sum crave-qt
fde8c22a10bb1a658735fed0b7ddef63e91f2a0b7365539f4c3e420e8267bdc1 crave-qt
sha256sum crave-qt
fde8c22a10bb1a658735fed0b7ddef63e91f2a0b7365539f4c3e420e8267bdc1 crave-qt
./linearize-hashes.py linearize.cfg > hashlist.txt
JSON-RPC: error at height 46552 : {u'message': u'Block number out of range.', u'code': -1}
./linearize-data.py linearize.cfg
Read 46552 hashes
Genesis block not found in hashlist
line 294 if not "000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f" in blkmap:
print("Genesis block not found in hashlist")
#Get dependencies
sudo apt-get install git
sudo apt-get install automake autoconf
sudo apt-get install qt5-default qt5-qmake qtbase5-dev-tools qttools5-dev-tools \
build-essential libboost-dev libboost-system-dev \
libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev \
libssl-dev libdb++-dev libminiupnpc-dev
#First compile libsecp256k1
cd ~
git clone https://github.com/bitcoin/secp256k1
cd secp256k1
git reset a0d3b8
git add .
git reset --hard
./autogen.sh
./configure
make
sudo make install
cd ..
sudo ldconfig
#Next compile crave-qt
git clone https://github.com/industrialcoinmagic/crave.git
cd ~/crave
mkdir src/obj/crypto
qmake "USE_UPNP=-"
make