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.
~$ 8bitd stop
8Bit server stopping
~$ mkdir newdir
~$ cp ~/.8bit/8bit.conf newdir/
~$ wget http://www.8-bit.party/boostrap.dat-20150628_91334.7z
--2015-07-01 13:36:02-- http://www.8-bit.party/boostrap.dat-20150628_91334.7z
Resolving www.8-bit.party (www.8-bit.party)... 2400:cb00:2048:1::6812:2c88, 2400:cb00:2048:1::6812:2d88, 104.18.44.136, ...
Connecting to www.8-bit.party (www.8-bit.party)|2400:cb00:2048:1::6812:2c88|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 40105338 (38M) [application/x-7z-compressed]
Saving to: ‘boostrap.dat-20150628_91334.7z’
100%[====================================================================================================>] 40,105,338 3.52MB/s in 9.7s
2015-07-01 13:36:12 (3.96 MB/s) - ‘boostrap.dat-20150628_91334.7z’ saved [40105338/40105338]
~$ p7zip -d boostrap.dat-20150628_91334.7z
7-Zip (A) [64] 9.20 Copyright (c) 1999-2010 Igor Pavlov 2010-11-18
p7zip Version 9.20 (locale=en_GB.UTF-8,Utf16=on,HugeFiles=on,8 CPUs)
Processing archive: boostrap.dat-20150628_91334.7z
Extracting boostrap.dat-20150628_91334
Everything is Ok
Size: 73925208
Compressed: 40105338
~$ mv boostrap.dat-20150628_91334 newdir/bootstrap.dat
~$ lsof|grep newdir/bootstrap.dat|wc -l
0
~$ ./2/8bit/src/8bitd -datadir=newdir
8Bit server starting
~$ lsof|grep newdir/bootstrap.dat|wc -l
12
-loadblock=boostrap.dat-20150628_91334
-loadblock=boostrap.dat-20150628_91334
int64_t GetProofOfStakeReward(int64_t nCoinAge, int64_t nFees, unsigned int nHeight)
{
int64_t nSubsidy;
if (nHeight > 11499){
nSubsidy = static_cast(1.2 * COIN);
}else if (nHeight > 1888){
nSubsidy = nCoinAge * COIN_YEAR_REWARD * 33 / (365 * 33 + 8);
int64_t GetProofOfStakeReward(int64_t nCoinAge, int64_t nFees, unsigned int nHeight)
{
int64_t nSubsidy;
if (nHeight > 11499){
nSubsidy = static_cast(1.2 * COIN);
}else if (nHeight > 1888){
nSubsidy = nCoinAge * COIN_YEAR_REWARD * 33 / (365 * 33 + 8);