chfast / ethash

C/C++ implementation of Ethash and ProgPoW – the Ethereum Proof of Work algorithms
Apache License 2.0
140 stars 124 forks source link

What's the relationship between this and ethereum/ethash? #72

Closed oldsharp closed 5 years ago

oldsharp commented 6 years ago

I'm a little bit confused, does the ethereum/ethash project be deprecated?

chfast commented 5 years ago

This is new implementation done from scratch. It's better to use this one than ethereum/ethash.

This library is used in Aleth and ethminer. The ethereum/ethash might still be used for JS and Python project but I can provide bindings for those languages here.