Skip to content
Snippets Groups Projects
  1. Dec 25, 2017
  2. Dec 22, 2017
  3. Dec 14, 2017
    • psychocrypt's avatar
      fix cuda9.1 compile · 74378a5a
      psychocrypt authored
      - fix cuda9.1 compile (remove includ eof device_functions.hpp/ removed with cuda9.1)
      - remove NVIDIA Volta gpus for MAC OSX
      74378a5a
  4. Dec 10, 2017
  5. Dec 09, 2017
  6. Dec 08, 2017
    • psychocrypt's avatar
      conservative NVIDIA auto suggestion · a317606a
      psychocrypt authored
      Be more conservative with the auto suggestion.
      
      - increase bfactor if `smx <= 6`
      - limit memory for pascal < GTX1070 to 2GiB
      - limt memory for pascal <= GTX1080 to 4GiB
      a317606a
  7. Dec 07, 2017
  8. Dec 06, 2017
    • Unknown's avatar
      · e0e8a300
      Unknown authored
      Make k unsigned.
      e0e8a300
    • Unknown's avatar
      · af0743b0
      Unknown authored
      Clean up the x-mas tree
      af0743b0
  9. Dec 03, 2017
  10. Dec 02, 2017
  11. Dec 01, 2017
  12. Nov 23, 2017
  13. Nov 21, 2017
  14. Nov 20, 2017
  15. Nov 18, 2017
    • psychocrypt's avatar
      fix max work size shown to user · 8bf8e8c8
      psychocrypt authored
      The max work size shown to the user was the hardware maximum but not take in account thet some kernel spwning 8 times more threads per work group than configured by the user.
      8bf8e8c8
    • psychocrypt's avatar
      handle OpenCL errors · e75c3a62
      psychocrypt authored
      - handle opencl errors to avoid unexpected behaviors
      - remove code duplicatio nwithin the some method
      e75c3a62
    • psychocrypt's avatar
      fix OpenCL compatibility · 7e8475ab
      psychocrypt authored
      - enforce that only host side OpenCl 1.2 functions are used if the miner is compiled with `XMR-STAK_COMPILE=generic`
      - update documentation
      - add CMake option `XMR-STAK_COMPILE` to windows
      7e8475ab
  16. Nov 17, 2017
  17. Nov 16, 2017
  18. Nov 15, 2017
    • fireice-uk's avatar
      Fix misc bugs (#117) · 117493dc
      fireice-uk authored
      * CONF_NO_TLS fix
      
      * gpu error fix + always return to sched after pin
      117493dc
    • psychocrypt's avatar
      check gpu architecture · 70737c8d
      psychocrypt authored
      - check if the gpu architecture is supported by the compiled miner binary
      - remove not supported gpus from the auto suggestion
      - disallow the selection of a not supported gpu by hand tuning the config
      70737c8d
    • psychocrypt's avatar
      fix wrong memory detection · 06594585
      psychocrypt authored
      Free and total memory is only evaluated on the first device.
      To detect the gpu memory the gpu must be selected.
      
      - create context on the gpu before the memory is checked
      - add smx to the auto detection
      - change the result code of `cuda_get_deviceinfo()`
      06594585
  19. Nov 14, 2017
    • Unknown's avatar
      · 608139cc
      Unknown authored
      Pass threadno up the food chain
      608139cc
    • Unknown's avatar
      · 8f9eb8ef
      Unknown authored
      change getName to static lc string (sorry psc)
      8f9eb8ef
  20. Nov 10, 2017
    • psychocrypt's avatar
      add backend type · 13433097
      psychocrypt authored
      - add type of the backend to each backend-plugin
      - add `gteName` to `iBackend` to get the name of the backend
      13433097
  21. Nov 09, 2017
    • fireice-uk's avatar
      Multi-pool final version (#90) · d35893d9
      fireice-uk authored
      * Multi-pool first draft
      
      * Fix wspace from new IDE
      
      * Better TLS error message
      
      * Fix TLS bug
      
      * Don't put dev pool on stats + pool change-back
      
      * bug fixes
      
      * Error message work
      
      * fix win build
      
      * add per-pool nicehash setting
      
      * Fix bugs
      
      * rm debug msg
      
      * Multipool guided setup
      
      * Support TLS and Nicehash in config
      
      * prelim jconf changes
      
      * final multipool changes
      
      * increase default retry_time to 30, fix mac erro
      
      * rm debug dev pool settings
      
      * Fix another source of connect runaway
      d35893d9
  22. Nov 03, 2017
    • psychocrypt's avatar
      optimize NVIDIA autosuggestion · 5acec3ea
      psychocrypt authored
      - avoid creation of a config with zero threads or blocks
      - WINDOWS: reduce the used memory for the auto suggestion by the amount of already used memory
      5acec3ea
  23. Nov 01, 2017
  24. Oct 31, 2017
Loading