Post
Topic
Board Mining (Altcoins)
Re: miniZ, a new fast and friendly Equihash <144,5> Cuda miner.
by
webgkv
on 22/12/2018, 07:36:31 UTC
Hi webgkv,

I am not very familiar with power shell, but I think that miniZ does not like your getstat request.

Try instead of:
Code:
$Message = @{id = 1; method = "getstat"} | ConvertTo-Json -Compress
to use:
Code:
$Message = '{"id":"0", "method":"getstat"}'



Now it works great, thanks for the help!