Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ethash.sol explanation #15

Open
maxrobot opened this issue Feb 22, 2019 · 2 comments
Open

Ethash.sol explanation #15

maxrobot opened this issue Feb 22, 2019 · 2 comments

Comments

@maxrobot
Copy link

maxrobot commented Feb 22, 2019

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
Copy link
Member

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
Copy link
Author

maxrobot commented Mar 8, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants