Skip to content
Snippets Groups Projects
  1. Sep 22, 2018
  2. Sep 19, 2018
  3. Sep 17, 2018
  4. Sep 16, 2018
  5. Sep 13, 2018
    • psychocrypt's avatar
      unify cpu cryptonight implementations · 931bd5fe
      psychocrypt authored
      xmr-stak has several implementations for multi hash per thread.
      The results into 3 intepedent implementations.
      Each time the algorithm must be changed the possibility to introduce errors is very large.
      
      - unify the different cryptonight CPU implementations
      - simplify the function selection array to find the specilized cryptonight implementation
      - add a intermediat pointer to access the large state (similar to the old multi hash implementation)
      
      As side effect this change increases the speed of the single and multi hash algorithm.
      931bd5fe
  6. Aug 28, 2018
    • psychocrypt's avatar
      add self test hashes · 69628078
      psychocrypt authored
      The most algorithm currently are not checked in the cpu self test function.
      
      - add hash for each algorithm
      69628078
  7. Aug 08, 2018
  8. Jul 17, 2018
  9. Jul 16, 2018
  10. 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
  11. 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
  12. Jul 08, 2018
  13. Jun 10, 2018
  14. Jun 07, 2018
  15. Jun 05, 2018
  16. May 30, 2018
  17. 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
  18. 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
  19. May 12, 2018
    • psychocrypt's avatar
      github annotations · 460aa90d
      psychocrypt authored
      - reformat `read_write_lock.h`
      - fix spelling issue
      - move job id increase of the write to the buttom
      460aa90d
Loading