- Dec 03, 2017
-
-
psychocrypt authored
Change the default for strided index. Th euser feedback shows that strided_index = true will give a view hashes more per second.
-
- Dec 02, 2017
-
-
psychocrypt authored
Allow to change the indexing used to address the hash scratchpad memory. - add option `strided_index` for each gpu
-
- Dec 01, 2017
-
-
fireice-uk authored
add environment variable `XMRSTAK_NOWIT`
-
psychocrypt authored
- add documentation - add environment variable `XMRSTAK_NOWAIT`
-
- Nov 30, 2017
-
-
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
-
- Nov 29, 2017
-
-
Nicolas Garnier authored
:)
-
psychocrypt authored
Add custom message for dev -> user pool switch
-
Unknown authored
Add custom message for dev -> user pool switch
-
- Nov 28, 2017
-
-
fireice-uk authored
update windows build documentation
-
fireice-uk authored
fix CMake
-
- Nov 27, 2017
-
-
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
-
- Nov 26, 2017
-
-
Ben Quigley authored
-
Petr Ruzicka authored
-
- Nov 24, 2017
-
-
fireice-uk authored
fix CUDA launch bounds usage
-
fireice-uk authored
fix auto suggestion for low end devices
-
- Nov 23, 2017
-
-
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
-
Petr Ruzicka authored
-
- Nov 22, 2017
-
-
Michael Baudino authored
-
fireice-uk authored
update windows compile guide
-
fireice-uk authored
add missing nvidia help to usage.md
-
- Nov 21, 2017
-
-
psychocrypt authored
add NVIDIA cli options to the help message
-
psychocrypt authored
Update gpu.hpp
-
psychocrypt authored
Fix indent on hash rate report.
-
ExceptionallyGreat authored
Fix for AMD GPU detection on MacOS X On MacOS X the platform is reported as Apple, and the vendor is reported as AMD.
-
psychocrypt authored
Fix crash on FreeBSD (#177)
-
ExceptionallyGreat authored
Fixing the compile error on MacOS X
-
fireice-uk authored
Fix uninitialized memory accces
-
fireice-uk authored
fix appvoyer
-
- Nov 20, 2017
-
-
Lev Serebryakov authored
Uninitialized memory access is UB in C/C++, fix it.
-
Lev Serebryakov authored
This change fix #177 and compiler warning too.
-
psychocrypt authored
add explicit note that VSC v141 must be used for AMD and CPU compile.
-
psychocrypt authored
Increase bfactor for all devices with lesser than 6 multi processors.
-