Skip to content
Snippets Groups Projects
  1. Oct 03, 2018
    • psychocrypt's avatar
      rework all currencies · 70f3e825
      psychocrypt authored
      - introduce monero oct 2018 fork as currency `monero`
      - remove monero7
      - change all dev pools
        - those miner monero7 to handle the fork to monero
        - if the dev pool can not handle the fork to monero the currency is fixed set to `monero` (we can only handle 2 different currencies for user and dev pool)
      - remove guards those prevent to use the currency `monero`
      70f3e825
  2. Oct 01, 2018
  3. Sep 30, 2018
  4. Sep 22, 2018
  5. Sep 21, 2018
  6. Sep 19, 2018
  7. Sep 17, 2018
  8. Sep 16, 2018
  9. 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
  10. 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
  11. Aug 08, 2018
  12. Jul 17, 2018
Loading