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.
Release Notes
+
+
+Version 1.3.2.0
+
+Changes
+ - Implemented PoS V2
+
+
+ - Removed Thin mode staking
+ The network relies on full nodes for security.
+ Staking should be a reward for maintaining a full node.
+
+
+ - Removed hash from DiskBlockIndex
+ hash is saved in the key, no need to save it twice, 32 bytes saved per block
+ Key prefix "blockindex" changed to "bidx", 36 bytes saved per block
+
+
+ The TXDB version has been raised to 70510.
+
+ On first boot the nodes will wipe any database before 70509 and initialise
+ a reindex, which will reload the TXDB from the stored blockchain.
+
+ For Databases of verson 70509 an migration will run, significantly faster
+ than a reindex. All existing nodes should be on txdb version 70509.
+
+ Thin nodes don't store the blockchain and will need to redownload.
+
+ Note: Reindexing the chain could cause your failed stake transactions to be
+ detected as occuring during the reindex, and displayed at the top of the
+ transaction list. They can be removed by running clearwallettransactions
+ followed by reloadanondata.
+
+
+
+ - Enabled unit tests
+ Compile: make -f makefile.unix test_shadow
+ Run: ./test_shadow --log_level=10
+
+
+
+
+ - printstakemodifier, printcoinstake and printcoinage are replaced by debugpos