Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | 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 | |||||
* | | | Merge pull request #421 from psychocrypt/topic-addMyPGPKey | fireice-uk | 2017-12-08 | 2 | -37/+72 | |
|\ \ \ | |/ / |/| | | add psychocrypt's pgp key | |||||
| * | | dd psychocrypt's pgp key | psychocrypt | 2017-12-08 | 2 | -37/+72 | |
|/ / | | | | | | | - add separate file for developer pgp key's | |||||
* | | Merge pull request #396 from b-/patch-1 | fireice-uk | 2017-12-08 | 1 | -4/+2 | |
|\ \ | | | | | | | Grammar and wording regarding virus protection software | |||||
| * | | Grammar and wording regarding virus protection software | Brian Recchia | 2017-12-07 | 1 | -4/+2 | |
| | | | | | | | | | I chuckled reading that my virus protection software might flag the miner binary as “male ware,” and rewrote that section of the documentation. | |||||
* | | | Merge pull request #419 from etcet/patch-2 | fireice-uk | 2017-12-08 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | Correct name of optional feature | |||||
| * | | | Correct name of optional feature | Chris James | 2017-12-08 | 1 | -1/+1 | |
|/ / / | | | | | | | That's what it's called now: https://i.imgur.com/juZhtyz.png | |||||
* | | | Merge pull request #168 from grzegorzszczecin/master | fireice-uk | 2017-12-08 | 7 | -107/+515 | |
|\ \ \ | |_|/ |/| | | Extend low_power_mode to do up to 5 cn hashes at a time. | |||||
| * | | Fix nonce allocation | Unknown | 2017-12-07 | 2 | -17/+28 | |
| | | | ||||||
| * | | Update documentation for `low_power_mode`. | Grzegorz Hasse | 2017-12-06 | 2 | -2/+18 | |
| | | | ||||||
| * | | Extend low_power_mode to do up to 5 cn hashes at a time. | Grzegorz Hasse | 2017-12-06 | 5 | -102/+483 | |
| | | | | | | | | | | | | | | | | | | The "low_power_mode" option in config.txt can be set to numeral values between 1 and 5. A value of 5 seems optimal on certain processors with large L4 cache. | |||||
* | | | Merge pull request #397 from psychocrypt/topic-addIseAndPRTempates | fireice-uk | 2017-12-08 | 2 | -0/+31 | |
|\ \ \ | | | | | | | | | add issue and pull request templates | |||||
| * | | | add issue and pull request templates | psychocrypt | 2017-12-07 | 2 | -0/+31 | |
| | | | | | | | | | | | | | | | | add templates with importend information to optimize the support |