fix yada nonce offset
This commit is contained in:
parent
046b2a17d3
commit
b108845627
2 changed files with 5 additions and 2 deletions
|
@ -180,7 +180,10 @@ 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::RX_YADA) return 147;
|
||||
|
||||
return 39;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue