Howto HiveOS: Difference between revisions
Jump to navigation
Jump to search
Line 22: | Line 22: | ||
show miner configuration: | show miner configuration: | ||
miner config | miner config | ||
how boot system messages: | |||
dmesg | |||
show last 100 lines from system log: | |||
tail -n 100 /var/log/syslog |
Revision as of 18:52, 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