Comment on An exploration of MakerDAO’s governance incentivesparentComments−latchkey6yTake a look at the light eval method [1].Even with HBM on the card... while it will hash fast, you're still going through the memory controller. What you need to do is skip that. Get rid of the memory hardness entirely. Generate the DAG on demand.[1] https://github.com/ethereum-cat-herders/progpow-audit/blob/m...
Comments
Take a look at the light eval method [1].
Even with HBM on the card... while it will hash fast, you're still going through the memory controller. What you need to do is skip that. Get rid of the memory hardness entirely. Generate the DAG on demand.
[1] https://github.com/ethereum-cat-herders/progpow-audit/blob/m...