Skip to content
Snippets Groups Projects
  1. Oct 07, 2018
    • psychocrypt's avatar
      fix crash with monero and strided_index · 1c0ef154
      psychocrypt authored
      Strided index 1 is not allowed for cryptonight_v8 and monero.
      In the case the dev pool is set to monero and the user tuned there settings for
      an other currency the miner will crash if strided index or memChunk is not
      fitting the requirement to mine monero.
      This PR detects wrong configurations and will set strided index and memChunk to a valid
      value but only for cryptonight_v8. The user pool settings will only be changed if monero or
      cryptonight_v8 is selected.
      1c0ef154
  2. Oct 06, 2018
  3. Oct 05, 2018
    • psychocrypt's avatar
      fix invalid shares · 8e1e7447
      psychocrypt authored
      With rocm we fighted very long with invalid shares. This is now solved with rocm 1.9 and
      this tiny fix.
      It is not fully clear where a memory optimization is kicking in and break the kernel `Groestl` if the variables `M` and `H` are not `volatile`.
      The performance ill not change with this fix.
      
      The fix is tested with rocm 1.9 with a VEGA64 and a RX570
      8e1e7447
    • psychocrypt's avatar
      CUDA: tine cryptonight_v8 · 99a12cb6
      psychocrypt authored
      Read memory in bigger chunks per thread to increase the used memory bandwith.
      Use for Kepla and Fermi GPUs the old autosuggestion instead of the new settings for cryptonight_v8.
      99a12cb6
    • psychocrypt's avatar
      add cpu family and model detection · 21ce0385
      psychocrypt authored
      
      Helper functions to select the asm version based on the number of used hashes per threads and the family name of the cpu.
      
      - use the noew cpu type functions to fix the wrong AMD family detection in `autoAdjust.hpp`
      - allow to set the asm version to `auto`
      - rename asm option `intel` to `intel_avx`
      - rename asm option `ryzen` to `amd_avx`
      
      Co-authored-by: default avatarfireice-uk <fireice-uk@users.noreply.github.com>
      21ce0385
  4. Oct 04, 2018
  5. 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
  6. Oct 01, 2018
  7. Sep 30, 2018
  8. Sep 22, 2018
  9. Sep 21, 2018
  10. Sep 19, 2018
Loading