Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix set affinity for windows | psychocrypt | 2018-01-13 | 1 | -1/+10 |
| | | | | Ignore any affinity >=64 and throw a warning. | ||||
* | Merge pull request #848 from psychocrypt/topic-updateVEGANames | fireice-uk | 2018-01-12 | 1 | -1/+10 |
|\ | | | | | update VEGA names for auto suggestion | ||||
| * | update VEGA names for auto suggestion | psychocrypt | 2018-01-09 | 1 | -1/+10 |
| | | | | | | | | update VEGA names | ||||
* | | Merge pull request #846 from psychocrypt/fix-cpuMemAutodetection | fireice-uk | 2018-01-12 | 1 | -18/+15 |
|\ \ | | | | | | | fix autosuggestion CPU | ||||
| * | | fix usage of bytes instead of KB | psychocrypt | 2018-01-09 | 1 | -17/+14 |
| | | | | | | | | | | | | | | | | | | | | | bug was introduced with #67 - increase the L3 sanity check to 2GiB - fix usage of byte instead of KB | ||||
| * | | Fix cache size detection | Tom Doemiller | 2018-01-09 | 1 | -1/+1 |
| |/ | |||||
* | | Merge pull request #697 from dangrabbits/master | psychocrypt | 2018-01-09 | 3 | -0/+9 |
|\ \ | |/ |/| | Updated config.tpl comments to include how to exclude CPU/GPUs | ||||
| * | Updated config.tpl comments to include how to exclude CPU/GPUs | dangrabbits | 2017-12-25 | 3 | -0/+9 |
| | | |||||
* | | Fix bug in pool-side hashes | fireice-uk | 2018-01-08 | 1 | -1/+0 |
| | | |||||
* | | Merge pull request #778 from b-/patch-2 | fireice-uk | 2018-01-08 | 3 | -3/+3 |
|\ \ | | | | | | | Rename "MacOS" to "macOS" | ||||
| * | | Update minethd.cpp | Brian Recchia | 2018-01-04 | 3 | -3/+3 |
| | | | | | | | | | | | | | | | | | | Changed capitalization of "macOS" Squashed the commit | ||||
* | | | remove warning | psychocrypt | 2018-01-03 | 1 | -2/+0 |
| | | | | | | | | | | | | remove warning `#pragma once in main file` | ||||
* | | | Merge pull request #705 from dataway/dev | fireice-uk | 2018-01-03 | 1 | -7/+6 |
|\ \ \ | | | | | | | | | Rearrange prefetch for slight performance increase in CPU miner | ||||
| * | | | CPU - cryptonight_aesni.h - rearranged prefetch instructions to allow more ↵ | Anthony Uk | 2017-12-25 | 1 | -7/+6 |
| | | | | | | | | | | | | | | | | time for cache to charge | ||||
* | | | | Merge pull request #754 from dougvj/gpu_id_show | fireice-uk | 2018-01-03 | 4 | -5/+6 |
|\ \ \ \ | | | | | | | | | | | Modify invalid result report to show GPU id | ||||
| * | | | | Modify invalid result report to show GPU id | Doug Johnson | 2017-12-30 | 4 | -5/+6 |
| | |_|/ | |/| | | |||||
* | | | | differgence in OpenCL code | psychocrypt | 2017-12-30 | 1 | -56/+48 |
| |_|/ |/| | | | | | | | | | | | | | | remove branch differgences in AMD OpenCl code based on #454 a Please enter the commit message for your changes. Lines starting | ||||
* | | | Typo: Obtaning -> Obtaining | Lehmax | 2017-12-28 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #702 from fireice-uk/topic-on-demand-elevation | psychocrypt | 2017-12-26 | 6 | -61/+145 |
|\ \ \ | | | | | | | | | On-demand elevation | ||||
| * | | | 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 |
| | |