Merge pull request #1463 from filecoin-project/feat/readd-api-flag
re add storage miner api flag
This commit is contained in:
commit
dc49a81a05
@ -31,6 +31,10 @@ var runCmd = &cli.Command{
|
||||
Name: "run",
|
||||
Usage: "Start a lotus storage miner process",
|
||||
Flags: []cli.Flag{
|
||||
&cli.StringFlag{
|
||||
Name: "api",
|
||||
Usage: "2345",
|
||||
},
|
||||
&cli.BoolFlag{
|
||||
Name: "enable-gpu-proving",
|
||||
Usage: "enable use of GPU for mining operations",
|
||||
|
Loading…
Reference in New Issue
Block a user