Skip to content
Snippets Groups Projects
  1. Oct 05, 2018
    • psychocrypt's avatar
      fix wrong option in config.tpl · 5df80757
      psychocrypt authored
      In #1839 the option for slow memory is sneaky changed. This can lead into crashes on linux systems where the user is not allowed to use large pages.
      5df80757
  2. Oct 01, 2018
  3. Sep 30, 2018
  4. Sep 24, 2018
  5. Sep 23, 2018
  6. Sep 22, 2018
  7. Sep 21, 2018
  8. Sep 19, 2018
  9. Sep 17, 2018
  10. Sep 16, 2018
  11. 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
Loading