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/942398598557388800Pretty sure you want to edit Zpool.ps1, go to about line 89 and add:
switch ($Zpool_Algo){
"X11"{$Divisor *= 1000}
"qubit"{$Divisor *= 1000}
"quark"{$Divisor *= 1000}
"keccak"{$Divisor *= 1000}
}