Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Busywork courtesy of Microsoft | fireice-uk | 2017-12-26 | 5 | -1/+53 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add messages Missing include 1 | |||||
| * | | | fix windows build | Unknown | 2017-12-25 | 2 | -61/+70 | |
| | | | | ||||||
| * | | | On-demand elevation | fireice-uk | 2017-12-25 | 4 | -18/+41 | |
| | |/ | |/| | ||||||
* | | | Add option to enable web interface from cli | fireice-uk | 2017-12-25 | 4 | -5/+64 | |
|/ / | ||||||
* | | Clearer TLS error | fireice-uk | 2017-12-23 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #636 from psychocrypt/topic-versionIncreasev2.2.0 | fireice-uk | 2017-12-22 | 1 | -1/+1 | |
|\ | | | | | increase version to 2.2.0 | |||||
| * | increase version to 2.2.0 | psychocrypt | 2017-12-22 | 1 | -1/+1 | |
| | | ||||||
* | | Make sure we are using a steady clock | fireice-uk | 2017-12-22 | 7 | -18/+21 | |
|/ | ||||||
* | Stop UAC popup for elevated ctx | fireice-uk | 2017-12-21 | 2 | -43/+16 | |
| | ||||||
* | 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 #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 | 1 | -1/+0 | |
|\ \ \ | | | | | | | | | fix cuda9.1 compile | |||||
| * | | | fix cuda9.1 compile | psychocrypt | 2017-12-14 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | | | | | - 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 | |
| | |/ | |/| | ||||||
* | | | fix windows compile | psychocrypt | 2017-12-09 | 1 | -0/+1 | |
| |/ |/| | | | | | solve #440 thanks @true-datura | |||||
* | | 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 #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 #168 from grzegorzszczecin/master | fireice-uk | 2017-12-08 | 6 | -107/+501 | |
|\ \ | |/ |/| | 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 | 1 | -2/+4 | |
| | | ||||||
| * | 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 #399 from psychocrypt/topic-nvidiaErrorWithMessage | fireice-uk | 2017-12-08 | 3 | -23/+53 | |
|\ \ | | | | | | | add message to `CUDA_CHECK...` macros | |||||
| * | | add message to `CUDA_CHECK...` macros | psychocrypt | 2017-12-07 | 3 | -23/+53 | |
| | | | | | | | | | | | | | | | - add macro `CUDA_CHECK_MSG_KERNEL` and `CUDA_CHECK_MSG` - add suggestion of typicle errors can be solved | |||||
* | | | Merge pull request #305 from psychocrypt/topic-optionalUACDialog | fireice-uk | 2017-12-08 | 1 | -0/+57 | |
|\ \ \ | | | | | | | | | allow to diable UAC dialog | |||||
| * | | | cmd message after privileged cmd closed | psychocrypt | 2017-12-07 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | add message that he not closed cmd can be safly closed | |||||
| * | | | Fix const bug | fireice-uk | 2017-12-06 | 1 | -4/+9 | |
| | | | | ||||||
| * | | | fix missing arguments | psychocrypt | 2017-12-06 | 1 | -3/+8 | |
| | | | | | | | | | | | | | | | | pass arguments to the restarted miner with high privileges | |||||
| * | | | allow to diable UAC dialog | psychocrypt | 2017-12-06 | 1 | -0/+45 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - remove CMake option `WIN_UAC` - spawn UAC dialog via restarting xmr-miner with administrator right - allow to disable UAC with `--noUAC` - update documentation - remove usage section with help message (output depends on OS) | |||||
* | | | | Merge pull request #313 from psychocrypt/topic-deviceSynchronizeMethod | fireice-uk | 2017-12-07 | 7 | -6/+39 | |
|\ \ \ \ | |_|/ / |/| | | | option to controll gpu synchronization | |||||
| * | | | option to controll gpu synchronization | psychocrypt | 2017-12-01 | 7 | -6/+39 | |
| | | | | | | | | | | | | | | | | | | | | - add option `sync_mode` - update auto suggestion and jconf | |||||
* | | | | Merge pull request #378 from psychocrypt/fix-brokenCLIPoolOverwrite | fireice-uk | 2017-12-07 | 3 | -1/+29 | |
|\ \ \ \ | |_|_|/ |/| | | | fix broken pool option overwrite via CLI | |||||
| * | | | fix broken pool option overwrite via CLI | psychocrypt | 2017-12-06 | 3 | -1/+29 | |
| | |/ | |/| | | | | | | | | | | | | | | | | | | | fix #340 With #90 the option to overwrite the pool settings via CLI options is broken. This pull request will allow to overwrite the options of the pool with the highest weighting. | |||||
* | | | Make k unsigned. | Unknown | 2017-12-06 | 1 | -1/+1 | |
| | | | ||||||
* | | | Clean up the x-mas tree | Unknown | 2017-12-06 | 1 | -52/+69 | |
|/ / |