re add storage miner api flag

This commit is contained in:
Jeromy 2020-03-26 22:19:29 -07:00
parent a0b25c3718
commit 3470ed7847

View File

@ -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",