added gpu proving lotus-worker env vars

This commit is contained in:
Patrick Deuse 2022-07-12 21:36:32 +08:00
parent 8a0b25cfc1
commit 66a7e32e58

View File

@ -93,6 +93,7 @@ func main() {
Name: "enable-gpu-proving",
Usage: "enable use of GPU for mining operations",
Value: true,
EnvVars: []string{"LOTUS_WORKER_ENABLE_GPU_PROVING"},
},
},