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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
This release includes structural changes in code and files. Do not copy files over from previous versions.
Miners updates
Added RavenMiner for x16r (More stable)
Updated Claymore to 11.4
Performance improvements
Reduced BrainPlus processes priority
Reduced EarningTracker processes priority
No restart on configuration changes
New configuration is now applied after save. No need to restart.
Same when modifying PoolsConfig.json
If adding a pool with the Plus option. A restart is needed to start Plus.
Earnings Tracking. If you add a supported pool or change address, no tracker will be started for this one until the next restart
Fixed prerun stealing focus
prerun will now be launched silently (Thanks Enkrypt and dwellhurtyswan)
Per pool configuration option (Advanced)
This is for advanced users. Do not use if you do not know what you are doing.
You can now set specific options per pool. For example, you can mine NiceHash on the internal wallet and other pools on a valid wallet. This configuration is provided as an example in Config\PoolsConfig-NHInternal.json
Available options
Wallet = your wallet address
UserName = your MPH user name
WorkerName = your worker name
PricePenaltyFactor = See explanation below
Usage
The file Config\PoolsConfig.json contains per pool configuration details. If a pool is listed in this file, the specific settings will be taken into account. If not, the setting for the entry name default will be used. Do not delete the default entry.
Edit Config\PoolsConfig.json
Add an entry for the pool you want to customize
The name must be the NPlusMiner name for the pool. ie. for ahashpool, if you use Plus. The name is ahashpoolplus.
(careful with json formating ;))
Best way is to duplicate the default entry
Note that the GUI only updates the default entry. Any other changes need to be done manualy
PricePenaltyFactor
When using advanced per pool configuration, it is possible to add a penalty factor for a specific pool. This simply adds as a multiplicator on estimations presented by the pool.
Example scenario
NiceHash as a 4% fee - Set PricePenaltyFactor to 0.96 (1-0.04)
You feel like a pool is exaggerating his estimations by 10% - Set PricePenaltyFactor to 0.9
Fixed BTC price not shown in the selected currency (Thanks Nyghto)