Skip to content

Commit

Permalink
Fixed XDAG through xmrigcc-proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
Bendr0id committed Dec 11, 2022
1 parent e3dad1c commit c4571bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/base/net/stratum/Job.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ int32_t xmrig::Job::nonceOffset() const

auto id = algorithm().id();
if (id == Algorithm::RX_YADA) return 147;
if (id == Algorithm::RX_XDAG) return 60;

return 39;
}
Expand Down

0 comments on commit c4571bf

Please sign in to comment.