-
Notifications
You must be signed in to change notification settings - Fork 362
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API to check miner status or configure mining pool #223
Comments
I would love to have this status too. It would be nice to have it as another screen on device or accessible via REST API or both. |
That would be great. then I could integrate that into the iobroker |
I added #203 for something like this, too! |
+1 for this as well but it would be great if you return it using some of the bitaxe api naming conventions in api Bitaxe, then we can easily include in the same monitoring. :-)
I'm in the middle of writing a Netdata plugin to monitor the Bitaxe, so would be cool to standardise on api params for reuse within the OSMU projects. Cheers Thanks |
its already been done? |
I am looking for this now as well, I have people asking about an integration with it. Happy to provide support on API design if needed, but my C is not the strongest... Reference issue - UpstreamData/pyasic#176 |
Any updates on this? Would love to have a little API |
Nerdminer
has WiFi connectivity and it has IP address. I can ping it,ping
works. Unfortunately, I cannot find any API to check status of the miner, to check firmware version, uptime, hashrate, temperature, number of solved blocks, etc, etcThere is well defined API for miners, it is documented here
I think that implementing such API will open new possibilities for
NerdMiner
. It will be possible to run local monitoring server that will report status of each miner, to save data to log file, to change configuration from user friendly UI...cgminer
has simple PHP page to access API, an example.There were advanced management systems forcgminer
API, one of them was Minera. Unfortunately, Minera, it is not maintained anymore... It was replaced with systems like HiveOS those are more universal and with great support.Another useful function for network API will be "identify", it could be that LED at
NerdMiner
will blink for few seconds or that API can define color of LED and LED will shine that color for few seconds. Could be useful to find a troublemaker. In the case you have just oneNerdMiner
, that is not really useful but one you have more, you will find such feature useful...The text was updated successfully, but these errors were encountered: