You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project could use a native verthash datafile generation written in Python. Currently, it runs a separate binary to generate verthash.dat which is far from ideal.
This project could use a native verthash datafile generation written in Python. Currently, it runs a separate binary to generate verthash.dat which is far from ideal.
Examples of verthash generation in C++ and Go:
https://github.com/vertcoin-project/vertcoin-core/blob/master/src/crypto/verthash_datfile.cpp
https://github.com/sencha-dev/powkit/blob/master/verthash/graph.go
The text was updated successfully, but these errors were encountered: