README.md - changes #01
This commit is contained in:
parent
ac6868faee
commit
fc112b86cc
1 changed files with 15 additions and 14 deletions
29
README.md
29
README.md
|
@ -1,11 +1,12 @@
|
||||||
# XMRig
|
# XMR_Arch64
|
||||||
XMRig is high performance Monero (XMR) CPU miner, with the official full Windows support.
|
XMRig is high performance Monero (XMR) CPU miner for Arch64 Linux on RPi3 board.
|
||||||
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++.
|
Windows support inherited from xmrig/xmrig will be discarded in further development.
|
||||||
|
|
||||||
* 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).
|
Originally forked from xmrig/xmrig with full development in C++11.
|
||||||
* [Roadmap](https://github.com/xmrig/xmrig/issues/106) for next releases.
|
|
||||||
|
|
||||||
<img src="http://i.imgur.com/OKZRVDh.png" width="619" >
|
* [Roadmap](https://github.com/avujic/xmr_arch64/issues/106) for next releases.
|
||||||
|
|
||||||
|
<img src="http://eplus.systems/xmr.png" width="619" >
|
||||||
|
|
||||||
#### Table of contents
|
#### Table of contents
|
||||||
* [Features](#features)
|
* [Features](#features)
|
||||||
|
@ -32,9 +33,9 @@ Originally based on cpuminer-multi with heavy optimizations/rewrites and removin
|
||||||
* It's open source software.
|
* It's open source software.
|
||||||
|
|
||||||
## Download
|
## Download
|
||||||
* Binary releases: https://github.com/xmrig/xmrig/releases
|
* Binary releases: https://github.com/avujic/xmr_arch64/releases
|
||||||
* Git tree: https://github.com/xmrig/xmrig.git
|
* Git tree: https://github.com/avujic/xmr_arch64.git
|
||||||
* Clone with `git clone https://github.com/xmrig/xmrig.git` :hammer: [Build instructions](https://github.com/xmrig/xmrig/wiki/Build).
|
* Clone with `git clone https://github.com/avujic/xmr_arch64.git` :hammer: [Build instructions](https://github.com/avujic/xmr_arch64/wiki/Build).
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
### Basic example
|
### Basic example
|
||||||
|
@ -94,7 +95,7 @@ Since version 0.8.0.1
|
||||||
## Other information
|
## Other information
|
||||||
* No HTTP support, only stratum protocol support.
|
* No HTTP support, only stratum protocol support.
|
||||||
* No TLS support.
|
* No TLS support.
|
||||||
* Default donation 5% (5 minutes in 100 minutes) can be reduced to 1% via command line option `--donate-level`.
|
* Default donation 3% (3 minutes in 100 minutes) can be reduced to 1% via command line option `--donate-level`.
|
||||||
|
|
||||||
|
|
||||||
### CPU mining performance
|
### CPU mining performance
|
||||||
|
@ -111,9 +112,9 @@ Please note performance is highly dependent on system load. The numbers above ar
|
||||||
* Enable fast memory (Large/Huge pages).
|
* Enable fast memory (Large/Huge pages).
|
||||||
|
|
||||||
## Donations
|
## Donations
|
||||||
* XMR: `48edfHu7V9Z84YzzMa6fUueoELZ9ZRXq9VetWzYGzKt52XU5xvqgzYnDK9URnRoJMk1j8nLwEVsaSWJ4fhdUyZijBGUicoD`
|
* XMR: `44bF1RTZVcVc45wNiDQVTp7hwyZ5juMf8W78j1YrfChkP2og2Y44ph3WbwaVe4vUMveKAzAiA4j8xgUi29TpKXpm42GAEjd`
|
||||||
* BTC: `1P7ujsXeX7GxQwHNnJsRMgAdNkFZmNVqJT`
|
* LTC:
|
||||||
|
|
||||||
## Contacts
|
## Contacts
|
||||||
* support@xmrig.com
|
* xmr@eplus.systems
|
||||||
* [reddit](https://www.reddit.com/user/XMRig/)
|
*----------------------------------------------------------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue