mirror of
https://github.com/xmrig/xmrig.git
synced 2025-01-10 21:04:37 +00:00
Update README.md
This commit is contained in:
parent
c384df9651
commit
ee441b6b9a
1 changed files with 2 additions and 2 deletions
|
@ -39,12 +39,12 @@ Originally based on cpuminer-multi with heavy optimizations/rewrites and removin
|
||||||
## Usage
|
## Usage
|
||||||
### Basic example
|
### Basic example
|
||||||
```
|
```
|
||||||
xmrig.exe -o pool.minemonero.pro:5555 -u YOUR_WALLET -p x -k
|
xmrig.exe -o pool.monero.hashvault.pro:5555 -u YOUR_WALLET -p x -k
|
||||||
```
|
```
|
||||||
|
|
||||||
### Failover
|
### Failover
|
||||||
```
|
```
|
||||||
xmrig.exe -o pool.minemonero.pro:5555 -u YOUR_WALLET1 -p x -k -o pool.supportxmr.com:5555 -u YOUR_WALLET2 -p x -k
|
xmrig.exe -o pool.monero.hashvault.pro:5555 -u YOUR_WALLET1 -p x -k -o pool.supportxmr.com:5555 -u YOUR_WALLET2 -p x -k
|
||||||
```
|
```
|
||||||
For failover you can add multiple pools, maximum count not limited.
|
For failover you can add multiple pools, maximum count not limited.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue