1. 17 May, 2018 1 commit
    • 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. 09 May, 2018 2 commits
  3. 08 May, 2018 3 commits
  4. 07 May, 2018 1 commit
  5. 05 May, 2018 1 commit
  6. 04 May, 2018 4 commits
  7. 03 May, 2018 2 commits
  8. 01 May, 2018 1 commit
    • psychocrypt's avatar
      support stellite v4 fork · 624b4ca8
      psychocrypt authored
      solve #1494
      
      - add algorithm `cryptonight_v7_stellite` (internal named: `cryptonight_stellite`)
      624b4ca8
  9. 24 Apr, 2018 5 commits
  10. 22 Apr, 2018 4 commits
  11. 19 Apr, 2018 3 commits
  12. 18 Apr, 2018 8 commits
  13. 17 Apr, 2018 5 commits