Skip to content

Commit

Permalink
Merge pull request fireice-uk#2234 from zelerius/dev
Browse files Browse the repository at this point in the history
Please fix Zelerius iterations
  • Loading branch information
psychocrypt committed Feb 14, 2019
2 parents 3136ea6 + b14ba85 commit c66eef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmrstak/backend/cryptonight.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit c66eef7

Please sign in to comment.