Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
etherchain-org authored Nov 3, 2016
1 parent 32d6b6a commit 2d96e06
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

## Windows:

Windows builds made by us are available here: https://github.com/nicehash/nheqminer/releases
Windows builds made by us are available here: https://github.com/etherchain-org/nheqminer/releases

Download and install:
- [AMD APP SDK](http://developer.amd.com/tools-and-sdks/opencl-zone/amd-accelerated-parallel-processing-app-sdk/) (if not needed remove **USE_OCL_XMP** from **nheqminer** Preprocessor definitions under Properties > C/C++ > Preprocessor)
Expand Down Expand Up @@ -80,16 +80,16 @@ Example to run benchmark on your CPU:

nheqminer -b
Example to mine on your CPU with your own BTC address and worker1 on NiceHash USA server:
Example to mine on your CPU with your Zcash address and worker1 on Flypool USA server:

nheqminer -l equihash.usa.nicehash.com:3357 -u YOUR_BTC_ADDRESS_HERE.worker1
nheqminer -l us1-zcash.flypool.org:3333 -u YOUR_Zcash_ADDRESS_HERE.worker1

Example to mine on your CPU with your own BTC address and worker1 on EU server, using 6 threads:
Example to mine on your CPU with your own Zcash address and worker1 on EU server, using 6 threads:

nheqminer -l equihash.eu.nicehash.com:3357 -u YOUR_BTC_ADDRESS_HERE.worker1 -t 6
nheqminer -l eu1-zcash.flypool.org:3333 -u YOUR_Zcash_ADDRESS_HERE.worker1 -t 6

<i>Note: if you have a 4-core CPU with hyper threading enabled (total 8 threads) it is best to run with only 6 threads (experimental benchmarks shows that best results are achieved with 75% threads utilized)</i>

Example to mine on your CPU as well on your CUDA GPUs with your own BTC address and worker1 on EU server, using 6 CPU threads and 2 CUDA GPUs:
Example to mine on your CPU as well on your CUDA GPUs with your own Zcash address and worker1 on EU server, using 6 CPU threads and 2 CUDA GPUs:

nheqminer -l equihash.eu.nicehash.com:3357 -u YOUR_BTC_ADDRESS_HERE.worker1 -t 6 -cd 0 1
nheqminer -l eu1-zcash.flypool.org:3333 -u YOUR_Zcash_ADDRESS_HERE.worker1 -t 6 -cd 0 1

1 comment on commit 2d96e06

@enamp
Copy link

@enamp enamp commented on 2d96e06 Sep 18, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

git clone -b Linux https://github.com/nicehash/nheqminer.git
really? maybe etherchain-org instead of nicehash

Please sign in to comment.