README.md - changes #02
This commit is contained in:
parent
fc112b86cc
commit
f350a9b4e7
1 changed files with 11 additions and 8 deletions
19
README.md
19
README.md
|
@ -1,5 +1,5 @@
|
||||||
# XMR_Arch64
|
# XMR_A64
|
||||||
XMRig is high performance Monero (XMR) CPU miner for Arch64 Linux on RPi3 board.
|
XMR_A64 is high performance Monero (XMR) CPU miner for Arch64 Linux on RPi3 board.
|
||||||
Windows support inherited from xmrig/xmrig will be discarded in further development.
|
Windows support inherited from xmrig/xmrig will be discarded in further development.
|
||||||
|
|
||||||
Originally forked from xmrig/xmrig with full development in C++11.
|
Originally forked from xmrig/xmrig with full development in C++11.
|
||||||
|
@ -9,6 +9,7 @@ Originally forked from xmrig/xmrig with full development in C++11.
|
||||||
<img src="http://eplus.systems/xmr.png" width="619" >
|
<img src="http://eplus.systems/xmr.png" width="619" >
|
||||||
|
|
||||||
#### Table of contents
|
#### Table of contents
|
||||||
|
* [Version](#version)
|
||||||
* [Features](#features)
|
* [Features](#features)
|
||||||
* [Download](#download)
|
* [Download](#download)
|
||||||
* [Usage](#usage)
|
* [Usage](#usage)
|
||||||
|
@ -19,11 +20,11 @@ Originally forked from xmrig/xmrig with full development in C++11.
|
||||||
* [Donations](#donations)
|
* [Donations](#donations)
|
||||||
* [Contacts](#contacts)
|
* [Contacts](#contacts)
|
||||||
|
|
||||||
|
## Version
|
||||||
|
* Code version: 0.0.1
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
* High performance.
|
* High performance.
|
||||||
* Official Windows support.
|
|
||||||
* Small Windows executable, without dependencies.
|
|
||||||
* x86/x64 support.
|
|
||||||
* Support for backup (failover) mining server.
|
* Support for backup (failover) mining server.
|
||||||
* keepalived support.
|
* keepalived support.
|
||||||
* Command line options compatible with cpuminer.
|
* Command line options compatible with cpuminer.
|
||||||
|
@ -40,12 +41,12 @@ Originally forked from xmrig/xmrig with full development in C++11.
|
||||||
## Usage
|
## Usage
|
||||||
### Basic example
|
### Basic example
|
||||||
```
|
```
|
||||||
xmrig.exe -o pool.monero.hashvault.pro:5555 -u YOUR_WALLET -p x -k
|
xmr_a64 -o pool.monero.hashvault.pro:5555 -u YOUR_WALLET -p x -k
|
||||||
```
|
```
|
||||||
|
|
||||||
### Failover
|
### Failover
|
||||||
```
|
```
|
||||||
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
|
xmr_a64 -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.
|
||||||
|
|
||||||
|
@ -81,7 +82,7 @@ For failover you can add multiple pools, maximum count not limited.
|
||||||
Also you can use configuration via config file, default **config.json**. You can load multiple config files and combine it with command line options.
|
Also you can use configuration via config file, default **config.json**. You can load multiple config files and combine it with command line options.
|
||||||
|
|
||||||
## Algorithm variations
|
## Algorithm variations
|
||||||
Since version 0.8.0.1
|
Since xmrig/xmrig version 0.8.0.1
|
||||||
* `--av=1` For CPUs with hardware AES.
|
* `--av=1` For CPUs with hardware AES.
|
||||||
* `--av=2` Lower power mode (double hash) of `1`.
|
* `--av=2` Lower power mode (double hash) of `1`.
|
||||||
* `--av=3` Software AES implementation.
|
* `--av=3` Software AES implementation.
|
||||||
|
@ -117,4 +118,6 @@ Please note performance is highly dependent on system load. The numbers above ar
|
||||||
|
|
||||||
## Contacts
|
## Contacts
|
||||||
* xmr@eplus.systems
|
* xmr@eplus.systems
|
||||||
|
|
||||||
|
|
||||||
*----------------------------------------------------------------
|
*----------------------------------------------------------------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue