diff options
author | psychocrypt <psychocryptHPC@gmail.com> | 2018-03-27 21:36:41 +0200 |
---|---|---|
committer | psychocrypt <psychocryptHPC@gmail.com> | 2018-03-27 21:36:41 +0200 |
commit | d0e602727b702839c9322a856cca049da4153343 (patch) | |
tree | adbade6d25cfeb2c3dca01649bed510717466048 | |
parent | 09a5dcce2c51d87d77244970d2c09bea3207da7a (diff) | |
download | xmr-stak-d0e602727b702839c9322a856cca049da4153343.zip xmr-stak-d0e602727b702839c9322a856cca049da4153343.tar.gz |
documentation: name a worker
add note that `rig_id` is ignored by some pools
-rw-r--r-- | doc/usage.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/usage.md b/doc/usage.md index 1f1fb09..886c1b3 100644 --- a/doc/usage.md +++ b/doc/usage.md @@ -16,6 +16,7 @@ The number of files depends on the available backends. `pools.txt` contains the selected mining pools and currency to mine. `amd.txt`, `cpu.txt` and `nvidia.txt` contains miner backend specific settings and can be used for further tuning ([Tuning Guide](tuning.md)). +Note: If the pool is ignoring the option `rig_id` in `pools.txt` to name your worker please check the pool documentation how a worker name can be set. ## Usage on Windows 1) Double click the `xmr-stak.exe` file |