Skip to content
Snippets Groups Projects
  1. Nov 16, 2017
  2. 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
  3. Nov 14, 2017
    • Unknown's avatar
      · 41eb0ad6
      Unknown authored
      Print motd on console and web ui
      41eb0ad6
    • 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
    • Unknown's avatar
      jpsock changes · 8130f656
      Unknown authored
      8130f656
  4. Nov 13, 2017
    • psychocrypt's avatar
      update help and documentation · 04e4d28c
      psychocrypt authored
      - update usage.md
      - hpdate help output
      04e4d28c
    • Unknown's avatar
      · 48071db7
      Unknown authored
      Change attribution
      48071db7
    • Unknown's avatar
      · 2fe70265
      Unknown authored
      Added long version as a separate option
      2fe70265
    • Unknown's avatar
      · b48ca65c
      Unknown authored
      Add version to web and json
      b48ca65c
  5. Nov 11, 2017
  6. Nov 10, 2017
  7. 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
  8. 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
  9. Nov 01, 2017
  10. Oct 31, 2017
  11. Oct 29, 2017
    • Alessandro Da Rugna's avatar
      add option: flush stdout · cb3fc22a
      Alessandro Da Rugna authored
      Added the option to forcefully flush STDOUT, which may be useful when running the miner through a pipe instead than a shell.
      If STDOUT is a shell, it's unbuffered by default.
      If STDOUT is a pipe, it's buffered by default.
      cb3fc22a
  12. Oct 28, 2017
  13. Oct 27, 2017
  14. Oct 26, 2017
    • psychocrypt's avatar
      thread affinity for non cpu backends · b685c90f
      psychocrypt authored
      This is a follow up of #43 and use the some mechanism to set the thread affinity for
      non cpu backends correct.
      
      - use cpu affinity workflow for nvidia and amd
      - cpu: move messages of thread spawning before thread creation
      b685c90f
Loading