Skip to content
Snippets Groups Projects
  1. Jul 10, 2018
  2. Jul 08, 2018
  3. Jun 16, 2018
  4. Jun 10, 2018
  5. Jun 07, 2018
  6. Jun 05, 2018
  7. May 30, 2018
  8. May 22, 2018
    • psychocrypt's avatar
      fix duplicated nonce usage · 0d85a32d
      psychocrypt authored
      - 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
      0d85a32d
  9. May 17, 2018
    • Tony Butler's avatar
    • 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
  10. May 16, 2018
    • psychocrypt's avatar
      fix possible deadlock with Volta · 4a4a2f85
      psychocrypt authored
      If CUDA 9.X is used and the miner is compiled for `sm_70` and used with Volta GPUs than the miner
      deadlocks if `threads` is not a multiple of `32`.
      
      - use `__activemask()` to get all active lanes
      4a4a2f85
  11. May 12, 2018
  12. May 09, 2018
    • psychocrypt's avatar
      ignore duplicated equal job from pools · c263be5b
      psychocrypt authored
      Some pools or proxys are sending multiple times in row the same job to the miner.
      This PR will extent the miner to trigger an socket error if job with the same `jobID` than the current active job is received.
      
      Move motd evaluation before the possibil part where a job is ignored.
      c263be5b
  13. May 08, 2018
  14. May 07, 2018
  15. May 04, 2018
  16. May 03, 2018
  17. May 01, 2018
  18. Apr 24, 2018
  19. Apr 22, 2018
  20. Apr 19, 2018
  21. Apr 18, 2018
  22. Apr 17, 2018
Loading