Go to file
John Tromp c2a84f98b9 avoid extra struct member 2016-10-15 22:08:56 -04:00
blake add solvers 2016-10-14 14:28:34 -04:00
LICENSE.txt exclude blake2b.cu from license for now 2016-10-14 16:38:34 -04:00
Makefile fix flags 2016-10-14 15:44:39 -04:00
README.md add build instructions 2016-10-14 18:28:53 -04:00
blake2b.cu add solvers 2016-10-14 14:28:34 -04:00
equi.c add solvers 2016-10-14 14:28:34 -04:00
equi.h add solvers 2016-10-14 14:28:34 -04:00
equi_miner.cpp include license 2016-10-14 15:30:52 -04:00
equi_miner.cu include license 2016-10-14 15:30:52 -04:00
equi_miner.h avoid extra struct member 2016-10-15 22:08:56 -04:00
osx_barrier.h add solvers 2016-10-14 14:28:34 -04:00

README.md

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.