Record ideal miner behavior based on job_id value (#1461)

We have a very low default value for "attempt_time_per_block", which exposed an issue with the miner.  This change documents the correct / ideal behavior.
This commit is contained in:
Blade Doyle 2018-09-03 18:15:18 +00:00 committed by Yeastplume
parent b06b112afb
commit a1141cab39

View file

@ -145,6 +145,7 @@ Example:
A message initiated by the Stratum server.
Stratum server will send job automatically to connected miners.
The miner SHOULD interrupt current job if job_id = 0, and SHOULD replace the current job with this one after the current graph is complete.
#### Request