1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-01-17 21:13:14 -05:00

Update Job.cpp

This commit is contained in:
pdxwebdev
2022-03-25 01:13:05 -07:00
committed by GitHub
parent fbc3a04221
commit 0549d936c2

View File

@@ -177,6 +177,7 @@ int32_t xmrig::Job::nonceOffset() const
auto f = algorithm().family();
if (f == Algorithm::KAWPOW) return 32;
if (f == Algorithm::GHOSTRIDER) return 76;
if (f == Algorithm::RX_YADA) return 147;
auto id = algorithm().id();
if (id == Algorithm::ASTROBWT_DERO_2) return 44;