1. 05 Jan, 2020 1 commit
  2. 03 Jan, 2020 1 commit
  3. 18 Dec, 2019 1 commit
  4. 14 Dec, 2019 1 commit
  5. 27 Nov, 2019 1 commit
  6. 26 Nov, 2019 2 commits
  7. 25 Nov, 2019 4 commits
  8. 24 Nov, 2019 4 commits
  9. 23 Nov, 2019 3 commits
  10. 19 May, 2019 1 commit
  11. 22 Apr, 2019 2 commits
  12. 06 Apr, 2019 2 commits
  13. 01 Apr, 2019 5 commits
  14. 30 Mar, 2019 2 commits
  15. 29 Mar, 2019 2 commits
    • 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
  16. 28 Mar, 2019 8 commits