Bitcoin Forum

Bitcoin => Mining support => Topic started by: caxibrema on January 23, 2018, 02:25:00 PM



Title: Avalon 741 Miner Stats
Post by: caxibrema on January 23, 2018, 02:25:00 PM
Anyone is an expert on what cgminer API for stats(https://pastebin.com/ctH3jfuq (https://pastebin.com/ctH3jfuq)) returns for avalon 741?

I am particularly trying to find the following 2 things:
1) Hardware error rate
2) Something equivalent to bitmains asic info (The o's, x's, -'s)


Title: Re: Avalon 741 Miner Stats
Post by: fanatic26 on January 23, 2018, 06:08:54 PM
Neither of those are stats that the Avalons track. If there is a failed chip on the Avalon board it will show up as an error code. HW errors can pretty much be safely ignored as well as there is nothing you can do about them.


Title: Re: Avalon 741 Miner Stats
Post by: caxibrema on January 23, 2018, 06:12:24 PM
Good to know. The error codes I got them from https://github.com/Canaan-Creative/avalon7-docs/wiki/AvalonMiner-error-code (https://github.com/Canaan-Creative/avalon7-docs/wiki/AvalonMiner-error-code) so I think I am good to go  8)


Title: Re: Avalon 741 Miner Stats
Post by: fanatic26 on January 23, 2018, 06:19:20 PM
Remember the error codes are additive. For example if you have an error 32 and an error 8 it will show as error 40.

The easiest way to check codes is through their query tool. It will list all applicable codes.

https://canaan.io/downloads/query_a7_ec_status.html


Title: Re: Avalon 741 Miner Stats
Post by: caxibrema on January 23, 2018, 06:23:24 PM
Quote
Remember the error codes are additive. For example if you have an error 32 and an error 8 it will show as error 40.

The easiest way to check codes is through their query tool. It will list all applicable codes.

Right! They are bit or. I was automating this for an open source project but It should be pretty straightforward to do this from python. https://github.com/anselal/antminer-monitor (https://github.com/anselal/antminer-monitor)



Title: Re: Avalon 741 Miner Stats
Post by: skljoc on February 06, 2018, 06:13:10 PM
Remember the error codes are additive. For example if you have an error 32 and an error 8 it will show as error 40.

The easiest way to check codes is through their query tool. It will list all applicable codes.

https://canaan.io/downloads/query_a7_ec_status.html

Hello, can you please guide me to where I can see the error codes showing?

Thanks


Title: Re: Avalon 741 Miner Stats
Post by: fanatic26 on February 06, 2018, 06:14:32 PM
Remember the error codes are additive. For example if you have an error 32 and an error 8 it will show as error 40.

The easiest way to check codes is through their query tool. It will list all applicable codes.

https://canaan.io/downloads/query_a7_ec_status.html

Hello, can you please guide me to where I can see the error codes showing?

Thanks

They are right on the cgminer status page in the bottom right corner.


Title: Re: Avalon 741 Miner Stats
Post by: skljoc on February 06, 2018, 06:32:31 PM
Remember the error codes are additive. For example if you have an error 32 and an error 8 it will show as error 40.

The easiest way to check codes is through their query tool. It will list all applicable codes.

https://canaan.io/downloads/query_a7_ec_status.html

Hello, can you please guide me to where I can see the error codes showing?

Thanks

They are right on the cgminer status page in the bottom right corner.

It seems there arent any. Am I missing something? Here is a screenshot

https://i.imgur.com/vvtRXRK.png


Title: Re: Avalon 741 Miner Stats
Post by: caxibrema on February 06, 2018, 07:10:08 PM
Quote
It seems there arent any. Am I missing something? Here is a screenshot

https://i.imgur.com/vvtRXRK.png

I think you have to click in the CGMiner API log tab


Title: Re: Avalon 741 Miner Stats
Post by: skljoc on February 06, 2018, 08:33:18 PM
Quote
It seems there arent any. Am I missing something? Here is a screenshot

https://i.imgur.com/vvtRXRK.png

I think you have to click in the CGMiner API log tab

Still nothing. I have attached a screenshot again.

https://i.imgur.com/mirMoiig.jpg


Title: Re: Avalon 741 Miner Stats
Post by: Steamtyme on February 06, 2018, 08:35:59 PM
Quote
It seems there arent any. Am I missing something? Here is a screenshot

https://i.imgur.com/vvtRXRK.png

I think you have to click in the CGMiner API log tab

Still nothing. I have attached a screenshot again.

https://i.imgur.com/mirMoiig.jpg

From what I can see you do not have any errors.

They show up in the API log under ECHU and ECMM.



Title: Re: Avalon 741 Miner Stats
Post by: skljoc on February 06, 2018, 08:40:15 PM
Quote
It seems there arent any. Am I missing something? Here is a screenshot

https://i.imgur.com/vvtRXRK.png

I think you have to click in the CGMiner API log tab

Still nothing. I have attached a screenshot again.

https://i.imgur.com/mirMoiig.jpg

From what I can see you do not have any errors.

They show up in the API log under ECHU and ECMM.



Can you tell me how are they labeled ?


Title: Re: Avalon 741 Miner Stats
Post by: Steamtyme on February 06, 2018, 09:02:20 PM
They are labelled as ECHU and ECMM

You need to look at your API log, the one you posted a pic of. Scroll down through the list until you see those listed along the left side of the screen.

Here is a link to the codes

https://github.com/Canaan-Creative/avalon7-docs/wiki/AvalonMiner-error-code


Title: Re: Avalon 741 Miner Stats
Post by: skljoc on February 06, 2018, 09:11:43 PM
They are labelled as ECHU and ECMM

You need to look at your API log, the one you posted a pic of. Scroll down through the list until you see those listed along the left side of the screen.

Here is a link to the codes

https://github.com/Canaan-Creative/avalon7-docs/wiki/AvalonMiner-error-code

Thanks heaps. I think I managed to find some errors on other controllers. Cheers


Title: Re: Avalon 741 Miner Stats
Post by: Steamtyme on February 06, 2018, 09:19:19 PM
NP