Skip to content
Snippets Groups Projects
  1. Nov 20, 2018
  2. Nov 19, 2018
  3. Nov 17, 2018
  4. Nov 16, 2018
  5. Nov 14, 2018
  6. Nov 11, 2018
  7. Nov 06, 2018
  8. Oct 27, 2018
  9. Oct 25, 2018
  10. Oct 24, 2018
  11. Oct 23, 2018
  12. Oct 17, 2018
  13. Oct 16, 2018
  14. Oct 15, 2018
    • 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
  15. Oct 14, 2018
    • 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
Loading