- 19 Nov, 2017 9 commits
-
-
Unknown authored
Add cheksums
-
fireice-uk authored
Add windows exit
-
Unknown authored
Add windows exit
-
fireice-uk authored
update windoes compile guide
-
psychocrypt authored
Point to new xmr-stak-dep precompiled binaries if CUDA9 is used.
-
fireice-uk authored
fix windows compile documentation
-
fireice-uk authored
fix broken windows compile with v140
-
psychocrypt authored
- add copy of openssl libs to appvoyer CI tests - update windows compile documentation
-
psychocrypt authored
add microhttpd libs explicit to `xmr-stak-c`
-
- 18 Nov, 2017 9 commits
-
-
fireice-uk authored
Update docs
-
fireice-uk authored
fix max work size shown to user
-
Unknown authored
rename to make it clearer that this is a linux binary
-
fireice-uk authored
handle OpenCL errors
-
fireice-uk authored
fix OpenCL compatibility
-
psychocrypt authored
The max work size shown to the user was the hardware maximum but not take in account thet some kernel spwning 8 times more threads per work group than configured by the user.
-
psychocrypt authored
- handle opencl errors to avoid unexpected behaviors - remove code duplicatio nwithin the some method
-
psychocrypt authored
- enforce that only host side OpenCl 1.2 functions are used if the miner is compiled with `XMR-STAK_COMPILE=generic` - update documentation - add CMake option `XMR-STAK_COMPILE` to windows
-
Unknown authored
-
- 17 Nov, 2017 7 commits
-
-
fireice-uk authored
Fix GPU result crash
-
Unknown authored
Fix gpu result crash
-
fireice-uk authored
fix wrong cuda binary arch detection
-
fireice-uk authored
fix nvidia auto suggestion
-
psychocrypt authored
The lmem is still incalculably and crash the miner very often. Increase the potential lmem usage to 16kiB to respect lmem alignments, ...
-
psychocrypt authored
fix wrong arch comparsion
-
fireice-uk authored
fix aeon dev pool
-
- 16 Nov, 2017 8 commits
-
-
psychocrypt authored
- fix aeon dev pool settings
-
psychocrypt authored
Fix cases where positive feedback was still occurring.
-
Unknown authored
-
fireice-uk authored
remove space indention with tabs
-
Unknown authored
Remove whitespace lines
-
psychocrypt authored
-
psychocrypt authored
- removed all space indention in `*.hpp` and `*.cpp` files
-
psychocrypt authored
Network extensions
-
- 15 Nov, 2017 7 commits
-
-
fireice-uk authored
forbid PR to master branch
-
psychocrypt authored
- forbid PR to master if not from our reposetory and named `dev` or `release-*` - do not check forks
-
fireice-uk authored
check gpu architecture
-
fireice-uk authored
AMD: increase memory pool
-
fireice-uk authored
fix wrong memory detection
-
fireice-uk authored
* CONF_NO_TLS fix * gpu error fix + always return to sched after pin
-
psychocrypt authored
- check if the gpu architecture is supported by the compiled miner binary - remove not supported gpus from the auto suggestion - disallow the selection of a not supported gpu by hand tuning the config
-