feat: miner cli: Separate proving workers command
This commit is contained in:
@@ -2040,6 +2040,7 @@ COMMANDS:
|
||||
deadline View the current proving period deadline information by its index
|
||||
faults View the currently known proving faulty sectors information
|
||||
check Check sectors provable
|
||||
workers list workers
|
||||
help, h Shows a list of commands or help for one command
|
||||
|
||||
OPTIONS:
|
||||
@@ -2116,6 +2117,20 @@ OPTIONS:
|
||||
|
||||
```
|
||||
|
||||
### lotus-miner proving workers
|
||||
```
|
||||
NAME:
|
||||
lotus-miner proving workers - list workers
|
||||
|
||||
USAGE:
|
||||
lotus-miner proving workers [command options] [arguments...]
|
||||
|
||||
OPTIONS:
|
||||
--color use color in display output (default: depends on output being a TTY)
|
||||
--help, -h show help (default: false)
|
||||
|
||||
```
|
||||
|
||||
## lotus-miner storage
|
||||
```
|
||||
NAME:
|
||||
|
||||
Reference in New Issue
Block a user