The last I have it 7-19 and while it is ok it is still buggy.
The API is messed up as well as programs like MultiMiner can find them but they show as idle when they are running fine.
We use Awesomeminer - picks them right up and doesnt seem to have any issues.
While having the support of a single closed-source miner is cool, I'd love to support them in MultiMiner and MobileMiner as well. They use the documented CGMiner RPC API and the BTC Garden ASICs are the first to have any issue. I've already contacted the manufactures with no luck.
If there's anything you can do to help that would be great. Again I'd love to support them in my apps. You can PM me or email me at nwoolls @ gmail
Hello, I have looked into this further and the issue is that BTC Gardens ASICs reply to the DEVS RPC API call with the following:
pi@raspberrypi ~ $ echo -n "devs" | netcat W.X.Y.Z 4028
STATUS=E,When=1410482156,Code=10,Msg=No ,Description=cgminer 4.3.3|
The Code=10 above means that the BTC Gardens fork of CGMiner is returning No Devices when asked:
https://github.com/ckolivas/cgminer/blob/master/api.c#L314
Until / unless this is fixed, BTC Gardens ASICs will continue to have issues with any monitoring systems that use the DEVS RPC API call.
Write-up: https://github.com/nwoolls/MultiMiner/wiki/Network-Devices#btc-gardens