update storage miner and seal worker document
This commit is contained in:
+1
-1
@@ -127,7 +127,7 @@ while true; do
|
||||
|
||||
echo
|
||||
echo
|
||||
echo Storage Miner Info
|
||||
echo Miner Info
|
||||
lotus-miner info
|
||||
|
||||
echo
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
[Unit]
|
||||
Description=Lotus Storage Miner
|
||||
Description=Lotus Miner
|
||||
After=network.target
|
||||
After=lotus-daemon.service
|
||||
Requires=lotus-daemon.service
|
||||
|
||||
@@ -4,7 +4,7 @@ SESSION=$(cat /proc/sys/kernel/random/uuid)
|
||||
|
||||
tmux -2 new-session -d -s $SESSION
|
||||
|
||||
tmux new-window -t $SESSION:1 -n 'Storage Miner'
|
||||
tmux new-window -t $SESSION:1 -n 'Miner'
|
||||
|
||||
tmux split-window -h
|
||||
|
||||
|
||||
@@ -122,7 +122,7 @@ while true; do
|
||||
|
||||
echo
|
||||
echo
|
||||
echo Storage Miner Info
|
||||
echo Miner Info
|
||||
lotus-miner info
|
||||
|
||||
echo
|
||||
|
||||
Reference in New Issue
Block a user