Hacker News new | ask | show | jobs
by kd913 1876 days ago
>Hashing is the easy part and because it is not reversible miners waste energy looping and trying different nonces so you get a hash with the required amount of zeros.

The above is massively computationally expensive, hence why it's not a fallacy.

1 comments

sorry with all respect but Expensiveness is related with how many zeros have the target because you have too loop more.

That is why you waste more energy (more expensive) now than years ago.

I disagree, the computational expensive aspect is the fact that you are trying to find the inverse of the double hash. Hence you are forced to brute force.

If the problem was adjusted where it wasn't using a double hash, and had some simple two-way function than it wouldn't be considered computationally expensive. That is irrespective of the length of the nonce. E.G if it was just a how much do I add to get a nonce of length x.

The complexity here is caused by the double hash.

The length of the nonce is just an even further scaling of an already difficult problem.

look we can discuss a lot about what is expensive. But my comment was about that just a brute force "guessing" loop algorithm in PoW is being sold like a "Computation-intensive Operation" what in my opinion is just a stupid way to waste energy and belongs in the same club of institutions like Bank Industry and Gold Mining that also waste energy. PoS is loot better.