diff options
author | psychocrypt <psychocrypt@users.noreply.github.com> | 2017-10-24 21:18:53 +0200 |
---|---|---|
committer | psychocrypt <psychocrypt@users.noreply.github.com> | 2017-10-27 20:12:01 +0200 |
commit | 77666c74f2facb0a46b089aab98e324110d33cdd (patch) | |
tree | c40a49b745e75371eca29c05e268e822b98be981 /doc/FAQ.md | |
parent | b0bb9579bb18088a4430e5b2467fe89b21c69169 (diff) | |
download | xmr-stak-77666c74f2facb0a46b089aab98e324110d33cdd.zip xmr-stak-77666c74f2facb0a46b089aab98e324110d33cdd.tar.gz |
update documentation
- add CMake flag description
- announce Monero and Aeon in README.md
i add FAQ section
Diffstat (limited to 'doc/FAQ.md')
-rw-r--r-- | doc/FAQ.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -7,6 +7,7 @@ * [Error: MEMORY ALLOC FAILED: mmap failed](#error-memory-alloc-failed-mmap-failed) * [Illegal instruction (core dumped)](#illegal-instruction) * [Virus Protection Alert](#virus-protection-alert) +* [Change Currency to Mine](#change-currency-to-mine) ## SeLockMemoryPrivilege failed @@ -59,3 +60,9 @@ Some Virus protection software flag the miner binary as *Male Ware*. In this case the binary is moved to the quarantine area of the protection software. This is a wrong alert and not avoid by use. Add the binary to to protection software white list to solve this issue.s + +## Change Currency to Mine + +If the miner is compiled for Monero and Aeon than you can change + - the value `currency` in the config *or* + - start the miner with the [command line option](usage.md) `--currency xmr` or `--currency aeon` |