Hacker News new | ask | show | jobs
by analognoise 2296 days ago
I was looking at Etherium recently, and thought HBM on the new Xilinx Alveo would be perfect to attack the problem.

I wish I had an Alveo board. Sheesh, now would be the time. You could fit the whole DAG into HBM.

1 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...