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.
Cme@mycomputer:~/p2pool-11.4.3$ python run_p2pool.py
fatal: Not a git repository (or any of the parent directories): .git
2014-01-26 09:52:46.939552 p2pool (version 11.4.3)
2014-01-26 09:52:46.939911
2014-01-26 09:52:46.940105 Testing bitcoind RPC connection to 'http://127.0.0.1:8344/' with username 'bitcoinrpc'...
2014-01-26 09:52:46.965543 ...success!
2014-01-26 09:52:46.965719 Current block hash: ed546b552e694ef3b192325acb663258611bc00c7b7c48fafbe11c6fc3e01381
2014-01-26 09:52:46.965787 Current block height: 70799
2014-01-26 09:52:46.965832
2014-01-26 09:52:46.965911 Testing bitcoind P2P connection to '127.0.0.1:7777'..
Switch to unspent coins approach
This commit replaces old transactions index with unspent coins database
which contains a basic metadata like heights, amounts, coinstake/coinbase
flags and timestamps.
We still need access to blockchain for proof-of-stake blocks validation.
Currently CheckProofOfStake() uses the coin database to find the block height,
and then scans that block to find the dependency of coinstake kernel.
Batch block connection during initial block download
This reduces the load on the database engine, as subsequent blocks often
update an earlier block's transaction already.
Switch to unspent coins approach
This commit replaces old transactions index with unspent coins database
which contains a basic metadata like heights, amounts, coinstake/coinbase
flags and timestamps.
We still need access to blockchain for proof-of-stake blocks validation.
Currently CheckProofOfStake() uses the coin database to find the block height,
and then scans that block to find the dependency of coinstake kernel.
Batch block connection during initial block download
This reduces the load on the database engine, as subsequent blocks often
update an earlier block's transaction already.
Switch to unspent coins approach
This commit replaces old transactions index with unspent coins database
which contains a basic metadata like heights, amounts, coinstake/coinbase
flags and timestamps.
We still need access to blockchain for proof-of-stake blocks validation.
Currently CheckProofOfStake() uses the coin database to find the block height,
and then scans that block to find the dependency of coinstake kernel.
Batch block connection during initial block download
This reduces the load on the database engine, as subsequent blocks often
update an earlier block's transaction already.