Skip to content
forked from tromp/equihash

multi-parameter Equihash proof-of-work multi-threaded C solvers

License

Notifications You must be signed in to change notification settings

schinzelh/equihash

 
 

Repository files navigation

equihash

Equihash proof-of-work solvers

Build with "make all"

The executables ending in 1 are compiled without atomics and thus only suitable for single-threaded use (where they get some speedup over the generic version).

Options -h HEADER -n NONCE are self explanatory. Add option -r RANGESIZE to search a range of nonces.

About

multi-parameter Equihash proof-of-work multi-threaded C solvers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 52.1%
  • Cuda 31.4%
  • C 14.0%
  • Makefile 2.5%