Skip to content
Snippets Groups Projects
Unverified Commit 2452c4ba authored by psychocrypt's avatar psychocrypt Committed by GitHub
Browse files

Merge pull request #2234 from zelerius/dev

Please fix Zelerius iterations
parents d71d063f 81388d88
No related branches found
No related tags found
No related merge requests found
......@@ -170,7 +170,7 @@ constexpr uint32_t CN_GPU_ITER = 0xC000;
// cryptonight turtle (the mask is not using the full 256kib scratchpad)
constexpr uint32_t CN_TURTLE_MASK = 0x1FFF0;
constexpr uint32_t CN_ZELERIUS_ITER = 0x6000;
constexpr uint32_t CN_ZELERIUS_ITER = 0x60000;
inline xmrstak_algo POW(xmrstak_algo_id algo_id)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment