bitspill / equihash

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Cuda 53.0%Language:C++ 33.2%Language:C 11.7%Language:Makefile 2.1%