Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: obm_dan on August 04, 2018, 07:15:40 PM



Title: Baikal ASIC API responses
Post by: obm_dan on August 04, 2018, 07:15:40 PM
Hello,

I’m trying to collect some test data to validate Baikal support in my miner monitoring utility.

Somebody was nice enough to provide me X10 output. I’m looking to get the rest, if possible. The reason is because I see a MHs field, but some of their miners are KHs. I’d prefer to not make an assumption and end up with the wrong implementation.

If you have one of their miners, could you please PM or respond here the result of the following commands. I’ll love you forever. And I keep my word! :)

Code:
echo '{"command":"stats"}' | netcat <baikal_ip_here> 4028
echo '{"command":"pools"}' | netcat <baikal_ip_here> 4028
echo '{"command":"devs"}' | netcat <baikal_ip_here> 4028

Make sure you remove your wallet from the response if it’s there.

Thanks in advance!