Nim implementation of Ethash, Ethereum proof of work and Ethereum mining
Go to file
mratsim d96742b320 initial commit 2018-02-15 11:23:42 +01:00
.gitignore initial commit 2018-02-15 11:23:42 +01:00
LICENSE initial commit 2018-02-15 11:23:42 +01:00
README.md initial commit 2018-02-15 11:23:42 +01:00
ethash.nimble initial commit 2018-02-15 11:23:42 +01:00

README.md

Nim Ethash

License Stability: experimental

A pure Nim implementation of Ethash, the Ethereum proof of work

Implementation is based on the spec revision 23 (2017-08-03) and under the Apache License v2.

Original implementation

Original Ethereum implementation is available here.

Warning ⚠ - License notice: the original implementation is under GPLv3 or LGPLv3 and must not be used in this project.