You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 27, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -114,15 +114,13 @@ NVIDIAP0State | true or false | When set to true, NiceHashMiner would change all
114
114
ethminerAPIPortNvidia | number | Ethminer API port that will be used to get the status of the miner.
115
115
ethminerAPIPortAMD | number | Ethminer API port that will be used to get the status of the miner.
116
116
ethminerDefaultBlockHeight | number | A fallback number that will be used if API call fails. This is only used for benchmarking.
117
-
118
117
Groups\Name | text | Used for identification purposes in the config file
119
118
Groups\APIBindPort | number | API port that will be used by this group.
120
119
Groups\ExtraLaunchParameters | text | Additional launch parameters when launching miner.
121
120
Groups\UsePassword | text or null | Use this password when launching miner. If null, default password 'x' is used.
122
121
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.
123
122
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.
124
123
Groups\DisabledDevices | numbers | List of GPUs that will be disabled and will not be used for benchmarking and mining by NiceHashMiner.
125
-
126
124
Groups\Algorithms\Name | text | Used for identification purposes in the config file.
127
125
Groups\Algorithms\ExtraLaunchParameters | text | Additional launch parameters when launching miner and this algorithm.
128
126
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
193
191
- For CPU mining our tpruvot's forked cpuminer has been used from here: https://github.com/nicehash/cpuminer-multi (compiled with MingW64).
194
192
- For NVIDIA 5.x and 6.x cards, sp's fork of ccminer has been used from here: https://github.com/sp-hash/ccminer.
195
193
- 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.
196
195
- Optimized Lyra2REv2 ccminer developed by Nanashi Meiyo-Meijin: https://github.com/nicehash/ccminer-nanashi.
197
196
- For AMD cards, sgminer has been used from here: https://github.com/sgminer-dev/sgminer.
198
197
- For Ethereum miner, Genoil's fork of ethminer has been used from here: https://github.com/nicehash/cpp-ethereum.
0 commit comments