Skip to content
This repository has been archived by the owner on Jan 9, 2021. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nicehashdev committed Oct 20, 2016
1 parent a9da072 commit ab584f7
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion README.md
Expand Up @@ -14,4 +14,29 @@ Open a terminal and cd to nheqminer root folder and run the following commands (
- `make`

## Linux (non Ubuntu/Debian based distros):
If you are using a Linux distribution that is not Ubuntu/Debian based you can still build but you will have to build boost 1.68 and copy the static libraries [**libboost_log.a** **libboost_system.a** **libboost_thread.a**] over to **nheqminer/libs/linux_ubuntu** and follow the Ubuntu/Debian instructions (installing qt5 qmake accordingly to systems package manager).
If you are using a Linux distribution that is not Ubuntu/Debian based you can still build but you will have to build boost 1.68 and copy the static libraries [**libboost_log.a** **libboost_system.a** **libboost_thread.a**] over to **nheqminer/libs/linux_ubuntu** and follow the Ubuntu/Debian instructions (installing qt5 qmake accordingly to systems package manager).

# Run instructions:

If run without parameters, miner will start mining with 75% of available virtual cores on NiceHash. Use parameter -h to learn about available parameters:

-h Print this help and quit
-l [location] Location (eu, usa, hk, jp)
-u [username] Username (bitcoinaddress)
-p [password] Password (default: x)
-t [num_thrds] Number of threads (default: number of sys cores)
-d [level] Debug print level (0 = print all, 5 = fatal only, default: 2)
-b [hashes] Run in benchmark mode (default: 100 hashes)
-a [port] Local API port (default: 0 = do not bind)
Example to run benchmark:

nheqminer_x64_AVX.exe -b
Example to run with full logging (including network dump):

nheqminer_x64_AVX.exe -d 0
Example to mine with your own BTC address and worker1 on USA server:

nheqminer_x64_AVX.exe -l usa -u YOUR_BTC_ADDRESS_HERE.worker1

0 comments on commit ab584f7

Please sign in to comment.