diff --git a/README.md b/README.md index 8910c977b..83f3292ad 100644 --- a/README.md +++ b/README.md @@ -38,11 +38,16 @@ Based on cpuminer-multi with heavy optimizations/rewrites and removing a lot of xmrig.exe -o xmr-eu.dwarfpool.com:8005 -u YOUR_WALLET -p x -k ``` +### Failover +``` +xmrig.exe -o pool.supportxmr.com:5555 -u YOUR_WALLET1 -k -o xmr-eu.dwarfpool.com:8005 -u YOUR_WALLET2 -p x -k +``` +For failover you can add multiple pools, maximum count not limited. + ### Options ``` -a, --algo=ALGO cryptonight (default) or cryptonight-lite -o, --url=URL URL of mining server - -b, --backup-url=URL URL of backup 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