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.
unsigned int nTargetSpacing = 4 * 60; // 4 Minutes
unsigned int nRetarget = 24 * 60 * 60; // 1 day retarget
unsigned int nStakeMinAge = 24 * 60 * 60; // 1 day
unsigned int nStakeMaxAge = -1; //unlimited
unsigned int nModifierInterval = 10 * 60; // time to elapse before new modifier is computed
static const int64_t nTargetTimespan_legacy = nTargetSpacing * nRetarget; // every 30 blocks
static const int64_t nInterval = nTargetTimespan_legacy / nTargetSpacing;
static const int64_t nTargetTimespan = 16 * 60; // DGW3 controls difficulty
int64_t devCoin = 0 * COIN;
int nCoinbaseMaturity = 30;
static const int LAST_POW_BLOCK = 65700; // at 4 minute blocks will be about 6 months from launch
static const int POW_ON_BLOCK = 1;
unsigned int nTargetSpacing = 2 * 60; // 2 Minutes
unsigned int nRetarget = 12 * 60 * 60; // 12 Hour Retarget
unsigned int nStakeMinAge = 24 * 60 * 60; // 1 day
unsigned int nStakeMaxAge = -1; //unlimited
unsigned int nModifierInterval = 10 * 60; // time to elapse before new modifier is computed
static const int64_t nTargetTimespan_legacy = nTargetSpacing * nRetarget; // every 15 blocks
static const int64_t nInterval = nTargetTimespan_legacy / nTargetSpacing;
static const int64_t nTargetTimespan = 16 * 60; // DGW3 controls difficulty
int64_t devCoin = 0 * COIN;
int nCoinbaseMaturity = 30;
static const int LAST_POW_BLOCK = 131400; // at 2 minute blocks will be about 6 months from launch
static const int POW_ON_BLOCK = 1;