(I dislike them since "colorcoin". Manual withdrawals back then (is this still happening? Oo) And 0.05% withdrawal fee is crazy. Just make it fixed. 0.0005 btc or something for bitcoin etc.)
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.
// miner's coin base reward based on nHeight
int64 GetProofOfWorkReward(int nHeight, int64 nFees, uint256 prevHash)
{
int64_t nSubsidy = 0 * COIN;
if (nHeight == 0)
nSubsidy = 16 * COIN; // genesis block coinbase is unspendable
else if (nHeight <= 10)
nSubsidy = 23300 * COIN; // Blocks 1-10 are premine
else if (nHeight <= 260)
nSubsidy = 16 * COIN; // 4 hr Low Reward Period for Fairness
else if (nHeight <= 1700)
nSubsidy = 8000 * COIN;
else if (nHeight <= 3140)
nSubsidy = 4000 * COIN;
else if (nHeight <= 4580)
nSubsidy = 2000 * COIN;
// miner's coin base reward based on nHeight
int64 GetProofOfWorkReward(int nHeight, int64 nFees, uint256 prevHash)
{
int64_t nSubsidy = 0 * COIN;
if (nHeight == 0)
nSubsidy = 16 * COIN; // genesis block coinbase is unspendable
else if (nHeight <= 10)
nSubsidy = 23300 * COIN; // Blocks 1-10 are premine
else if (nHeight <= 260)
nSubsidy = 16 * COIN; // 4 hr Low Reward Period for Fairness
else if (nHeight <= 1700)
nSubsidy = 8000 * COIN;
else if (nHeight <= 3140)
nSubsidy = 4000 * COIN;
else if (nHeight <= 4580)
nSubsidy = 2000 * COIN;
// miner's coin base reward based on nHeight
int64 GetProofOfWorkReward(int nHeight, int64 nFees, uint256 prevHash)
{
int64_t nSubsidy = 0 * COIN;
if (nHeight == 0)
nSubsidy = 16 * COIN; // genesis block coinbase is unspendable
else if (nHeight <= 10)
nSubsidy = 23300 * COIN; // Blocks 1-10 are premine
else if (nHeight <= 260)
nSubsidy = 16 * COIN; // 4 hr Low Reward Period for Fairness
else if (nHeight <= 1700)
nSubsidy = 8000 * COIN;
else if (nHeight <= 3140)
nSubsidy = 4000 * COIN;
else if (nHeight <= 4580)
nSubsidy = 2000 * COIN;
// miner's coin base reward based on nHeight
int64 GetProofOfWorkReward(int nHeight, int64 nFees, uint256 prevHash)
{
int64_t nSubsidy = 0 * COIN;
if (nHeight == 0)
nSubsidy = 16 * COIN; // genesis block coinbase is unspendable
else if (nHeight <= 10)
nSubsidy = 23300 * COIN; // Blocks 1-10 are premine
else if (nHeight <= 260)
nSubsidy = 16 * COIN; // 4 hr Low Reward Period for Fairness
else if (nHeight <= 1700)
nSubsidy = 8000 * COIN;
else if (nHeight <= 3140)
nSubsidy = 4000 * COIN;
else if (nHeight <= 4580)
nSubsidy = 2000 * COIN;
// miner's coin base reward based on nHeight
int64 GetProofOfWorkReward(int nHeight, int64 nFees, uint256 prevHash)
{
int64_t nSubsidy = 0 * COIN;
if (nHeight == 0)
nSubsidy = 16 * COIN; // genesis block coinbase is unspendable
else if (nHeight <= 10)
nSubsidy = 23300 * COIN; // Blocks 1-10 are premine
else if (nHeight <= 260)
nSubsidy = 16 * COIN; // 4 hr Low Reward Period for Fairness
else if (nHeight <= 1700)
nSubsidy = 8000 * COIN;
else if (nHeight <= 3140)
nSubsidy = 4000 * COIN;
else if (nHeight <= 4580)
nSubsidy = 2000 * COIN;