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
    • psychocrypt's avatar
      fix simple start · d8d24bb4
      psychocrypt authored
      Simple starts requires always user interactions if config.txt and
      pools.txt is not available.
      This PR asked the user only on the first advanced option if he/she
      preferse the simple start or an advanced mode.
      If all parameter are already defined via command line options than the
      question will never be shown.
      d8d24bb4
  3. Mar 28, 2019
  4. Mar 25, 2019
  5. Mar 23, 2019
    • psychocrypt's avatar
      simple miner startup · ac03aba2
      psychocrypt authored
      Add the possibility to run a simplified miner configuration.
      IN the case the user like to use this mode the number of question to
      setup the miner will be reduced to a minimum.
      
      Additional changes:
      - add default values for `yes/no` questions
      ac03aba2
  6. 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
  7. Mar 15, 2019
  8. Mar 11, 2019
  9. Mar 10, 2019
  10. Mar 09, 2019
  11. Mar 07, 2019
  12. Mar 06, 2019
  13. Mar 04, 2019
  14. Mar 03, 2019
  15. 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
  16. Feb 15, 2019
    • psychocrypt's avatar
      log level 4 as default · ae4fc34b
      psychocrypt authored
      - set log lvl 4 as default
      - increase the hashrate report time from 1min to 5min
      ae4fc34b
    • psychocrypt's avatar
      set cn_gpu for Ryo · 6c5b759e
      psychocrypt authored
      - remove fork for Ryo from cn_heavy to cn_gpu (now always cn_gpu)
      - add example pool for ryo
      6c5b759e
  17. Feb 14, 2019
Loading