mirror of
https://github.com/xmrig/xmrig.git
synced 2025-03-12 09:37:35 +00:00
Update README.md.
This commit is contained in:
parent
ed320731e9
commit
2396e8ea85
1 changed files with 12 additions and 1 deletions
13
README.md
13
README.md
|
@ -7,7 +7,9 @@ Based on cpuminer-multi with heavy optimizations/rewrites and removing a lot of
|
||||||
* [Download](#download)
|
* [Download](#download)
|
||||||
* [Usage](#usage)
|
* [Usage](#usage)
|
||||||
* [Build](#build)
|
* [Build](#build)
|
||||||
|
* [Common Issues](#common-issues)
|
||||||
* [Other information](#other-information)
|
* [Other information](#other-information)
|
||||||
|
* [Donations](#Donations)
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
* High performance, faster than others (290+ H/s on i7 6700).
|
* High performance, faster than others (290+ H/s on i7 6700).
|
||||||
|
@ -73,6 +75,11 @@ CMake options:
|
||||||
cmake .. -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DCURL_INCLUDE_DIR="c:\<path>\curl-7.53.1\include" -DCURL_LIBRARY="c:\<path>\curl-7.53.1\lib\.libs"
|
cmake .. -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DCURL_INCLUDE_DIR="c:\<path>\curl-7.53.1\include" -DCURL_LIBRARY="c:\<path>\curl-7.53.1\lib\.libs"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Common Issues
|
||||||
|
### HUGE PAGES unavailable
|
||||||
|
* Run XMRig as Administrator.
|
||||||
|
* Enable SeLockMemoryPrivilege. For Windows 7 pro, or Windows 8 and above see [this article](https://msdn.microsoft.com/en-gb/library/ms190730.aspx).
|
||||||
|
|
||||||
## Other information
|
## Other information
|
||||||
* Now only support 64 bit operating systems (Windows/Linux).
|
* Now only support 64 bit operating systems (Windows/Linux).
|
||||||
* No HTTP support, only stratum protocol support.
|
* No HTTP support, only stratum protocol support.
|
||||||
|
@ -91,4 +98,8 @@ Please note performance is highly dependent on system load. The numbers above ar
|
||||||
* Do not exceed optimal thread count.
|
* Do not exceed optimal thread count.
|
||||||
* Use modern CPUs with AES-NI instructuon set.
|
* Use modern CPUs with AES-NI instructuon set.
|
||||||
* Try setup optimal cpu affinity.
|
* Try setup optimal cpu affinity.
|
||||||
* Enable fast memory (Large/Huge pages).
|
* Enable fast memory (Large/Huge pages).
|
||||||
|
|
||||||
|
## Donations
|
||||||
|
* XMR: `48edfHu7V9Z84YzzMa6fUueoELZ9ZRXq9VetWzYGzKt52XU5xvqgzYnDK9URnRoJMk1j8nLwEVsaSWJ4fhdUyZijBGUicoD`
|
||||||
|
* BTC: `1P7ujsXeX7GxQwHNnJsRMgAdNkFZmNVqJT`
|
Loading…
Reference in a new issue