Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | 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 | 6 | -33/+65 | |
|\ \ \ \ | | | | | | | | | | | 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 | 6 | -33/+53 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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. | |||||
* | | | | Merge pull request #376 from Anton-Beresansky/patch-1 | psychocrypt | 2017-12-06 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | Correct link to README.md | |||||
| * | | | | Correct link to README.md | Anton Berezianskyi | 2017-12-06 | 1 | -1/+1 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge pull request #364 from fireice-uk/topic-xmas-tree-fix | psychocrypt | 2017-12-06 | 1 | -52/+69 | |
|\ \ \ \ | |_|/ / |/| | | | Clean up the x-mas tree | |||||
| * | | | Make k unsigned. | Unknown | 2017-12-06 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Clean up the x-mas tree | Unknown | 2017-12-06 | 1 | -52/+69 | |
|/ / / | ||||||
* | | | Merge pull request #205 from scottmckenzie/dev | fireice-uk | 2017-12-06 | 1 | -7/+4 | |
|\ \ \ | | | | | | | | | Right align hashrate report to six characters | |||||
| * | | | Right align hashrate report to six characters | Scott McKenzie | 2017-11-22 | 1 | -7/+4 | |
| | | | | ||||||
* | | | | Merge pull request #345 from TimothyShimmin/patch-1 | fireice-uk | 2017-12-06 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | [docs] Explicitly linked to an implied location | |||||
| * | | | | [docs] Explicitly linked to an implied location | Tim Shimmin | 2017-12-04 | 1 | -1/+1 | |
|/ / / / | | | | | | | | | I expect that link is something that would be easily lost if another item is added. | |||||
* | | | | Merge pull request #332 from psychocrypt/topic-tuneAMD | fireice-uk | 2017-12-04 | 1 | -8/+22 | |
|\ \ \ \ | | | | | | | | | | | optimize aes round command queue | |||||
| * | | | | optimize aes round command queue | psychocrypt | 2017-12-03 | 1 | -8/+22 | |
| | |_|/ | |/| | | | | | | | | | | unroll AES round by hand to help the compiler to optimize the command queue | |||||
* | | | | Merge pull request #315 from psychocrypt/topic-amdScratchpadIndexing | fireice-uk | 2017-12-04 | 9 | -7/+42 | |
|\ \ \ \ | | | | | | | | | | | add AMD scratchpad indexing option | |||||
| * | | | | set `srided_index = true` as default | psychocrypt | 2017-12-03 | 3 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | Change the default for strided index. Th euser feedback shows that strided_index = true will give a view hashes more per second. | |||||
| * | | | | add AMD scratchpad indexing option | psychocrypt | 2017-12-02 | 9 | -7/+42 | |
| |/ / / | | | | | | | | | | | | | | | | | | | | | Allow to change the indexing used to address the hash scratchpad memory. - add option `strided_index` for each gpu | |||||
* | | | | Merge pull request #314 from 0xis/patch-1 | psychocrypt | 2017-12-03 | 0 | -0/+0 | |
|\ \ \ \ | |/ / / |/| | | | fix Releases link | |||||
| * | | | Fix Releases link | 0xis | 2017-12-01 | 1 | -1/+1 | |
| | |/ | |/| | ||||||
* | | | Merge pull request #306 from psychocrypt/topic-noWaitWindows | fireice-uk | 2017-12-01 | 3 | -2/+16 | |
|\ \ \ | | | | | | | | | add environment variable `XMRSTAK_NOWIT` | |||||
| * | | | add environment variable `XMRSTAK_NOWAIT` | psychocrypt | 2017-12-01 | 3 | -2/+16 | |
| | | | | | | | | | | | | | | | | | | | | - add documentation - add environment variable `XMRSTAK_NOWAIT` | |||||
* | | | | Merge pull request #302 from psychocrypt/topic-portableBinWarning | fireice-uk | 2017-11-30 | 1 | -0/+2 | |
|\ \ \ \ | | | | | | | | | | | experimental warning: portable binaries | |||||
| * | | | | experimental warning: portable binaries | psychocrypt | 2017-11-30 | 1 | -0/+2 | |
| |/ / / | | | | | | | | | | | | | add warning that portable binaries are experimental | |||||
* | | | | Merge pull request #293 from nicolasgarnier/patch-2 | psychocrypt | 2017-11-30 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / |/| | | | Really fixing incorrect Releases URL in README.md#Download | |||||
| * | | | Really fixing incorrect Releases URL in README.md#Download | Nicolas Garnier | 2017-11-29 | 1 | -1/+1 | |
|/ / / | | | | | | | :) | |||||
* | | | Merge pull request #291 from fireice-uk/topic-clearer-dev-switch | psychocrypt | 2017-11-29 | 1 | -3/+9 | |
|\ \ \ | | | | | | | | | Add custom message for dev -> user pool switch | |||||
| * | | | Add custom message for dev -> user pool switch | Unknown | 2017-11-29 | 1 | -3/+9 | |
|/ / / | ||||||
* | | | Merge pull request #270 from psychocrypt/topic-updateWindowsBuildDocu | fireice-uk | 2017-11-28 | 1 | -3/+7 | |
|\ \ \ | | | | | | | | | update windows build documentation | |||||
| * | | | update windows build documentation | psychocrypt | 2017-11-27 | 1 | -3/+7 | |
| | | | | | | | | | | | | | | | | add hint that the new compiled xmr-stak-dep must be used for the new VS tool chain | |||||
* | | | | Merge pull request #268 from psychocrypt/fix-cmake | fireice-uk | 2017-11-28 | 1 | -16/+19 | |
|\ \ \ \ | | | | | | | | | | | fix CMake | |||||
| * | | | | avoid CMake warning: CMP0054 | psychocrypt | 2017-11-27 | 1 | -15/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | - remove all `"${VARNAME}` usages in if conditions - increase cmake minimum version to 3.1 to have the new behavior of [CMP0054](https://cmake.org/cmake/help/v3.1/policy/CMP0054.html) | |||||
| * | | | | fix CMake | psychocrypt | 2017-11-27 | 1 | -2/+5 | |
| |/ / / | | | | | | | | | | | | | | | | | - fix wrong compare for HWLOC not found - remove usage of microhttpd variable if microhttpd is disabled | |||||
* | | | | Merge pull request #215 from ruzickap/feature/dockerfile | psychocrypt | 2017-11-27 | 3 | -57/+120 | |
|\ \ \ \ | | | | | | | | | | | Adding Dockerfile and fixing build_xmr-stak_docker script | |||||
| * | | | | CUDA added to build_xmr-stak_docker script | Petr Ruzicka | 2017-11-26 | 2 | -53/+55 | |
| | | | | | ||||||
| * | | | | Adding Dockerfile and fixing build_xmr-stak_docker script | Petr Ruzicka | 2017-11-23 | 3 | -43/+104 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge pull request #259 from BenQuigley/patch-1 | psychocrypt | 2017-11-27 | 1 | -1/+1 | |
|\ \ \ \ | |_|/ / |/| | | | Fixed incorrect Releases URL in README.md#Download | |||||
| * | | | Fixed incorrect Releases URL in README.md#Download | Ben Quigley | 2017-11-26 | 1 | -1/+1 | |
| | |/ | |/| | ||||||
* | | | Merge pull request #221 from psychocrypt/fix-cudaLaunchBounds | fireice-uk | 2017-11-24 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | fix CUDA launch bounds usage | |||||
| * | | | fix CUDA launch bounds usage | psychocrypt | 2017-11-23 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | fix #191 lauch bounds must be placed before the return type but after the template paramater | |||||
* | | | | Merge pull request #180 from psychocrypt/topic-increaseBfactor | fireice-uk | 2017-11-24 | 1 | -0/+4 | |
|\ \ \ \ | |/ / / |/| | | | fix auto suggestion for low end devices | |||||
| * | | | fix auto suggestion for low end devices | psychocrypt | 2017-11-20 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | Increase bfactor for all devices with lesser than 6 multi processors. | |||||
* | | | | Merge pull request #204 from michaelbaudino/dev | psychocrypt | 2017-11-23 | 3 | -1/+34 | |
|\ \ \ \ | | | | | | | | | | | Add compilation instructions for MacOS |