Report no_solution for all relevant nonces with repeats #14
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "uw-repeats-reporting"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If
repeatswas> 1(for a GPU miner), the client would only send oneno_solutionmessage for the whole batch of nonces, and nono_solutionmessage if even one cycle was found.This change sends an individual
no_solutionmessage for each relevant nonce. Sending one combined message would be more economical, but would require a protocol upgrade.For better performance, an
async_call()method is used. This ignores the reply from the server, and is only used for theno_solutionmessage, which doesn't really return useful data anyway.Tested (and running) on my 1080ti miner.