Print out the miner hardware ID and IP in Braiins OS+

With the installed Braiins OS+, all devices get a uniq identifier ID called Hardware ID, in some case you need to find out the Hardware ID and the related IP.

You can collect Hardware ID and IP in a logs.txt file through the command below in the Toolbox:

For 22.08 and higher:

bos-toolbox command -o -p root ip.csv "cat /tmp/miner_hwid | tr '\n' ' ' && cat /etc/network.conf | grep ipaddress"  > idips.txt

For 22.05 and lower:

bos-toolbox command -o -p root ip.csv "cat /tmp/miner_hwid && uci show network.lan.ipaddr" > idips.txt
« Go back