Update README.md

This commit is contained in:
Ben Gräf 2017-10-31 19:47:09 +01:00 committed by GitHub
parent 5c2473b122
commit 5e676e1378
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -150,9 +150,9 @@ Also you can use configuration via config file, default **[config.json](https://
* Make sure that you installed latest Visual C++ Redistributable für Visual Studio 2015. Can be downloaded here: [microsoft.com](https://www.microsoft.com/de-de/download/details.aspx?id=48145)
### Linux only: Background mode
* The `--background` option will only work properly for the XMRigServer. But there is a simple workaround for the XMRigDaemon process. Just append an `&` to the command and it will run smoothly in the background.
* The `--background` option will only work properly for the XMRigServer. But there is a simple workaround for the XMRigDaemon process. Just append an `&` to the command and it will run smoothly in the background.
`./xmrigDaemon --config=my_config_cc.json &`
`./xmrigDaemon --config=my_config_cc.json &`
### HUGE PAGES unavailable (Windows)