There was an error fetching the commit references. Please try again later.
fix duplicated nonce usage
- avoid that a nonce which not fits to the current job is used (check jobId after start nonce is consumed) - move jobId check into the if condition to get a new bunch of nonces - CPU: add jobId validation after the start nonce is consumed
Showing
- xmrstak/backend/amd/minethd.cpp 4 additions, 3 deletionsxmrstak/backend/amd/minethd.cpp
- xmrstak/backend/cpu/minethd.cpp 6 additions, 0 deletionsxmrstak/backend/cpu/minethd.cpp
- xmrstak/backend/globalStates.cpp 7 additions, 6 deletionsxmrstak/backend/globalStates.cpp
- xmrstak/backend/nvidia/minethd.cpp 3 additions, 3 deletionsxmrstak/backend/nvidia/minethd.cpp
Loading
Please register or sign in to comment