Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

Commit 81f3f2d

Browse files
committed
Minor changes to README
1 parent b86668c commit 81f3f2d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,15 +114,13 @@ NVIDIAP0State | true or false | When set to true, NiceHashMiner would change all
114114
ethminerAPIPortNvidia | number | Ethminer API port that will be used to get the status of the miner.
115115
ethminerAPIPortAMD | number | Ethminer API port that will be used to get the status of the miner.
116116
ethminerDefaultBlockHeight | number | A fallback number that will be used if API call fails. This is only used for benchmarking.
117-
118117
Groups\Name | text | Used for identification purposes in the config file
119118
Groups\APIBindPort | number | API port that will be used by this group.
120119
Groups\ExtraLaunchParameters | text | Additional launch parameters when launching miner.
121120
Groups\UsePassword | text or null | Use this password when launching miner. If null, default password 'x' is used.
122121
Groups\MinimumProfit | number | If set to any value more than 0 (USD), NiceHashMiner will stop mining if the calculated profit falls below the set amount.
123122
Groups\DaggerHashimotoGenerateDevice | number | Choose which GPU that will create the on GPU DAG file. As a rule of thumb, choose the fastest GPU that is available.
124123
Groups\DisabledDevices | numbers | List of GPUs that will be disabled and will not be used for benchmarking and mining by NiceHashMiner.
125-
126124
Groups\Algorithms\Name | text | Used for identification purposes in the config file.
127125
Groups\Algorithms\ExtraLaunchParameters | text | Additional launch parameters when launching miner and this algorithm.
128126
Groups\Algorithms\UsePassword | text or null | Use this password when launching miner and this algorithm. If null, Groups\UsePassword is used.
@@ -193,6 +191,7 @@ To report bugs and issues please use the GitHub issue reporting tool: https://gi
193191
- For CPU mining our tpruvot's forked cpuminer has been used from here: https://github.com/nicehash/cpuminer-multi (compiled with MingW64).
194192
- For NVIDIA 5.x and 6.x cards, sp's fork of ccminer has been used from here: https://github.com/sp-hash/ccminer.
195193
- For NVIDIA 2.1 and 3.x (older cards), tpruvot's fork of ccminer has been used from here: https://github.com/tpruvot/ccminer.
194+
- Special Decred ccminer forked from tpruvot's ccminer has been used from here: https://github.com/nicehash/ccminer-tpruvot.
196195
- Optimized Lyra2REv2 ccminer developed by Nanashi Meiyo-Meijin: https://github.com/nicehash/ccminer-nanashi.
197196
- For AMD cards, sgminer has been used from here: https://github.com/sgminer-dev/sgminer.
198197
- For Ethereum miner, Genoil's fork of ethminer has been used from here: https://github.com/nicehash/cpp-ethereum.

0 commit comments

Comments
 (0)