|
Title: difficulty factor question Post by: dan0804smith on August 26, 2011, 05:55:52 PM i dont understand why it is so difficult to get a block when there are thousands of blocks available
why is this? Title: Re: difficulty factor question Post by: Stephen Gornick on August 26, 2011, 06:40:48 PM i dont understand why it is so difficult to get a block when there are thousands of blocks available There is one block that will be solved in the next ten minutes (on average) and it is worth about $400 at current exchange rates. Tens of thousands of miners globally are performing 12,960,000,000,000 hashes in the next second and another 12,960,000,000,000 hashes being performed the second after that, and so on until a hash is found that matches the criteria specified by the difficulty level. When that happens, the current block is solved and the next block begins. Difficulty will increase automatically every so often so that blocks are solved at a target rate of one every ten minutes. That's the technical reason. If you instead are asking what is the purpose of this hashing, it is the method bitcoin implements to make it so that the blockchain can be trusted as being correct. Since there is no central authority, this "proof of work" system is what ensures that trust is not misplaced. Title: Re: difficulty factor question Post by: dan0804smith on August 26, 2011, 07:27:48 PM so the difficulty factor is how hard the action is to complete?
Title: Re: difficulty factor question Post by: enygma on August 26, 2011, 11:11:40 PM Essentially. Difficulty increases (or decreases) based on the amount of compute power on the network in order to maintain a generally constant amount of bitcoins being introduced to the network on average. The more hashing power on the network, the higher the difficulty. The less hashing power, the lower the difficulty. Difficulty readjusts after ever 2000 blocks or so.
Title: Re: difficulty factor question Post by: BookLover on August 27, 2011, 12:19:06 AM I believe the exact number is 2016 blocks.
Title: Re: difficulty factor question Post by: Dirty on August 27, 2011, 11:59:37 AM I believe the exact number is 2016 blocks. That's right. See http://en.wikipedia.org/wiki/Bitcoin#Generation for more info. |