Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge pull request #664 from fireice-uk/topic-fix-clock | psychocrypt | 2017-12-22 | 7 | -18/+21 | |
|\ \ | | | | | | | Make sure we are using a steady clock | |||||
| * | | Make sure we are using a steady clock | fireice-uk | 2017-12-22 | 7 | -18/+21 | |
| |/ | ||||||
* | | Merge pull request #652 from psychocrypt/fix-staticCompileNonGcc | fireice-uk | 2017-12-22 | 1 | -1/+3 | |
|\ \ | |/ |/| | fix static compile with non gnu compiler | |||||
| * | fix static compile with non gnu compiler | psychocrypt | 2017-12-21 | 1 | -1/+3 | |
| | | | | | | | | remove adding compiler flags `-static-...` if compiler is not a gnu compiler | |||||
* | | Merge pull request #649 from fireice-uk/topic-fix-uac | psychocrypt | 2017-12-22 | 2 | -43/+16 | |
|\ \ | |/ |/| | Stop UAC popup for elevated ctx | |||||
| * | Stop UAC popup for elevated ctx | fireice-uk | 2017-12-21 | 2 | -43/+16 | |
| | | ||||||
* | | Merge pull request #648 from fireice-uk/topic-doc-altcoins | psychocrypt | 2017-12-21 | 1 | -0/+14 | |
|\ \ | |/ |/| | Add altcoin list | |||||
| * | Add altcoin list | fireice-uk | 2017-12-21 | 1 | -0/+14 | |
|/ | ||||||
* | Merge pull request #608 from feuGeneA/dev | psychocrypt | 2017-12-20 | 1 | -1/+1 | |
|\ | | | | | for CentOS, do scl without sudo | |||||
| * | for CentOS, do scl without sudo | Gene | 2017-12-18 | 1 | -1/+1 | |
| | | | | | | | | | | I ran into a problem following these instructions, and this change got me past it. The command in question enables access to the C++ compiler (puts it on the PATH or something like that). If you do it with `sudo`, it leaves you at a root shell prompt. If you then exit that root prompt, to go back to non-root, then g++ is no longer accessible. If you want to compile as non-root, then you need to do `scl` as non-root. | |||||
* | | Merge pull request #630 from fALKENdk/dev | psychocrypt | 2017-12-20 | 1 | -1/+1 | |
|\ \ | | | | | | | Update tuning.md | |||||
| * | | Update tuning.md | Kasper Christensen | 2017-12-20 | 1 | -1/+1 | |
|/ / | | | | | Link windows to anchor | |||||
* | | Merge pull request #558 from juugcatm/patch-1 | psychocrypt | 2017-12-18 | 1 | -0/+2 | |
|\ \ | |/ |/| | Update CMakeLists.txt | |||||
| * | Again, fix spacing | Derek Adams | 2017-12-17 | 1 | -2/+2 | |
| | | | | | | The github online editor is injecting tabs for some reason, fixed them. | |||||
| * | Address reviewer comments. | Derek Adams | 2017-12-17 | 1 | -1/+1 | |
| | | | | | | Adjust spacing and pathing based on review feedback. | |||||
| * | Update CMakeLists.txt | Derek Adams | 2017-12-14 | 1 | -0/+2 | |
| | | | | | | Installed xmr-stak on fresh Ubuntu 16.04 with just AMDGPU-PRO and required these changes and use of OpenCL_ROOT=/opt/amdgpu-pro for successful compilation with OpenCL. Also requires the opencl-headers package from Ubuntu's repository. | |||||
* | | Merge pull request #575 from steveswinsburg/bugfix/fix_typo_in_socket_cpp | fireice-uk | 2017-12-16 | 1 | -1/+1 | |
|\ \ | | | | | | | Fix typo in socket.cpp | |||||
| * | | Fix typo in socket.cpp | Steve Swinsburg | 2017-12-16 | 1 | -1/+1 | |
| |/ | ||||||
* | | Merge pull request #549 from psychocrypt/fix-cuda91WindowsCompile | fireice-uk | 2017-12-15 | 1 | -1/+3 | |
|\ \ | | | | | | | fix windows compile with CUDA 9.1 | |||||
| * | | fix windows compile with CUDA 9.1 | psychocrypt | 2017-12-14 | 1 | -1/+3 | |
| | | | | | | | | | | | | applay cmake patch for CUDA 9.0 also for CUDA 9.1 | |||||
* | | | Merge pull request #465 from psychocrypt/topic-reandleWindowsRuntimeCheck | fireice-uk | 2017-12-15 | 1 | -1/+2 | |
|\ \ \ | | | | | | | | | readd appveyor xmr-stak runtime test | |||||
| * | | | readd appveyor xmr-stak runtime test | psychocrypt | 2017-12-10 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | readd test removed in #179 | |||||
* | | | | Merge pull request #464 from psychocrypt/topic-handleCudaErrorCodes | fireice-uk | 2017-12-15 | 1 | -8/+8 | |
|\ \ \ \ | | | | | | | | | | | handle cuda error codes | |||||
| * | | | | handle cuda error codes | psychocrypt | 2017-12-10 | 1 | -8/+8 | |
| |/ / / | | | | | | | | | | | | | handle all error codes from the cuda api calls. | |||||
* | | | | Merge pull request #532 from psychocrypt/fix-CUDA9andOSCCompile | fireice-uk | 2017-12-15 | 2 | -2/+5 | |
|\ \ \ \ | |_|/ / |/| | | | fix cuda9.1 compile | |||||
| * | | | fix cuda9.1 compile | psychocrypt | 2017-12-14 | 2 | -2/+5 | |
| | | | | | | | | | | | | | | | | | | | | - fix cuda9.1 compile (remove includ eof device_functions.hpp/ removed with cuda9.1) - remove NVIDIA Volta gpus for MAC OSX | |||||
* | | | | Merge pull request #521 from dickinsonreed/master | psychocrypt | 2017-12-13 | 1 | -0/+5 | |
|\ \ \ \ | |/ / / |/| | | | Also fflush in printer::print_str() if configured to do so | |||||
| * | | | Also fflush in printer::print_str() if configured to do so | Dickinson Reed | 2017-12-12 | 1 | -0/+5 | |
| | |/ | |/| | ||||||
* | | | Merge pull request #449 from psychocrypt/fix-windowsCompile | fireice-uk | 2017-12-09 | 1 | -0/+1 | |
|\ \ \ | |_|/ |/| | | fix windows compile | |||||
| * | | fix windows compile | psychocrypt | 2017-12-09 | 1 | -0/+1 | |
|/ / | | | | | | | solve #440 thanks @true-datura | |||||
* | | Merge pull request #445 from awhittle3/compat_usleep_fix | psychocrypt | 2017-12-09 | 1 | -1/+1 | |
|\ \ | |/ |/| | Fix compat_usleep for WIN32 | |||||
| * | Beautification edit as per fireice-uk's suggestion | Andrew Whittle | 2017-12-09 | 1 | -1/+1 | |
| | | | | | | | | Makes casting more explicit. | |||||
| * | Fix compat_usleep for WIN32 | Andrew Whittle | 2017-12-09 | 1 | -1/+1 | |
|/ | | | | | When compiled with VS2017, the negative applied to the uint wait time is ignored. Fixed by casting first. | |||||
* | Merge pull request #434 from psychocrypt/topic-updateV210Checksums | fireice-uk | 2017-12-09 | 1 | -22/+26 | |
|\ | | | | | add binary checksums for version 2.1.0 | |||||
| * | add binary checksums for version 2.1.0 | psychocrypt | 2017-12-09 | 1 | -22/+26 | |
|/ | ||||||
* | Merge pull request #423 from ↵v2.1.0 | fireice-uk | 2017-12-09 | 1 | -1/+14 | |
|\ | | | | | | | | | psychocrypt/topic-moreConservativeNvidiaAutosuggestion conservative NVIDIA auto suggestion | |||||
| * | fix intention | psychocrypt | 2017-12-09 | 1 | -1/+3 | |
| | | | | | | | | - fix indention | |||||
| * | conservative NVIDIA auto suggestion | psychocrypt | 2017-12-08 | 1 | -1/+12 | |
| | | | | | | | | | | | | | | | | 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 | |||||
* | | Merge pull request #422 from psychocrypt/topic-updateVersionTo210 | fireice-uk | 2017-12-09 | 1 | -1/+1 | |
|\ \ | | | | | | | increase version to 2.1.0 | |||||
| * | | increase version to 2.1.0 | psychocrypt | 2017-12-08 | 1 | -1/+1 | |
| | | | | | | | | | | | | update version | |||||
* | | | Merge pull request #391 from fireice-uk/fix-cli-questions | psychocrypt | 2017-12-09 | 5 | -48/+124 | |
|\ \ \ | |_|/ |/| | | Fix cli questions | |||||
| * | | Correct list order | fireice-uk | 2017-12-08 | 1 | -1/+1 | |
| | | | ||||||
| * | | Make sure we don't run without a username | fireice-uk | 2017-12-08 | 1 | -0/+6 | |
| | | | ||||||
| * | | Fix option order | fireice-uk | 2017-12-08 | 1 | -3/+11 | |
| | | | ||||||
| * | | Disallow sending of username / pass to unspecifed pool | Unknown | 2017-12-08 | 1 | -0/+14 | |
| | | | ||||||
| * | | Add --use-nicehash option | Unknown | 2017-12-08 | 3 | -3/+10 | |
| | | | ||||||
| * | | Fix CLI option start + make cli option pool into an added pool with top ↵ | Unknown | 2017-12-08 | 5 | -44/+37 | |
| | | | | | | | | | | | | priority ithinstead of overwrite | |||||
| * | | Allow pool settings to be fully set from CLI options | Unknown | 2017-12-08 | 2 | -4/+52 | |
| | | | ||||||
* | | | Merge pull request #420 from psychocrypt/fix-cmakeHwlockRoot | fireice-uk | 2017-12-08 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | CMake: fix wrong variable name | |||||
| * | | | CMake: fix wrong variable name | psychocrypt | 2017-12-08 | 1 | -1/+1 | |
| | |/ | |/| | | | | | | | | | | | | | change `MICROHTTPD_ROOT` to `HWLOC_ROOT` within the hwlock section thx @maztheman for spotting the bug |