- 07 Dec, 2017 2 commits
-
-
psychocrypt authored
- add macro `CUDA_CHECK_MSG_KERNEL` and `CUDA_CHECK_MSG` - add suggestion of typicle errors can be solved
-
fireice-uk authored
fix broken pool option overwrite via CLI
-
- 06 Dec, 2017 8 commits
-
-
psychocrypt authored
Correct link to README.md
-
psychocrypt authored
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.
-
psychocrypt authored
Clean up the x-mas tree
-
Anton Berezianskyi authored
-
Unknown authored
Make k unsigned.
-
Unknown authored
Clean up the x-mas tree
-
fireice-uk authored
Right align hashrate report to six characters
-
fireice-uk authored
[docs] Explicitly linked to an implied location
-
- 04 Dec, 2017 3 commits
-
-
Tim Shimmin authored
I expect that link is something that would be easily lost if another item is added.
-
fireice-uk authored
optimize aes round command queue
-
fireice-uk authored
add AMD scratchpad indexing option
-
- 03 Dec, 2017 3 commits
-
-
psychocrypt authored
fix Releases link
-
psychocrypt authored
unroll AES round by hand to help the compiler to optimize the command queue
-
psychocrypt authored
Change the default for strided index. Th euser feedback shows that strided_index = true will give a view hashes more per second.
-
- 02 Dec, 2017 1 commit
-
-
psychocrypt authored
Allow to change the indexing used to address the hash scratchpad memory. - add option `strided_index` for each gpu
-
- 01 Dec, 2017 3 commits
-
-
0xis authored
-
fireice-uk authored
add environment variable `XMRSTAK_NOWIT`
-
psychocrypt authored
- add documentation - add environment variable `XMRSTAK_NOWAIT`
-
- 30 Nov, 2017 3 commits
-
-
fireice-uk authored
experimental warning: portable binaries
-
psychocrypt authored
Really fixing incorrect Releases URL in README.md#Download
-
psychocrypt authored
add warning that portable binaries are experimental
-
- 29 Nov, 2017 3 commits
-
-
Nicolas Garnier authored
:)
-
psychocrypt authored
Add custom message for dev -> user pool switch
-
Unknown authored
Add custom message for dev -> user pool switch
-
- 28 Nov, 2017 2 commits
-
-
fireice-uk authored
update windows build documentation
-
fireice-uk authored
fix CMake
-
- 27 Nov, 2017 5 commits
-
-
psychocrypt authored
add hint that the new compiled xmr-stak-dep must be used for the new VS tool chain
-
psychocrypt authored
- 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)
-
psychocrypt authored
- fix wrong compare for HWLOC not found - remove usage of microhttpd variable if microhttpd is disabled
-
psychocrypt authored
Adding Dockerfile and fixing build_xmr-stak_docker script
-
psychocrypt authored
Fixed incorrect Releases URL in README.md#Download
-
- 26 Nov, 2017 2 commits
-
-
Ben Quigley authored
-
Petr Ruzicka authored
-
- 24 Nov, 2017 2 commits
-
-
fireice-uk authored
fix CUDA launch bounds usage
-
fireice-uk authored
fix auto suggestion for low end devices
-
- 23 Nov, 2017 3 commits
-
-
psychocrypt authored
fix #191 lauch bounds must be placed before the return type but after the template paramater
-
psychocrypt authored
Add compilation instructions for MacOS
-
psychocrypt authored
Fix for AMD GPU detection on MacOS X
-