diff options
author | fireice-uk <fireice-uk@users.noreply.github.com> | 2018-03-28 20:21:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-28 20:21:32 +0100 |
commit | 15f1a3ae7df17cffb0fbeb205e35782aee941c91 (patch) | |
tree | f72feb584ce2309be0833fa709376f7e30e07e15 | |
parent | c7fe0b2c4b3d02e25e156406ce2887f9ff546bc1 (diff) | |
parent | d0e602727b702839c9322a856cca049da4153343 (diff) | |
download | xmr-stak-15f1a3ae7df17cffb0fbeb205e35782aee941c91.zip xmr-stak-15f1a3ae7df17cffb0fbeb205e35782aee941c91.tar.gz |
Merge pull request #1238 from psychocrypt/topic-nameWorker
documentation: name a worker
-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 |