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.
/*slimcoin: a burn hash is calculated by:
* hash = (c / b) * 2 ** ((nPoWBlocks - M) / E) * [Hash]
*
* Where: c = BURN_CONSTANT
* b = amount of coins burned
* nPoWBlocks = the number of proof of work blocks between (not including)
* the blocks with heights last_BlkNHeight and burned_BlkNHeight
* where
* last_BlkNHeight = the height of the last block in the chain
* burned_BlkNHeight = the height of the block at the time of the burning
* M = BURN_MIN_CONFIRMS (6), the required amount of proof of work blocks between (not including)
* the block at the time of burning and the last block in the chain
* The offset by M allows for the first burn block the burnt coins
* can hash to be at 100% strength and decay from there, instead of having
* the coins slightly decayed from the beginning
* E = BURN_HASH_DOUBLE (350000.0), an exponential constant which causes
* burnt coins to produce slightly larger hashes as time passes
*
* [Hash] = Hash(burntBlockHash ++ burnWTx.GetHash() ++ hashBestBlock)
* Where: burntBlockHash = the hash of the block the transaction is found ing
* burnTx.GetHash() = the hash of this transaction
* hashBestBlock = the hash of the best proof-of-work block in the chain at the time of hashing
*/
addnode=107.181.250.216
addnode=107.181.250.217