Go to file
John Tromp ef21c94286 add other xenoncat blake2b files 2016-10-23 15:21:30 -04:00
blake add solvers 2016-10-14 14:28:34 -04:00
blake2b add other xenoncat blake2b files 2016-10-23 15:21:30 -04:00
hide refactor types and reduce buckets from 2^16 to 2^12 2016-10-17 14:52:30 -04:00
.gitignore obsolete faster by speeding up low-mem versions 2016-10-16 18:49:03 -04:00
LICENSE.txt obsolete faster by speeding up low-mem versions 2016-10-16 18:49:03 -04:00
Makefile try use xenoncat's blake2b 2016-10-23 15:17:25 -04:00
README.md add build instructions 2016-10-14 18:28:53 -04:00
blake2b.cu obsolete faster by speeding up low-mem versions 2016-10-16 18:49:03 -04:00
dev_miner.cpp add several versions in development 2016-10-19 17:49:11 -04:00
dev_miner.cu unify cuda lowmem and fast versions 2016-10-18 15:06:32 -04:00
dev_miner.h try use xenoncat's blake2b 2016-10-23 15:17:25 -04:00
equi.c allow binary headers 2016-10-18 10:35:10 -04:00
equi.h allow binary headers 2016-10-18 10:35:10 -04:00
equi_dev_miner.cpp add several versions in development 2016-10-19 17:49:11 -04:00
equi_dev_miner.h tiny changes 2016-10-22 22:06:52 -04:00
equi_miner.cpp tiny changes 2016-10-22 22:06:52 -04:00
equi_miner.cu unify cuda lowmem and fast versions 2016-10-18 15:06:32 -04:00
equi_miner.h fix htobe32 for Apple OSX 2016-10-23 10:55:10 -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.