Skip to content
Snippets Groups Projects
Commit 81388d88 authored by Vic's avatar Vic
Browse files

Fix zelerius iterations

parent 853ade25
No related branches found
No related tags found
No related merge requests found
...@@ -168,7 +168,7 @@ constexpr uint32_t CN_GPU_ITER = 0xC000; ...@@ -168,7 +168,7 @@ constexpr uint32_t CN_GPU_ITER = 0xC000;
// cryptonight turtle (the mask is not using the full 256kib scratchpad) // cryptonight turtle (the mask is not using the full 256kib scratchpad)
constexpr uint32_t CN_TURTLE_MASK = 0x1FFF0; 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) 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