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.
SPECIFICATIONS ALGORITHM: DAGGER DAGGER a "memory-hard to compute, memory-easy to verify" Scrypt alternative, based on moderately connected "directed acyclic graphs" (DAGs), created by Ethereum visionary Vitalik Buterin. Memory-hardness is important to make the PoW (Proof of Work) function generally ASIC-resistant. This produces a more democratic distribution of cryptocurrency mining, making it cost-ineffective to run Application-specific integrated circuit (ASIC) mining rigs of the sort that have dominated Bitcoin mining over the past few years, pushing out the average cryptocurrency user in favour of large scale "mining farms" consisting of dozens (if not hundreds) of ASIC units, which leads to a centralization of mining into the hands of the few. The Dagger algorithm is designed to be resistant to that sort of mining, making it feasible for the average user with either CPU or GPU mining to effectively take part in the mining process and blockchain verification. The parameters used for Dagger are: Code: SAFE_PRIME_512 = 2**512 - 38117 # Largest Safe Prime less than 2**512 P in this case is a prime chosen such that log2(P) is just slightly less than 512, which corresponds to the 512 bits we have been using to represent our numbers. Note that only the latter half of the DAG actually needs to be stored, so the de-facto RAM requirement starts off at 1 GB and grows by 441 MB per year. We will be utilizing the PROOF OF WORK protocol to validate computer processing work for solving the equations required to validate the Blockchain. SOILcoins are "mined" using the "Hashcash proof-of-work" function by individual nodes which are verified by the decentralized peer-to-peer SOIL network. The process of "mining" is essentially the process of competing to be the next to find the answer that "solves" the difficult-to-answer block-unique mathematical problem for the current block. The mathematical problem in each block is extremely difficult to solve, but once a valid solution is found, it is very easy for the rest of the network to confirm that the solution is correct. Because there is a reward of newly minted SOILcoin for solving each block, each block also contains a record of which SOILcoin addresses or script is entitled to receive the reward. This record is known as a generation transaction, or a coinbase transaction, and is always the first transaction appearing in every block. We are closely watching the Ethereum Projects work on the implementation of Casper as a Proof of Share protocol to replace the energy-consumptive Proof of Work mechanism of blockchain consensus. Casper is a "security-deposit based economic consensus protocol". This means that nodes, what they are terming “bonded validators”, have to place a security deposit (“bonding”) in order to serve the consensus by producing blocks. TARGET BLOCK TIME: 15 seconds. We are working on creating not only just a speculative currency, but also a generalized network platform for decentralized applications. In the context of non-financial applications people tend to expect a much more rapid response time for the confirmation of transactions. Therefore, for the purpose of a stable AND efficient transactional platform, having a blockchain that is faster than the 10 minute blocktime for Bitcoin is essential. Arguments have been postulated that a faster block time creates more orphaned blocks (uncles) due to the delay of block propagation over the entire network, Having paid attention to our network intelligence page for some time, we have averaged less that 0.5% uncles with a 15 second block time which is statistically insignificant. BLOCK REWARD: 3 SOIL per block. Thus, with a proposed 15 second block time, the goal is propagate and verify approximately 5760 blocks per day, minting the same amount of SOILcoins each day.We have chosen this slow distribution model presently to combat inflationary pressure on the currency. As the system grows, we are open to revisiting this rate. When we launched, we had a block reward of 8 SOIL (average of 46080 SOIL/day), but found that this created a situation where mining farms would target SOILcoin to take in the vast majority of minted SOIL and immediately selling it on the market. We achieved a democratic result from community voting in order to gain the community's agreement to reduce the block reward, looking to enshrine a distribution of SOIL equal to 4 SOIL per minute on average. We do not have hard-coded block reward halving scheduled. I feel that having the ability to have a responsive system to changes in market realities is important, and while any change to our present distribution model will require a hard-fork in the system, this is generally a very painless process for participants and shareholders. TOTAL COINS TO BE MINTED: 33,000,000 SOIL A "soft-cap" of 33 million SOIL has been put into place. At our present distribution model, a little over 2.1 million SOIL are potentially minted every year. With our current mintage of 3.4 million SOIL, it would take approximately 15 years to reach this level, sometime in 2030. Not strictly set in stone, this issue will be revisted when SOIL approaches within 5% of its maximum mintage. Our Genesis: Code: { Jump to:
|