Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge pull request #115 from fireice-uk/topic-net-ext | psychocrypt | 2017-11-16 | 14 | -31/+251 | |
|\ | | | | | Network extensions | |||||
| * | Print motd on console and web ui | Unknown | 2017-11-14 | 8 | -11/+146 | |
| | | ||||||
| * | Pass threadno up the food chain | Unknown | 2017-11-14 | 6 | -10/+12 | |
| | | ||||||
| * | change getName to static lc string (sorry psc) | Unknown | 2017-11-14 | 2 | -9/+23 | |
| | | ||||||
| * | jpsock changes | Unknown | 2017-11-14 | 3 | -9/+78 | |
| | | ||||||
* | | Merge pull request #119 from psychocrypt/topic-noMasterPR | fireice-uk | 2017-11-15 | 2 | -0/+51 | |
|\ \ | | | | | | | forbid PR to master branch | |||||
| * | | forbid PR to master branch | psychocrypt | 2017-11-15 | 2 | -0/+51 | |
|/ / | | | | | | | | | - forbid PR to master if not from our reposetory and named `dev` or `release-*` - do not check forks | |||||
* | | Merge pull request #116 from psychocrypt/topic-checkIfBinarySupportsGPUArch | fireice-uk | 2017-11-15 | 3 | -1/+53 | |
|\ \ | | | | | | | check gpu architecture | |||||
| * | | check gpu architecture | psychocrypt | 2017-11-15 | 3 | -1/+53 | |
| | | | | | | | | | | | | | | | | | | - 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 | |||||
* | | | Merge pull request #101 from psychocrypt/topuc-amdTuning | fireice-uk | 2017-11-15 | 1 | -0/+15 | |
|\ \ \ | | | | | | | | | AMD: increase memory pool | |||||
| * | | | AMD: increase memory pool | psychocrypt | 2017-11-15 | 1 | -0/+15 | |
| | | | | | | | | | | | | | | | | Documentation: Add environment variables to increase OpenCL memory pool | |||||
* | | | | Merge pull request #114 from psychocrypt/fix-wrongMemoryDetection | fireice-uk | 2017-11-15 | 2 | -13/+43 | |
|\ \ \ \ | | |/ / | |/| | | fix wrong memory detection | |||||
| * | | | fix wrong memory detection | psychocrypt | 2017-11-15 | 2 | -13/+43 | |
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | 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()` | |||||
* | | | Fix misc bugs (#117) | fireice-uk | 2017-11-15 | 11 | -13/+50 | |
|/ / | | | | | | | | | | | * CONF_NO_TLS fix * gpu error fix + always return to sched after pin | |||||
* | | Merge pull request #103 from fireice-uk/topic-versioning | fireice-uk | 2017-11-14 | 9 | -18/+146 | |
|\ \ | | | | | | | Versioning | |||||
| * | | update help and documentation | psychocrypt | 2017-11-13 | 2 | -0/+2 | |
| | | | | | | | | | | | | | | | - update usage.md - hpdate help output | |||||
| * | | Change attribution | Unknown | 2017-11-13 | 1 | -2/+2 | |
| | | | ||||||
| * | | Added long version as a separate option | Unknown | 2017-11-13 | 1 | -0/+5 | |
| | | | ||||||
| * | | Add version to web and json | Unknown | 2017-11-13 | 5 | -8/+22 | |
| | | | ||||||
| * | | add cli option `-v/--version` | psychocrypt | 2017-11-11 | 2 | -0/+7 | |
| | | | ||||||
| * | | fix compile | psychocrypt | 2017-11-11 | 2 | -16/+19 | |
| | | | | | | | | | | | | | | | - generate define `BACKEND_TYPE` type in CMake - fix comile because `GIT_COMMIT_HASH` is no string | |||||
| * | | fix win build | Unknown | 2017-11-10 | 2 | -3/+4 | |
| | | | ||||||
| * | | Versioning final version | Unknown | 2017-11-10 | 5 | -21/+75 | |
| | | | ||||||
| * | | Define GIT_COMMIT_HASH via cmake or git archive | Unknown | 2017-11-10 | 4 | -1/+43 | |
| | | | ||||||
* | | | Merge pull request #104 from psychocrypt/topic-hashrateReportCli | fireice-uk | 2017-11-13 | 5 | -35/+70 | |
|\ \ \ | | | | | | | | | improve cli hash report | |||||
| * | | | improve cli hashrate report | psychocrypt | 2017-11-10 | 1 | -34/+50 | |
| | | | | | | | | | | | | | | | | Split hashrate report into backends | |||||
| * | | | add backend type | psychocrypt | 2017-11-10 | 4 | -1/+20 | |
| | |/ | |/| | | | | | | | | | | - add type of the backend to each backend-plugin - add `gteName` to `iBackend` to get the name of the backend | |||||
* | | | Merge pull request #107 from psychocrypt/topic-nativeCompile | fireice-uk | 2017-11-13 | 3 | -3/+22 | |
|\ \ \ | | | | | | | | | native compile by default | |||||
| * | | | native compile by default | psychocrypt | 2017-11-12 | 3 | -3/+22 | |
| |/ / | | | | | | | | | | | | | - add CMake flag `XMRSTAK_COMPILE` to select `native` or `static` compile - add new flags to the documentation | |||||
* | | | Merge pull request #108 from psychocrypt/fix-documentation | fireice-uk | 2017-11-13 | 1 | -6/+1 | |
|\ \ \ | |/ / |/| | | fix wrong box ending | |||||
| * | | fix wrong box ending | psychocrypt | 2017-11-13 | 1 | -6/+1 | |
|/ / | | | | | | | - fix wrong text box | |||||
* | | Add third-party cc info (#100) | fireice-uk | 2017-11-10 | 1 | -0/+24 | |
| | | ||||||
* | | Disable sigpipe on posix systems (#99) | fireice-uk | 2017-11-10 | 1 | -0/+18 | |
| | | ||||||
* | | Add HTTP Digest auth (#98) | fireice-uk | 2017-11-10 | 6 | -3/+71 | |
|/ | ||||||
* | Multi-pool final version (#90) | fireice-uk | 2017-11-09 | 13 | -391/+723 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | |||||
* | Merge pull request #95 from psychocrypt/topic-updateCompileDocu | fireice-uk | 2017-11-08 | 2 | -0/+18 | |
|\ | | | | | update compile documentation | |||||
| * | update compile documentation | psychocrypt | 2017-11-08 | 2 | -0/+18 | |
|/ | | | | | - add CUDA and AMD APP SDK dependency to linux compile guide - add AMD APP SDK dependency to windows compile guide | |||||
* | Merge pull request #94 from psychocrypt/fix-cuda9WindowsCompile | fireice-uk | 2017-11-08 | 2 | -1/+25 | |
|\ | | | | | fix windows CUDA 9 compile | |||||
| * | fix windows CUDA 9 compile | psychocrypt | 2017-11-07 | 2 | -1/+25 | |
|/ | | | | | | | fix #91 - add CMake workaround for wrong host compiler for cuda - update winows compile documentation | |||||
* | Merge pull request #89 from psychocrypt/topic-optimizeNVIDIAAutosuggestion | fireice-uk | 2017-11-04 | 2 | -9/+30 | |
|\ | | | | | optimize NVIDIA autosuggestion | |||||
| * | optimize NVIDIA autosuggestion | psychocrypt | 2017-11-03 | 2 | -9/+30 | |
|/ | | | | | - 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 | |||||
* | Merge pull request #86 from psychocrypt/topic-searchBackendLibraries | fireice-uk | 2017-11-02 | 3 | -4/+17 | |
|\ | | | | | search for linux backend plugins | |||||
| * | search for linux backend plugins | psychocrypt | 2017-11-01 | 3 | -4/+17 | |
|/ | | | | | | | - search for plugin in - working directory - binary directory - let linux search the plugins (libraries) | |||||
* | Merge pull request #85 from psychocrypt/fix-OSXdynamicLibraryExtension | fireice-uk | 2017-11-01 | 1 | -1/+7 | |
|\ | | | | | OSX file file extension (dynamic libraries) | |||||
| * | OSX file file extension (dynamic libraries) | psychocrypt | 2017-10-31 | 1 | -1/+7 | |
| | | | | | | | | use `.dylib` as dynamic library file extension | |||||
* | | Merge pull request #84 from psychocrypt/fix-OSXCompile | fireice-uk | 2017-11-01 | 1 | -6/+4 | |
|\ \ | |/ |/| | fix OSX compile | |||||
| * | add `CMAKE_POSITION_INDEPENDENT_CODE` | psychocrypt | 2017-11-01 | 1 | -0/+2 | |
| | | | | | | | | fix `/usr/bin/ld: bin/libxmr-stak-backend.a(jconf.cpp.o): relocation R_X86_64_32 against `.rodata.str1.1' can not be used when making a shared object; recompile with -fPIC` | |||||
| * | fix OSX compile | psychocrypt | 2017-10-31 | 1 | -6/+2 | |
|/ | | | | - link `xmr-stak-backend` to `xmrstak_cuda_backend` to solve missing symboles | |||||
* | Merge pull request #74 from psychocrypt/topic-vegaAutoSuggestion | fireice-uk | 2017-10-30 | 1 | -3/+15 | |
|\ | | | | | tune VEGA auto suggestion | |||||
| * | tune VEGA auto suggestion | psychocrypt | 2017-10-27 | 1 | -3/+15 | |
| | | | | | | | | | | | | - allow to use up to 2024 threads on VEGA gpus fix #5 |