Skip to content
Snippets Groups Projects
  1. 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
  2. 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
  3. Jun 10, 2018
  4. Jun 07, 2018
  5. Jun 05, 2018
  6. May 30, 2018
  7. May 03, 2018
  8. May 01, 2018
  9. Apr 22, 2018
  10. Apr 14, 2018
  11. Mar 27, 2018
    • psychocrypt's avatar
      POW AEON v7 · 5a2c4444
      psychocrypt authored
      - add new pow for AEON
      - fix missing cryptonight-heavy selection for multi hashes
      5a2c4444
  12. Mar 25, 2018
  13. Dec 25, 2017
  14. Dec 07, 2017
  15. Oct 27, 2017
  16. Oct 04, 2017
  17. Sep 30, 2017
    • psychocrypt's avatar
      group files · cc429b68
      psychocrypt authored
      - move source code to `src`
      - categorize files and move to group folder
      - change upper case class files to lower case
      - change C++ header to `*.hpp`
      cc429b68
  18. May 31, 2017
  19. Apr 26, 2017
  20. Apr 24, 2017
  21. Apr 21, 2017
  22. Jan 19, 2017
  23. Jan 18, 2017
  24. Jan 15, 2017
  25. Jan 02, 2017
Loading