Update README.md

This commit is contained in:
xmrig
2017-09-25 05:17:17 +03:00
committed by GitHub
parent 002b918651
commit 0e2ede391d

View File

@@ -32,20 +32,29 @@ For failover you can add multiple pools, maximum count not limited.
### Options
```
-b, --bind=ADDR bind to specified address, example "0.0.0.0:3333"
-o, --url=URL URL of mining server
-O, --userpass=U:P username:password pair for mining server
-u, --user=USERNAME username for mining server
-p, --pass=PASSWORD password for mining server
-k, --keepalive send keepalived for prevent timeout (need pool support)
-r, --retries=N number of times to retry before switch to backup server (default: 5)
-R, --retry-pause=N time to pause between retries (default: 5)
--no-color disable colored output
--verbose verbose output
-B, --background run the miner in the background
-l, --log-file=FILE log all output to a file
-h, --help display this help and exit
-V, --version output version information and exit
-b, --bind=ADDR bind to specified address, example "0.0.0.0:3333"
-o, --url=URL URL of mining server
-O, --userpass=U:P username:password pair for mining server
-u, --user=USERNAME username for mining server
-p, --pass=PASSWORD password for mining server
-r, --retries=N number of times to retry before switch to backup server (default: 5)
-R, --retry-pause=N time to pause between retries (default: 5)
--custom-diff=N override pool diff
--verbose verbose output
--user-agent=AGENT set custom user-agent string for pool
--coin=COIN xmr for all cryptonight coins or aeon
--no-color disable colored output
--donate-level=N donate level, default 2%
-B, --background run the miner in the background
-c, --config=FILE load a JSON-format configuration file
-l, --log-file=FILE log all output to a file
-S, --syslog use system log for output messages
-A --access-log-file=N log all workers access to a file
--api-port=N port for the miner API
--api-access-token=T access token for API
--api-worker-id=ID custom worker-id for API
-h, --help display this help and exit
-V, --version output version information and exit
```
## Donations