5
In pool mining, it's my understanding that miners solve a reduced difficulty hash which proves that work is being done and also simultaneously helps solve a block.
How is this computationally possible? and how can the pool difficulty be different from the Bitcoin block? I guess I don't understand how work on blocks is computationally divided among pool miners.
I don't understand how you're solving the same problem if youre looking for 2 different results. I'm starting to think that I have a misunderstanding about something more fundamental regarding how this works. – Steven Lutz – 2017-07-16T17:55:11.853
You are still solving the same problem. For example if the problem is add a nounce to XYZ for eg. ab such that the output of the output of SHA function of that ends with 100 zeros. SHA(XYZab) is >100 zeros in the end Now suppose u keep attempting the problem with SHA(XYZcd), SHA(XYZef) and you find SHA(XYZgh) which ends with 50 zeros. That is not the correct answer but it is the answer to the same problem with a lower difficulty. If you keep posting all the combinations that gives an output of 50 zeros it proves that you are attempting to solve the problem – Raunak Thomas – 2017-07-17T03:51:53.400