Howto HiveOS: Difference between revisions
No edit summary |
|||
Line 36: | Line 36: | ||
switch between screens if you have second miner running and so on: | switch between screens if you have second miner running and so on: | ||
ctrl+a, space or ctrl+a, 1,2,3 | ctrl+a, space or ctrl+a, 1,2,3 | ||
show logs of various parts (you can try log1 and log2) of the Hive agent | |||
agent-screen log | |||
say hello to server: to refresh IP addresses, configs etc: | |||
hello | |||
check and diagnose your network connection: | |||
net-test | |||
show time and date synchronization settings: | |||
timedatectl | |||
show list of all processes: | |||
top -b -n 1 | |||
wd status — show hashrate watchdog status and log |
Revision as of 18:57, 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
stop any running command:
ctrl+c
detach from screen (miner or agent) to leave it working:
ctrl+a, d
switch between screens if you have second miner running and so on:
ctrl+a, space or ctrl+a, 1,2,3
show logs of various parts (you can try log1 and log2) of the Hive agent
agent-screen log
say hello to server: to refresh IP addresses, configs etc:
hello
check and diagnose your network connection:
net-test
show time and date synchronization settings:
timedatectl
show list of all processes: top -b -n 1
wd status — show hashrate watchdog status and log