Skip to content
Snippets Groups Projects
  1. Apr 01, 2019
  2. Mar 29, 2019
    • psychocrypt's avatar
      avoid hash rate drop during dev pool mining · 50c7bb36
      psychocrypt authored
      Since the dev pool is sometimes using another POW than the user pool the
      hash date can strongly increase or decrease.
      In a case of a hash rate drop a monitoring software could trigger a
      wrong miner restart.
      
      - use the hash rate calculated during the user pool mining to
      interpulate the number of hashes during the dev pool mining so that the
      statistics stay constant.
      50c7bb36
  3. Mar 25, 2019
  4. Mar 22, 2019
    • psychocrypt's avatar
      AMD: workaround driver memory leaks · 920a334f
      psychocrypt authored
      Instead of creating a new kernel for each block we pre-build 25 kernel within a chunk.
      This reduces the calls to `clCreateProgramWithSource` which creates the leaks and will crash the miner after a few hours.
      
      Workaround was first introduced by @SChernykh in xmrig-amd
      920a334f
  5. Mar 15, 2019
  6. Mar 11, 2019
  7. Mar 10, 2019
  8. Mar 09, 2019
  9. Mar 07, 2019
    • EDDragonWolf's avatar
      Support of CryptoNight v8 ReverseWaltz · 2d9087c7
      EDDragonWolf authored
      rebased version of #2261
      
      Added support of CryptoNight v8 Reverse Waltz (named cryptonight_v8_reversewaltz here) - equal to CryptoNight v8 but with 3/4 iterations of CryptoNight v8 and with reversed shuffle operation
      
      We plan to use CryptoNight v8 Reverse Waltz as new PoW algorithm for Graft (graft-project/GraftNetwork#234).
      2d9087c7
    • psychocrypt's avatar
      fix CUDA compile · cd36058e
      psychocrypt authored
      - fix linker issues with CUDA8
      - fix device selection
      cd36058e
  10. Mar 06, 2019
  11. Mar 04, 2019
  12. Mar 03, 2019
  13. Feb 21, 2019
    • Ryo's avatar
      Edit pools.txt comments · 19c9c9b8
      Ryo authored
      Set default verbose to 4
      
      users are used to seing hashrate by default. Set it to 30 sec.
      edit config.tpl typos
      19c9c9b8
  14. Feb 14, 2019
  15. Feb 13, 2019
  16. Feb 12, 2019
  17. Feb 11, 2019
  18. Feb 10, 2019
  19. Feb 09, 2019
  20. Feb 08, 2019
Loading