zceq_solver
zceq_solver copied to clipboard
CPU solver for Zcash's variant of Equihash problem
There is memory leak when I use the binary release (zceq_solver--bin) in production. After an investigation, it looks like it has something to do with the DestroySolver: ` delete (Solver*)(void*)solver;...
Ran docker-build-image.sh, worked fine, then; [root@localhost zceq_solver]# ./docker-build.sh scons: *** No SConstruct file found. File "/usr/lib/scons/SCons/Script/Main.py", line 912, in _main
Don't take this PR too seriously, it's just a proof of concept and a dirty one at that. It does however run the benchmark successfully. If you're interested it could...
I've had a look at this codebase and it is by far the nicest one out of the zcash miners I've seen. With that being said, I would like to...