Merge branch 'master' of github.com:xmrig/xmrig

This commit is contained in:
XMRig 2017-11-02 19:42:19 +03:00
commit 2e4c2d3ca8

View file

@ -2,7 +2,7 @@
XMRig is high performance Monero (XMR) CPU miner, with the official full Windows support. XMRig is high performance Monero (XMR) CPU miner, with the official full Windows support.
Originally based on cpuminer-multi with heavy optimizations/rewrites and removing a lot of legacy code, since version 1.0.0 complete rewritten from scratch on C++. Originally based on cpuminer-multi with heavy optimizations/rewrites and removing a lot of legacy code, since version 1.0.0 complete rewritten from scratch on C++.
* This is the CPU-mining version, there is also a [NVIDIA GPU version](https://github.com/xmrig/xmrig-nvidia). * This is the **CPU-mining** version, there is also a [NVIDIA GPU version](https://github.com/xmrig/xmrig-nvidia) and [AMD GPU version]( https://github.com/xmrig/xmrig-amd).
* [Roadmap](https://github.com/xmrig/xmrig/issues/106) for next releases. * [Roadmap](https://github.com/xmrig/xmrig/issues/106) for next releases.
<img src="http://i.imgur.com/OKZRVDh.png" width="619" > <img src="http://i.imgur.com/OKZRVDh.png" width="619" >
@ -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.