Skip to content

Commit

Permalink
Merge pull request #1463 from filecoin-project/feat/readd-api-flag
Browse files Browse the repository at this point in the history
re add storage miner api flag
  • Loading branch information
magik6k committed Mar 27, 2020
2 parents a0b25c3 + 3470ed7 commit dc49a81
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmd/lotus-storage-miner/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit dc49a81

Please sign in to comment.