mirror of
https://github.com/kvazar-network/keva-stratum.git
synced 2025-01-12 16:18:08 +00:00
Update README.md
This commit is contained in:
parent
c6ca4bc2aa
commit
e473917319
@ -5,7 +5,7 @@ High performance CryptoNote mining stratum written in Golang.
|
||||
**Stratum feature list:**
|
||||
|
||||
* Concurrent shares processing
|
||||
* AES-NI enabled share validation code with fallback to slow implementation provided by linking with [**Monero**](https://github.com/monero-project/monero) libraries
|
||||
* AES-NI enabled share validation code with fallback to slow implementation
|
||||
* Integrated NewRelic performance monitoring plugin
|
||||
|
||||
### Installation
|
||||
@ -14,7 +14,7 @@ Dependencies:
|
||||
|
||||
* go-1.6
|
||||
* Everything required to build monero
|
||||
* Monero *v0.10.0*
|
||||
* Monero **v0.10.0**
|
||||
|
||||
#### Mac OS X
|
||||
|
||||
@ -24,7 +24,7 @@ Install required packages:
|
||||
export GOPATH=~/go
|
||||
go get github.com/yvasiyarov/gorelic
|
||||
|
||||
Download and compile [Monero](https://github.com/monero-project/monero) *v0.9.4*.
|
||||
Download and compile [Monero](https://github.com/monero-project/monero) **v0.10.0**.
|
||||
|
||||
Now clone stratum repo and compile it:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user