SmartPool / contracts

MIT License
32 stars 13 forks source link

Ethash.sol explanation #15

Open maxrobot opened 5 years ago

maxrobot commented 5 years ago

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?

tranvictor commented 5 years ago

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.

maxrobot commented 5 years ago

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