Skip to content
Snippets Groups Projects
  1. Dec 08, 2017
  2. Dec 07, 2017
  3. Dec 06, 2017
    • psychocrypt's avatar
      fix broken pool option overwrite via CLI · 961de0f4
      psychocrypt authored
      fix #340
      
      With #90 the option to overwrite the pool settings via CLI options is broken.
      
      This pull request will allow to overwrite the options of the pool with the highest weighting.
      961de0f4
    • fireice-uk's avatar
      Fix const bug · 56c84e94
      fireice-uk authored
      56c84e94
    • psychocrypt's avatar
      fix missing arguments · 350cfbc4
      psychocrypt authored
      pass arguments to the restarted miner with high privileges
      350cfbc4
    • psychocrypt's avatar
      allow to diable UAC dialog · 7ca6f6e2
      psychocrypt authored
      - remove CMake option `WIN_UAC`
      - spawn UAC dialog via restarting xmr-miner with administrator right
      - allow to disable UAC with `--noUAC`
      - update documentation
      - remove usage section with help message (output depends on OS)
      7ca6f6e2
    • Unknown's avatar
      · e0e8a300
      Unknown authored
      Make k unsigned.
      e0e8a300
    • Unknown's avatar
      · af0743b0
      Unknown authored
      Clean up the x-mas tree
      af0743b0
  4. Dec 03, 2017
  5. Dec 02, 2017
  6. Dec 01, 2017
  7. Nov 29, 2017
    • Unknown's avatar
      · 01236f83
      Unknown authored
      Add custom message for dev -> user pool switch
      01236f83
  8. Nov 23, 2017
  9. Nov 22, 2017
  10. Nov 21, 2017
  11. Nov 20, 2017
  12. Nov 19, 2017
    • Unknown's avatar
      · bec1e697
      Unknown authored
      Add windows exit
      bec1e697
  13. 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
  14. Nov 17, 2017
  15. Nov 16, 2017
  16. 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
  17. Nov 14, 2017
    • Unknown's avatar
      · 41eb0ad6
      Unknown authored
      Print motd on console and web ui
      41eb0ad6
Loading