Post
Topic
Board Hardware
Re: BITMAIN AntRouter R1: 1st wireless networking device with bitcoin mining chip
by
RichBC
on 05/11/2015, 18:18:47 UTC
I have not yet been able to put my hands on one of these, but I am currently drafting up some code to be able to run monitor on one of these (already have the code partially working on an S1 controller), so here's a request to whoever has one of these.
Could you kindly run via SSH and post the output here from the command cgminer-api '{"command":"stats"}'?

PS. Copying from the SSH window (in MS Windows) involves simply selecting the text in the SSH window then pasting into a message (no need to look for a copy command via right-clicking ... automatically done when you select the text.

@ITop_James - did you manage to get your order delivered after all?

Just remembered this.


Quote
/$ cgminer-api '{"command":"stats"}'
Reply was '{"STATUS":[{"STATUS":"S","When":1446747425,"Code":70,"Msg":"CGMiner stats","Description":"cgminer 4.8.0"}],"STATS":[{"STATS":0,"ID":"ANTR10","Elapsed":8393,"Calls":0,"Wait":0.000000,"Max":0.000000,"Min":99999999.000000,"GHS 5s":"15.84G","GHS av":"13.76G","read_time":200,"read_time_limit":0,"fullnonce":12.782252,"miner_count":1,"Hs":0.000000002976100,"W":0.000000,"total_values":0,"range":0,"history_count":0,"history_time":0.000000,"min_data_count":5,"timing_values":0,"timing_mode":"default","is_timing":false,"baud":115200,"work_division":1,"fpga_count":1,"USB Pipe":"0"}],"id":1}'
[{"STATUS":[{"STATUS":"S"] =>
(
  
  • => {"STATUS":[{"STATUS":"S"
  • [1] => "When":1446747425
       [2] => "Code":70
       [3] => "Msg":"CGMiner stats"
       [4] => "Description":"cgminer 4.8.0"}]
       [5] => "STATS":[{"STATS":0
       [6] => "ID":"ANTR10"
       [7] => "Elapsed":8393
       [8] => "Calls":0
       [9] => "Wait":0.000000
       [10] => "Max":0.000000
       [11] => "Min":99999999.000000
       [12] => "GHS 5s":"15.84G"
       [13] => "GHS av":"13.76G"
       [14] => "read_time":200
       [15] => "read_time_limit":0
       [16] => "fullnonce":12.782252
       [17] => "miner_count":1
       [18] => "Hs":0.000000002976100
       [19] => "W":0.000000
       [20] => "total_values":0
       [21] => "range":0
       [22] => "history_count":0
       [23] => "history_time":0.000000
       [24] => "min_data_count":5
       [25] => "timing_values":0
       [26] => "timing_mode":"default"
       [27] => "is_timing":false
       [28] => "baud":115200
       [29] => "work_division":1
       [30] => "fpga_count":1
       [31] => "USB Pipe":"0"}]
       [32] => "id":1}
    )
Not sure if I have done this right or what it means but I opened a Terminal from WinSCP and pasted the command?

Also reminds me has anyone had an R1 from ITop as I have had one on order from them for quite some time now?


Rich