1. 25 Oct, 2018 1 commit
  2. 24 Oct, 2018 2 commits
  3. 23 Oct, 2018 1 commit
  4. 17 Oct, 2018 8 commits
  5. 16 Oct, 2018 8 commits
  6. 15 Oct, 2018 2 commits
    • psychocrypt's avatar
      fix broken AMD OpenCL compile · 2a0d565b
      psychocrypt authored
      The AMD compiler for OpenCL shipped with the driver 14XX is broken
      and can not compile xmr-stak since the monero v8 changes are introduced.
      
      - workaround a simple compare.
      - add new device define `OPENCL_DRIVER_MAJOR`
      2a0d565b
    • psychocrypt's avatar
      reduce blocking during metric update · ca14c9df
      psychocrypt authored
      With #1845 a race condition during the telemetry update is solved.
      The problem is that the used mutex is blocking all threads from updating the metrics during
      the statistics are calculated.
      
      - introduce a mutex per miner thread
      ca14c9df
  7. 14 Oct, 2018 1 commit
    • psychocrypt's avatar
      fix access uninitialized value · 5da57b93
      psychocrypt authored
      fix #1906
      
      If the currency provided by the user is not known by the miner we access an uninitialized value.
      
      Add default values for member of `coinDescription`.
      5da57b93
  8. 11 Oct, 2018 5 commits
  9. 10 Oct, 2018 12 commits