Post
Topic
Board Mining (Altcoins)
Re: miniZ, a new fast and friendly Equihash <144,5> Cuda miner.
by
miniZ
on 22/12/2018, 02:07:17 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"}'

not as pretty as what you had before, but it should do the trick.
(Also feel free to send us a private message if you think it would be useful)


Hi 1ncehost,

  Sorry for the inconvenience... we try to make sure that there are no regressions on new releases, but there are so many cards/overclock setting combinations that this might happend.
Which cards do you have on your rigs and which OS are you using? The changes from i+ to i++ are minimal, it would be interesting to understand what caused the problem. Thanks for your feedback!

Cheers and happy mining!