There was an error fetching the commit references. Please try again later.
avoid hash rate drop during dev pool mining
Since the dev pool is sometimes using another POW than the user pool the hash date can strongly increase or decrease. In a case of a hash rate drop a monitoring software could trigger a wrong miner restart. - use the hash rate calculated during the user pool mining to interpulate the number of hashes during the dev pool mining so that the statistics stay constant.
Showing
- xmrstak/backend/amd/minethd.cpp 1 addition, 5 deletionsxmrstak/backend/amd/minethd.cpp
- xmrstak/backend/cpu/minethd.cpp 3 additions, 3 deletionsxmrstak/backend/cpu/minethd.cpp
- xmrstak/backend/iBackend.hpp 24 additions, 0 deletionsxmrstak/backend/iBackend.hpp
- xmrstak/backend/nvidia/minethd.cpp 1 addition, 7 deletionsxmrstak/backend/nvidia/minethd.cpp
Loading
Please register or sign in to comment