Post
Topic
Board Mining (Altcoins)
Re: NEMOSMINER multi algo profit switching NVIDIA miner
by
carlcapone
on 19/12/2017, 07:06:26 UTC
For those having issues with zpool pool stats. Here's what I've used for the last 24 hours.

@Nemos, I'm having success using this code from sniffdog.

Zpool24hour.ps1 pool

try
{
    $Zpool_Request = Invoke-WebRequest "http://www.zpool.ca/api/status" -UseBasicParsing | ConvertFrom-Json
}
catch
{
    return
}

I am not entirely sure what this code does: -Headers @{"Cache-Control"="no-cache"} since I am not that familiar with scripting but I do understand some of it.