From 7452404ca73f5c8cca423d3c07c398350971705e Mon Sep 17 00:00:00 2001 From: Martin Kuvandzhiev Date: Tue, 31 Oct 2017 21:11:10 +0200 Subject: [PATCH 1/4] Update README.md --- README.md | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 73306d9b2..ebeb8ff11 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Equihash/zcash/zec miner (can be used for pool mining) # Mac Version Download -[Mac Miner Download!](https://github.com/justvanbloom/nheqminer/raw/kost/mac/nheqminer.zip) +[Mac Miner Download!](https://github.com/StarbuckBG/nheqminer-bitcoin-gold/releases/download/v0.4-BTG/BTG-nheqminer.zip) # Features @@ -24,20 +24,10 @@ Platforms: ### nicehash -`nheqminer -l equihash.eu.nicehash.com:3357 -u YourBitcoinAdress.YourWorker -p x -t threadCount` +`nheqminer -l eu.pool.gold:3044 -u YourBitcoinAdress.YourWorker -p x -t threadCount` Example -`nheqminer -l equihash.eu.nicehash.com:3357 -u 1GaGRtcCjb7ThaDgDLjgVwV8fctzEf12ct -p x -t 4` - -### flypool -`nheqminer -l eu1-zcash.flypool.org:3333 -u ZcashTransparentAddress` - -### suprnova -`nheqminer -l zec.suprnova.cc:2142 -u suprnovaaccount.1 -p x -t threadCount` - -### zmine -`nheqminer -l zmine.io:1337 -u ZcashTransparentAddress` - +`nheqminer -l eu.pool.gold:3044 -u GSrP5KGxrgBXV1kQkAPy2g3fmgcUeoESMw.worker -p x -t 4` ## Production usage From cbb273d1f914dda3bec61016b0bee2d03dd51ee1 Mon Sep 17 00:00:00 2001 From: Martin Kuvandzhiev Date: Tue, 31 Oct 2017 21:14:35 +0200 Subject: [PATCH 2/4] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ebeb8ff11..828a616fd 100644 --- a/README.md +++ b/README.md @@ -205,5 +205,5 @@ Author of Mac GUI for this miner: JustVanBlooM ## Donations If you feel this project is useful to you. Feel free to donate. - - BTC address: 1GaGRtcCjb7ThaDgDLjgVwV8fctzEf12ct + BTC address Just Van Bloom: 12Yc3Ezayhnm4X9x3nxV7vWY1h2qpWgajc + BTC address Just Van Bloom: 1GaGRtcCjb7ThaDgDLjgVwV8fctzEf12ct From 6387ede3d17ff4032d96a408554fb2ca4713bd0f Mon Sep 17 00:00:00 2001 From: Martin Kuvandzhiev Date: Tue, 31 Oct 2017 21:22:07 +0200 Subject: [PATCH 3/4] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 828a616fd..849b1d381 100644 --- a/README.md +++ b/README.md @@ -205,5 +205,6 @@ Author of Mac GUI for this miner: JustVanBlooM ## Donations If you feel this project is useful to you. Feel free to donate. - BTC address Just Van Bloom: 12Yc3Ezayhnm4X9x3nxV7vWY1h2qpWgajc + + BTC address StarbuckBG : 12Yc3Ezayhnm4X9x3nxV7vWY1h2qpWgajc BTC address Just Van Bloom: 1GaGRtcCjb7ThaDgDLjgVwV8fctzEf12ct From d654ffcfca543e950366d518fdb75f9f872bac42 Mon Sep 17 00:00:00 2001 From: jkapellen Date: Fri, 15 Dec 2017 15:09:13 -0600 Subject: [PATCH 4/4] change apk command from remove (incorrect) to del --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 08756bb08..74e53bb94 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,5 +6,5 @@ RUN mkdir build WORKDIR /nheqminer/nheqminer/build RUN cmake -DSTATIC_BUILD=1 -DXENON=2 -DMARCH="-m64" .. RUN make -RUN apk remove git cmake gcc g++ libc-dev boost-dev +RUN apk del git cmake gcc g++ libc-dev boost-dev ENTRYPOINT ["/nheqminer/nheqminer/build/nheqminer"]