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.
if (nHeight == 0)
{
return nGenesisBlockRewardCoin;
} else if(pindexBest->nHeight <= 43200) {
nSubsidy = nBlockRewardStartCoin;
} else if(pindexBest->nHeight <= 129600) {
nSubsidy = nBlockReward2hCoin;
} else if(pindexBest->nHeight <= 302400) {
nSubsidy = nBlockReward3hCoin * COIN;
} else if(pindexBest->nHeight <= 648000) {
nSubsidy = nBlockReward4hCoin * COIN;
} else if(pindexBest->nHeight <= 1267200) {
nSubsidy = nBlockReward5hCoin;
} else if(pindexBest->nHeight <= 2649600) {
nSubsidy = nBlockReward6hCoin;
} else if(pindexBest->nHeight <= 5414400) {
nSubsidy = nBlockReward7hCoin;
} else if(pindexBest->nHeight <= 10944000) {
nSubsidy = nBlockReward8hCoin;
} else if(pindexBest->nHeight <= 165772800) {
nSubsidy = nBlockReward9hCoin
} else {
nSubsidy = nBlockRewardMinimumCoin;
}
static const int64 nGenesisBlockRewardCoin = 250000 * COIN;
static const int64 nBlockRewardStartCoin = 5 * COIN;
static const int64 nBlockReward1hCoin = 5 * COIN;
static const int64 nBlockReward2hCoin = 2.5 * COIN;
static const int64 nBlockReward3hCoin = 1.25 * COIN;
static const int64 nBlockReward4hCoin = 0.625 * COIN;
static const int64 nBlockReward5hCoin = 0.3125 * COIN;
static const int64 nBlockReward6hCoin = 0.15625 * COIN;
static const int64 nBlockReward7hCoin = 0.078125 * COIN;
static const int64 nBlockReward8hCoin = 0.0390625 * COIN;
static const int64 nBlockReward9hCoin = 0.01953125 * COIN;
static const int64 nBlockRewardMinimumCoin = 0 * COIN;
if (nHeight == 0)
{
return nGenesisBlockRewardCoin;
} else if(pindexBest->nHeight <= 43200) {
nSubsidy = nBlockRewardStartCoin;
} else if(pindexBest->nHeight <= 129600) {
nSubsidy = nBlockReward2hCoin;
} else if(pindexBest->nHeight <= 302400) {
nSubsidy = nBlockReward3hCoin;
} else if(pindexBest->nHeight <= 648000) {
nSubsidy = nBlockReward4hCoin;
} else if(pindexBest->nHeight <= 1267200) {
nSubsidy = nBlockReward5hCoin;
} else if(pindexBest->nHeight <= 2649600) {
nSubsidy = nBlockReward6hCoin;
} else if(pindexBest->nHeight <= 5414400) {
nSubsidy = nBlockReward7hCoin;
} else if(pindexBest->nHeight <= 10944000) {
nSubsidy = nBlockReward8hCoin;
} else if(pindexBest->nHeight <= 165772800) {
nSubsidy = nBlockReward9hCoin
} else {
nSubsidy = nBlockRewardMinimumCoin;
}