diff --git a/cmd/lotus-provider/run.go b/cmd/lotus-provider/run.go index 6248742cc..2d1bc99cd 100644 --- a/cmd/lotus-provider/run.go +++ b/cmd/lotus-provider/run.go @@ -208,7 +208,7 @@ var runCmd = &cli.Command{ return xerrors.Errorf(`'%w' while parsing the config toml's [Apis] StorageRPCSecret=%v -Get it from the JSON documents in ~/.lotus-miner/keystore called .PrivateKey`, err, cfg.Apis.StorageRPCSecret) +Get it with: jq .PrivateKey ~/.lotus-miner/keystore/MF2XI2BNNJ3XILLQOJUXMYLUMU`, err, cfg.Apis.StorageRPCSecret) } al := alerting.NewAlertingSystem(j)