Post
Topic
Board Hardware
Re: GekkoScience has a new pod miner, just in time for Christmas
by
gergar
on 29/01/2023, 23:11:14 UTC
https://github.com/kanoi/cgminer/blob/master/API-README#L70

So {"command":"ascset","parameter":"1,chip,0:0"}

However, you don't need to use JSON, so as per https://kano.is/gekko.php

java API "ascset|1,chip,0:0" MinerIP

I will give it a try, if not i will try to call using shell the JAVA Api, just wanted to avoid os calls. THANK YOU!
Whatever you use, there are 2 formats

"ascset|1,chip,0:0"
or
'{"command":"ascset","parameter":"1,chip,0:0"}'

(aside: I designed and wrote the cgminer API)

Hey @kano!!!! THANK YOU my code now works so i can test each chip and set temp telemetry on each Smiley this is amazing!!!

THANK YOU!!!