diff options
author | fireice-uk <fireice-uk@users.noreply.github.com> | 2017-12-01 15:13:03 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-01 15:13:03 +0000 |
commit | 2920e9a3227da307b04ee23ecc5c63ecee4a224c (patch) | |
tree | cbb1c5f5997dd528519892e04938f9433e42f539 /doc/usage.md | |
parent | 4f7699eb4574ae89e6299aafc410dcd4143b52e2 (diff) | |
parent | b203d4b43cb498aa7670c091b0d10aea456f24ed (diff) | |
download | xmr-stak-2920e9a3227da307b04ee23ecc5c63ecee4a224c.zip xmr-stak-2920e9a3227da307b04ee23ecc5c63ecee4a224c.tar.gz |
Merge pull request #306 from psychocrypt/topic-noWaitWindows
add environment variable `XMRSTAK_NOWIT`
Diffstat (limited to 'doc/usage.md')
-rw-r--r-- | doc/usage.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/usage.md b/doc/usage.md index a13586f..edd5c89 100644 --- a/doc/usage.md +++ b/doc/usage.md @@ -20,6 +20,9 @@ The number of files depends on the available backends. 1) Double click the `xmr-stak.exe` file 2) Fill in the pool url, username and password +`set XMRSTAK_NOWAIT=1` disable the dialog `Press any key to exit.` for non UAC execution. + + ## Usage on Linux & MacOS 1) Open a terminal within the folder with the binary 2) Start the miner with `./xmr-stak` |