Howto HiveOS: Difference between revisions
Jump to navigation
Jump to search
Line 26: | Line 26: | ||
show last 100 lines from system log: | show last 100 lines from system log: | ||
tail -n 100 /var/log/syslog | tail -n 100 /var/log/syslog | ||
show network interfaces: | |||
ifconfig | |||
show wireless adapters | |||
iwconfig |
Revision as of 18:53, 16 February 2022
commands
show hive client agent:
agent-screen
ask for rig id and password again:
firstrun -f
run file manager:
mc
upgrade from console, same as hitting a button on the web:
selfupgrade
do a hard reboot:
sreboot
do a hard shutdown:
sreboot shutdown
show running miner screen:
miner
start currently configured miner:
miner start
stop currently configured miner:
miner stop
show miner log:
miner log
show miner configuration:
miner config
how boot system messages:
dmesg
show last 100 lines from system log:
tail -n 100 /var/log/syslog
show network interfaces:
ifconfig
show wireless adapters
iwconfig