contracts icon indicating copy to clipboard operation
contracts copied to clipboard

Ethash.sol explanation

Open maxrobot opened this issue 6 years ago • 2 comments

Hi,

I am interested to know what you are doing in the ethash contract.

Do you verify whether a block that is/was submitted was mined correctly?

maxrobot avatar Feb 22 '19 17:02 maxrobot

Hi @maxrobot, yes. To be more accurate, it verifies if a share (a smaller POW than the real block) was mined according to the ethash algorithm.

tranvictor avatar Feb 23 '19 15:02 tranvictor

Cool thanks, do you see this being implementable for full ethereum blocks? How did you generate the DAG on-chain?

maxrobot avatar Mar 08 '19 14:03 maxrobot