- Jan 24, 2018
-
-
Andre Mueller authored
Added/Rewrote instructions on how to compile in Windows; Fixed some typos and syntax; Added build option section
-
- Jan 17, 2018
- Jan 15, 2018
-
-
dam-ien authored
Fix for #750, #626, #606, #534, without having to downgrade and do not require modification of host_config.h Require an additional component during VS2017 installation (VC++ 2017 version 15.4 v14.11 toolset) and an additional command execution before compilation.
-
- Jan 11, 2018
-
-
morganamilo authored
Only install if the user doesnt already have the packages installed, no point in reinstalling everything.
-
- Jan 10, 2018
-
-
Michael Hohl authored
* compile howto on amd mac tested on the latest 15" MacBook Pro * Add a note about OpenCL/Xcode
-
- Jan 04, 2018
-
-
Brian Recchia authored
Changed capitalization of "macOS" Squashed the commit
-
- Dec 30, 2017
- Dec 28, 2017
-
-
Christian González authored
it's not installed in ubuntu by default.
-
Lehmax authored
-
Lehmax authored
I removed typos, changed the wording and made the whole thing more noob-friendly.
-
- Dec 27, 2017
-
-
Aaron authored
fix minor spelling error
-
- Dec 20, 2017
-
-
Kasper Christensen authored
Link windows to anchor
-
- Dec 18, 2017
-
-
Gene authored
I ran into a problem following these instructions, and this change got me past it. The command in question enables access to the C++ compiler (puts it on the PATH or something like that). If you do it with `sudo`, it leaves you at a root shell prompt. If you then exit that root prompt, to go back to non-root, then g++ is no longer accessible. If you want to compile as non-root, then you need to do `scl` as non-root.
-
- Dec 08, 2017
-
-
psychocrypt authored
- add separate file for developer pgp key's
-
Chris James authored
That's what it's called now: https://i.imgur.com/juZhtyz.png
-
- Dec 07, 2017
-
-
Brian Recchia authored
I chuckled reading that my virus protection software might flag the miner binary as “male ware,” and rewrote that section of the documentation.
-
Grzegorz Hasse authored
-
- Dec 06, 2017
-
-
psychocrypt authored
- 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)
-
Anton Berezianskyi authored
-
- Dec 04, 2017
-
-
Tim Shimmin authored
I expect that link is something that would be easily lost if another item is added.
-
- 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
-
-
psychocrypt authored
- add documentation - add environment variable `XMRSTAK_NOWAIT`
-
- Nov 30, 2017
-
-
psychocrypt authored
add warning that portable binaries are experimental
-
- Nov 27, 2017
-
-
psychocrypt authored
add hint that the new compiled xmr-stak-dep must be used for the new VS tool chain
-
- Nov 23, 2017
-
-
Petr Ruzicka authored
-
- Nov 22, 2017
-
-
Michael Baudino authored
-
- Nov 21, 2017
-
-
psychocrypt authored
add NVIDIA cli options to the help message
-
- Nov 20, 2017
-
-
psychocrypt authored
add explicit note that VSC v141 must be used for AMD and CPU compile.
-
- Nov 19, 2017
-
-
psychocrypt authored
Point to new xmr-stak-dep precompiled binaries if CUDA9 is used.
-
psychocrypt authored
- add copy of openssl libs to appvoyer CI tests - update windows compile documentation
-
- Nov 18, 2017
-
-
Unknown authored
rename to make it clearer that this is a linux binary
-
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
-
- Nov 15, 2017
-
-
psychocrypt authored
Documentation: Add environment variables to increase OpenCL memory pool
-
- Nov 13, 2017
-
-
psychocrypt authored
- update usage.md - hpdate help output
-
psychocrypt authored
- fix wrong text box
-
- Nov 12, 2017
-
-
psychocrypt authored
- add CMake flag `XMRSTAK_COMPILE` to select `native` or `static` compile - add new flags to the documentation
-