mirror of
https://github.com/xmrig/xmrig-proxy.git
synced 2026-02-09 02:59:17 +08:00
Merge branch 'dev' of github.com:xmrig/xmrig-proxy into dev
This commit is contained in:
16
README.md
16
README.md
@@ -31,34 +31,40 @@ Use [config.xmrig.com](https://config.xmrig.com/proxy) to generate, edit or shar
|
||||
### Options
|
||||
```
|
||||
-b, --bind=ADDR bind to specified address, example "0.0.0.0:3333"
|
||||
-a, --algo=ALGO cryptonight (default) or cryptonight-lite
|
||||
-m, --mode=MODE proxy mode, nicehash (default) or simple
|
||||
-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)
|
||||
-r, --retries=N number of times to retry before switch to backup server (default: 1)
|
||||
-R, --retry-pause=N time to pause between retries (default: 1 second)
|
||||
--custom-diff=N override pool diff
|
||||
--reuse-timeout=N timeout in seconds for reuse pool connections in simple mode
|
||||
--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
|
||||
--no-workers disable per worker statistics
|
||||
--variant algorithm PoW variant
|
||||
--donate-level=N donate level, default 2%
|
||||
-B, --background run the miner in the background
|
||||
-c, --config=FILE load a JSON-format configuration file
|
||||
--no-watch disable configuration file watching
|
||||
-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-access-token=T use Bearer access token for API
|
||||
--api-worker-id=ID custom worker-id for API
|
||||
--api-no-ipv6 disable IPv6 support for API
|
||||
--api-no-restricted enable full remote access (only if API token set)
|
||||
-h, --help display this help and exit
|
||||
-V, --version output version information and exit
|
||||
```
|
||||
|
||||
## Donations
|
||||
|
||||
Default donation fee is 2% can be reduced to 1% via `donate-level` option. Donation fee applyed only for second and more pool connection. If you use only one pool connection (up to 256 workers) there is no fee.
|
||||
Default donation fee is 2% can be reduced to 1% or disabled via `donate-level` option. Donation fee applies only if you use more than 256 miners.
|
||||
|
||||
* XMR: `48edfHu7V9Z84YzzMa6fUueoELZ9ZRXq9VetWzYGzKt52XU5xvqgzYnDK9URnRoJMk1j8nLwEVsaSWJ4fhdUyZijBGUicoD`
|
||||
* BTC: `1P7ujsXeX7GxQwHNnJsRMgAdNkFZmNVqJT`
|
||||
|
||||
Reference in New Issue
Block a user