Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | handle OpenCL errors | psychocrypt | 2017-11-18 | 1 | -64/+82 |
| | | | | | - handle opencl errors to avoid unexpected behaviors - remove code duplicatio nwithin the some method | ||||
* | Merge pull request #134 from fireice-uk/fix-wrong-gpu-res-crash | fireice-uk | 2017-11-17 | 2 | -1/+5 |
|\ | | | | | Fix GPU result crash | ||||
| * | Fix gpu result crash | Unknown | 2017-11-17 | 2 | -1/+5 |
|/ | |||||
* | Merge pull request #133 from psychocrypt/fix-cudaArchBinaryDetection | fireice-uk | 2017-11-17 | 1 | -1/+1 |
|\ | | | | | fix wrong cuda binary arch detection | ||||
| * | fix wrong cuda binary arch detection | psychocrypt | 2017-11-17 | 1 | -1/+1 |
| | | | | | | | | fix wrong arch comparsion | ||||
* | | Merge pull request #132 from psychocrypt/fix-nvidiaAutoSuggestion | fireice-uk | 2017-11-17 | 1 | -2/+2 |
|\ \ | |/ |/| | fix nvidia auto suggestion | ||||
| * | fix nvidia auto suggestion | psychocrypt | 2017-11-17 | 1 | -2/+2 |
|/ | | | | | The lmem is still incalculably and crash the miner very often. Increase the potential lmem usage to 16kiB to respect lmem alignments, ... | ||||
* | Merge pull request #128 from psychocrypt/fix-aeonDevPool | fireice-uk | 2017-11-17 | 1 | -2/+2 |
|\ | | | | | fix aeon dev pool | ||||
| * | fix aeon dev pool | psychocrypt | 2017-11-16 | 1 | -2/+2 |
|/ | | | | - fix aeon dev pool settings | ||||
* | Merge pull request #127 from fireice-uk/fix-multipool | psychocrypt | 2017-11-16 | 2 | -4/+5 |
|\ | | | | | Fix cases where positive feedback was still occurring. | ||||
| * | Fix cases where postive feedback was still occurring. | Unknown | 2017-11-16 | 2 | -4/+5 |
|/ | |||||
* | Merge pull request #126 from psychocrypt/topic-removeSpaceIndentionWithTabs | fireice-uk | 2017-11-16 | 27 | -237/+239 |
|\ | | | | | remove space indention with tabs | ||||
| * | Remove whitespace lines | Unknown | 2017-11-16 | 22 | -60/+60 |
| | | |||||
| * | fix wrong indentions by hand after auto conversion | psychocrypt | 2017-11-16 | 4 | -12/+14 |
| | | |||||
| * | remove space indention with tabs | psychocrypt | 2017-11-16 | 15 | -176/+176 |
|/ | | | | - removed all space indention in `*.hpp` and `*.cpp` files | ||||
* | 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 |