Post
Topic
Board Mining (Altcoins)
Re: Megaminer 5.0b - Multi pool / Multi Algo launcher
by
I_M
on 17/12/2017, 17:12:21 UTC
Anywhere I can edit how the API for zpool is interpreted? It appears a couple of hours ago, they switched profitability reporting on Keccak from BTC/MH/day to BTC/GH/day. I was wondering why my miners had switched to Keccak overnight and my balance graph went flat.

Here's the tweet about it.  https://twitter.com/_zpool_/status/942398598557388800

Pretty sure you want to edit Zpool.ps1, go to about line 89 and add:

Quote
switch ($Zpool_Algo){
    "X11"{$Divisor *= 1000}
    "qubit"{$Divisor *= 1000}
    "quark"{$Divisor *= 1000}
    "keccak"{$Divisor *= 1000}
}