Altcoins Talks - Cryptocurrency Forum

Cryptocurrency Ecosystem => Bitcoin Forum => Bitcoin Mining => Topic started by: BitMaxz on February 07, 2024, 11:54:07 PM

Title: FMS app commands for Avalon units
Post by: BitMaxz on February 07, 2024, 11:54:07 PM
I just want to post this and maybe it may become useful to miners who have Avalon gears the main source where I got this  list was deleted and I want to post it here so that it won't gone forever because Canaan never released these commands.

Here we go:

Code: [Select]
If you forgot the password before the change, you can click the Diagnose
button and enter the command to display the current password
[{"command":"ascset",�"parameter":"0,password,private"}]

The commonly used API instructions are the following:
View version :[{"command":"version"}]
Re-aging : [{"command":"ascset","parameter":"0,aging-set,1"}]
[{"command":"ascset","parameter":"0,aging-parame-
ter,60-537:562:587:612"}]
Display LCD information :
echo -n "lcd|" | socat -t 300 stdio tcp:10.100.227.139:4028,shut-none &&
echo
Aging:
[{"command":"ascset", "parameter":"0,aging-set,1"}]
Restart:
[{"command":"ascset", "parameter":"0,reboot,0"}]
Set voltage :
[{"command":"ascset", "parameter":"0,hashpower,1260"}]

13. Batch aging of mining machines
Select a machine to be aged in status, click the Aging button to start aging

14. Fan speed
[{"command":"ascset","parameter":"0,fan-spd,90"}]

Other API commands can be found from the link below just follow the format from the command above you can able to make API commands work.

- https://github.com/Canaan-Creative/avalon10-docs/blob/master/Universal%20API/Avalon%20A10%20API%20manual-EN.md

If you know more FMS app commands you can share it here.