tutulino / Megaminer

Multipool and multialgo windows miner
GNU General Public License v3.0
78 stars 69 forks source link

Enhancement request - Could look if you can implement plus logic into Megaminer ? #358

Open jrafaelmdo opened 6 years ago

jrafaelmdo commented 6 years ago

I've been playing with nemosminer for few days and really like this "new" plus logic, its very stable and fairly resistant to pumps/dumps, also estimated earnings are very accurate.

Quote from nemosminer:

Uses calculations based on 24hractual and currentestimate ahashpool prices to get more realistic estimate. Includes some trust index based on past 1hr currentestimate variation from 24hr. AND is NOT sensible to spikes. This shows less switching than following Current Estimate and more switching that following the 24hr Actual. Better profitability.

https://github.com/nemosminer/NemosMiner-v2.5.2-windows

Thanks.

VukaKun commented 6 years ago

Yes, please.

baktery commented 6 years ago

This suggestion sounds very good.

I saw that several times Megaminer was affected by some spikes. In order to prevent it I had to disable the algorithms producing spikes, it would be better to detect and ignore the spikes automatically.

cap3r5 commented 6 years ago

The plus logic has been a game changer. I have am running 2 identical rigs with 10 1080's running each. I am getting around 30-40% more profits on the nemos miner one. I will be switching to nemos until plus logic is added to megaminer or a better option comes along.

tutulino commented 6 years ago

@cap3r5 what pool and mode?

cap3r5 commented 6 years ago

I've been mining at zergpool with autoconvert to LTC and compared the two pools over a period of about 4 days. It was significantly better throughout that time to use the plus logic at zergpool for my 1080 rig at least.

podlbo commented 6 years ago

Agree, i did test Nemos for PLUS logic and it does works realy well. My profiti is beter in in day of testing...

tutulino commented 6 years ago

I want to see a comparative of:

When I tested Current Mode and 24h mode, sometimes is best one, sometimes other, Plus logic is a intermediate point between that , I dont think always be better than 24h mode.

I Could add easily a mixed mode with price based in current and 24h, for example (08024hprice+020*CurrentPrice), I think this works as Plus mode, but I can ensure this will be more profitable.

podlbo commented 6 years ago

It think you have correct.... It does also calculate pool "thrust" level - so it checks what you shoud theoreticly payed and what you actualy get (simmilar is already in MM config file @@POOLPROFITFACTOR). It is realy intermediate pont between bolth worlds - i also auto update miners (and make new benchmark of updated miner) + SW... It also detects if some profits are too good to be true ;)

Maby you can add logic that for calculation of best option use 24 hour actual, current estiamted value and 24 hour estimated value + it checks what you shoud get payed and what you actualy get (to calculate thust level)???