Skip to content
Snippets Groups Projects
  1. Jul 22, 2018
  2. Jul 17, 2018
  3. Jul 16, 2018
  4. Jul 14, 2018
    • psychocrypt's avatar
      cryptonight_bittube2 · 12575794
      psychocrypt authored
      - add cryptonight_heavy derivate cryptonight_bittube2
      - add coin bittube
      - remove coin ipbc because this coin is now called bittube
      12575794
  5. Jul 12, 2018
  6. Jul 11, 2018
    • psychocrypt's avatar
      fix wrong miner algorithm in result data · e149fef1
      psychocrypt authored
      fix #1708
      
      The extension of the job result contains the wrong algorithm used to create the nonce.
      The fix provide now the correct used algorithm even if the coin is forking to a new algorithm.
      
      - forward the used algorithm from the miner
      e149fef1
  7. Jul 10, 2018
  8. Jul 08, 2018
  9. Jun 21, 2018
  10. Jun 16, 2018
  11. Jun 10, 2018
  12. Jun 07, 2018
  13. Jun 05, 2018
  14. May 30, 2018
  15. 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
  16. 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
  17. 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
  18. May 12, 2018
  19. 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
  20. May 08, 2018
  21. May 07, 2018
  22. May 05, 2018
  23. May 04, 2018
  24. May 03, 2018
  25. May 01, 2018
  26. Apr 24, 2018
  27. Apr 22, 2018
Loading