Skip to content
  1. May 17, 2018
    • psychocrypt's avatar
      avoid out of order job processing · 84d37485
      psychocrypt authored
      The login result of a pool contains the first job for the miner.
      In the case where the pool is sending very fast after the pool login result
      a new job it is possible that the newer job is processed faster than the job within the login result.
      The result will be that the miner is mining an older job instead the newest (last received).
      
      - enumerate all received messages
      - trace the message id of the last procssed job
      - skip all jobs where the message id is older than the last procesed id
      84d37485
  2. May 09, 2018
  3. May 08, 2018
  4. May 07, 2018
  5. May 05, 2018
  6. May 04, 2018
  7. May 03, 2018
  8. May 01, 2018
  9. Apr 24, 2018
  10. Apr 22, 2018
  11. Apr 19, 2018
  12. Apr 18, 2018
  13. Apr 17, 2018
Loading