summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorpsychocrypt <psychocrypt@users.noreply.github.com>2017-10-26 20:58:27 +0200
committerpsychocrypt <psychocrypt@users.noreply.github.com>2017-10-27 20:13:19 +0200
commit12802f12e30f57c2a9eefca2c1a5955275c95127 (patch)
treea10bced239ecd012ceeed593571a3fb8bccee9cb /doc
parent41451d91e8e50f2b6c4b07630987dbc5a58aecb9 (diff)
downloadxmr-stak-12802f12e30f57c2a9eefca2c1a5955275c95127.zip
xmr-stak-12802f12e30f57c2a9eefca2c1a5955275c95127.tar.gz
rename `xmr` to `monero`
- rename all `xmr` to `monero` - be insensitive while check for set currency - add function to compate two strings insensitive
Diffstat (limited to 'doc')
-rw-r--r--doc/FAQ.md2
-rw-r--r--doc/compile.md2
-rw-r--r--doc/usage.md2
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/FAQ.md b/doc/FAQ.md
index 32acbe4..215048d 100644
--- a/doc/FAQ.md
+++ b/doc/FAQ.md
@@ -65,4 +65,4 @@ Add the binary to to protection software white list to solve this issue.s
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`
+ - start the miner with the [command line option](usage.md) `--currency monero` or `--currency aeon`
diff --git a/doc/compile.md b/doc/compile.md
index a094d55..537a736 100644
--- a/doc/compile.md
+++ b/doc/compile.md
@@ -47,7 +47,7 @@ After the configuration you need to compile the miner, follow the guide for your
- `WIN_UAC` will enable or disable the "Run As Administrator" prompt on Windows.
- UAC confirmation is needed to use large pages on Windows 7.
- On Windows 10 it is only needed once to set up the account to use them.
-- `XMR-STAK_CURRENCY` - compile for Monero(xmr) or Aeon(aeon) usage only e.g. `cmake .. -DXMR-STAK_CURRENCY=xmr`
+- `XMR-STAK_CURRENCY` - compile for Monero(XMR) or Aeon(AEON) usage only e.g. `cmake .. -DXMR-STAK_CURRENCY=monero`
## CPU Build Options
diff --git a/doc/usage.md b/doc/usage.md
index 226a3f1..9a38384 100644
--- a/doc/usage.md
+++ b/doc/usage.md
@@ -33,7 +33,7 @@ Usage: xmr-stak [OPTION]...
-h, --help show this help
-c, --config FILE common miner configuration file
- --currency NAME currency to mine: xmr or aeon
+ --currency NAME currency to mine: monero or aeon
--noCPU disable the CPU miner backend
--cpu FILE CPU backend miner config file
--noAMD disable the AMD miner backend
OpenPOWER on IntegriCloud