Post
Topic
Board Mining (Altcoins)
Re: Megaminer 5.2 - Multi pool / Multi Algo launcher
by
tutulfo
on 18/01/2018, 19:42:10 UTC
Couple of quick questions (or depending on the answers suggestions):

1. I auto switch between several pools and I like the 24 hour stats from zpool.ca, but MPH doesn't offer that option, so if i want to autoswitch between those two pools I have to set it to automatic. Is there a way to have it attempt the 24 hour stats but if it isn't available to default back to auto?

2. Is there a way to specify some algos to NOT mine? So if I wanted to mine everything except one or two do I have to list out all the ones I am willing to mine?


I thougth about it last release, next release I will change modes:

Automatic: 24h if exists else "now mode"
Automatic24h: actual 24h mode
AutomaticNow: actual Automatic mode

Also I want to change parameters for a section in config file to define launch configurations (I think is easier than parameters)

Why not just fallback Automatic24h to Automatic when 24h is not available?

clarity, if I do this you can think you are mining with 24h data but is no real.

Modify pool file to allow this is really easy, you only need set profit24h to same value than profit on final set and change $ActiveOnAutomatic24hMode=$true
A little confused by what you mean. So in Mining_Pool_Hub.ps1 I should change this line from this:
Code:
$ActiveOnAutomatic24hMode = $false
To this:
Code:
$ActiveOnAutomatic24hMode = $true
and this one:
Code:
Price24h      = $null #MPH not send this on api
to this:
Code:
Price24h      = $MiningPoolHub_Price
Is that right?

Right, you can now use MPH in 24h mode