mirror of
https://github.com/kvazar-network/keva-stratum.git
synced 2025-01-13 16:47:59 +00:00
Update README.md
This commit is contained in:
parent
04b46e52b7
commit
6c721c9e00
@ -47,14 +47,14 @@ In order to successfully link with bitmonero libs, recompile bitmonero with:
|
||||
|
||||
CXXFLAGS="-fPIC" CFLAGS="-fPIC" make release
|
||||
|
||||
Build stratum:
|
||||
Build CGO extensions:
|
||||
|
||||
MONERO_DIR=/opt/src/bitmonero cmake .
|
||||
make
|
||||
|
||||
Run it:
|
||||
Build stratum:
|
||||
|
||||
LD_LIBRARY_PATH="/usr/local/lib/" GOPATH=/path/to/go go run main.go
|
||||
GOPATH=/path/to/go go build -o pool main.go
|
||||
|
||||
More info on *GOPATH* you can find in a [wiki](https://github.com/golang/go/wiki/GOPATH).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user