Post
Topic
Board Hardware
Re: GekkoScience has a new pod miner, just in time for Christmas
by
gergar
on 28/01/2023, 21:43:21 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)

Thank you @Kano!!! yeah I am aware you are the designer and developer amazing job!!! it is impressive THANK YOU!!