Currently, we validate a block by comparing its hash with the current target, and we can perform this work in isolation of the network. We hash the candidate block, and if the result is less than the target, it's valid. This is a single operation performed by everyone virtually simultaneously who get the result almost as-instantly.
By finding "the lowest hash in 10mins" you are performing thousands or millions of comparisons. I have to compare my lowest result with yours. Then we need to compare that lowest one with John's. Then Susan's. This creates a significant amount of work required to validate that the chosen hash is indeed the winner. The moment a crowd member's work can't be performed in isolation, a central authority is required to perform it on their behalf, essentially nullifying the crowd-sourcing altogether.
The main invention of Bitcoin is the blockchain and the crowd-sourced nature of the security it provides. In order to perform crowd-sourced security the environment must meet two prerequisites:
- A resource that is shared by every member of the crowd
- A unit of work that every member of the crowd can perform in isolation
Great initial idea though... I know we'd all love a more steady income
--TE