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.
rpcuser=yourusername //put this in your miner if you want to solo mine
rpcpassword=yourpassword //put this in your miner if you want to solo mine
rpcallowip = 127.0.0.1
rpcallowip = xxx.xxx.xxx.xxx //put in here the IP address of your miner if you want to solo mine
rpcport = 9984 //put in here the IP address of your miner if you want to solo mine
server = 1
daemon = 1
listen = 1
addnode=185.25.22.33:5522
addnode=45.63.1.27:5530
addnode=185.92.222.31
addnode=108.61.117.249
addnode=108.61.10.90
addnode=176.9.26.47
addnode=188.165.2.147
addnode=193.227.134.111
addnode=213.5.65.155
addnode=31.54.135.69
addnode=32.214.108.194
addnode=37.187.99.136
addnode=45.55.140.160
addnode=45.55.236.155
addnode=46.105.118.15
addnode=5.147.116.112
addnode=5.9.36.211
addnode=52.18.54.170
addnode=67.241.161.8
addnode=84.160.239.117
addnode=91.114.115.230
addnode=95.28.130.127
addnode=99.113.26.253
rpcuser=yourusername //put this in your miner if you want to solo mine
rpcpassword=yourpassword //put this in your miner if you want to solo mine
rpcallowip = 127.0.0.1
rpcallowip = xxx.xxx.xxx.xxx //put in here the IP address of your miner if you want to solo mine
rpcport = 9984 //put in here the IP address of your miner if you want to solo mine
server = 1
daemon = 1
listen = 1
addnode=185.25.22.33:5522
addnode=45.63.1.27:5530
addnode=185.92.222.31
addnode=108.61.117.249
addnode=108.61.10.90
addnode=176.9.26.47
addnode=188.165.2.147
addnode=193.227.134.111
addnode=213.5.65.155
addnode=31.54.135.69
addnode=32.214.108.194
addnode=37.187.99.136
addnode=45.55.140.160
addnode=45.55.236.155
addnode=46.105.118.15
addnode=5.147.116.112
addnode=5.9.36.211
addnode=52.18.54.170
addnode=67.241.161.8
addnode=84.160.239.117
addnode=91.114.115.230
addnode=95.28.130.127
addnode=99.113.26.253
rpcuser=yourusername //put this in your miner if you want to solo mine
rpcpassword=yourpassword //put this in your miner if you want to solo mine
rpcallowip = 127.0.0.1
rpcallowip = xxx.xxx.xxx.xxx //put in here the IP address of your miner if you want to solo mine
rpcport = 9984 //put in here the IP address of your miner if you want to solo mine
server = 1
daemon = 1
listen = 1
addnode=185.25.22.33:5522
addnode=45.63.1.27:5530
addnode=185.92.222.31
addnode=108.61.117.249
addnode=108.61.10.90
addnode=176.9.26.47
addnode=188.165.2.147
addnode=193.227.134.111
addnode=213.5.65.155
addnode=31.54.135.69
addnode=32.214.108.194
addnode=37.187.99.136
addnode=45.55.140.160
addnode=45.55.236.155
addnode=46.105.118.15
addnode=5.147.116.112
addnode=5.9.36.211
addnode=52.18.54.170
addnode=67.241.161.8
addnode=84.160.239.117
addnode=91.114.115.230
addnode=95.28.130.127
addnode=99.113.26.253
rpcuser=yourusername //put this in your miner if you want to solo mine
rpcpassword=yourpassword //put this in your miner if you want to solo mine
rpcallowip = 127.0.0.1
rpcallowip = xxx.xxx.xxx.xxx //put in here the IP address of your miner if you want to solo mine
rpcport = 9984 //put this port after the IP address of the PC with the wallet on in your miner if you want to solo mine
server = 1
daemon = 1
listen = 1
addnode=185.25.22.33:5522
addnode=45.63.1.27:5530
addnode=185.92.222.31
addnode=108.61.117.249
addnode=108.61.10.90
addnode=176.9.26.47
addnode=188.165.2.147
addnode=193.227.134.111
addnode=213.5.65.155
addnode=31.54.135.69
addnode=32.214.108.194
addnode=37.187.99.136
addnode=45.55.140.160
addnode=45.55.236.155
addnode=46.105.118.15
addnode=5.147.116.112
addnode=5.9.36.211
addnode=52.18.54.170
addnode=67.241.161.8
addnode=84.160.239.117
addnode=91.114.115.230
addnode=95.28.130.127
addnode=99.113.26.253
static const int64 nStartSubsidy = 50 * COIN;
static const int64 nMinSubsidy = 1 * COIN;
int64 static GetBlockValue(int nHeight, int64 nFees)
{
int64 nSubsidy = nStartSubsidy;
// Mining phase: Subsidy is cut in half every SubsidyHalvingInterval
nSubsidy >>= (nHeight / Params().SubsidyHalvingInterval());
// Inflation phase: Subsidy reaches minimum subsidy
// Network is rewarded for transaction processing with transaction fees and
// the inflationary subsidy
if (nSubsidy < nMinSubsidy)
{
nSubsidy = nMinSubsidy;
}
return nSubsidy + nFees;
}
CMainParams() {
// The message start string is designed to be unlikely to occur in normal data.
pchMessageStart[0] = 0x05;
pchMessageStart[1] = 0x05;
pchMessageStart[2] = 0xb5;
pchMessageStart[3] = 0x05;
nDefaultPort = 5530;
nRPCPort = 5531;
bnProofOfWorkLimit = CBigNum(~uint256(0) >> 20);
nSubsidyHalvingInterval = 100000;