Use optimised Equihash solver for miner and benchmarks
The basic solver is still used for regtest-only purposes.
This commit is contained in:
@@ -114,7 +114,7 @@ double benchmark_solve_equihash()
|
||||
|
||||
timer_start();
|
||||
std::set<std::vector<unsigned int>> solns;
|
||||
EhBasicSolve(n, k, eh_state, solns);
|
||||
EhOptimisedSolve(n, k, eh_state, solns);
|
||||
return timer_stop();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user