Howto HiveOS: Difference between revisions
Jump to navigation
Jump to search
Line 30: | Line 30: | ||
show wireless adapters | show wireless adapters | ||
iwconfig | 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 |
Revision as of 18:55, 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