Rename pledge-sector
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
parent
8bb6ab02e3
commit
e2bd4b658b
@ -13,7 +13,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var storeGarbageCmd = &cli.Command{
|
var storeGarbageCmd = &cli.Command{
|
||||||
Name: "store-garbage",
|
Name: "pledge-sector",
|
||||||
Usage: "store random data in a sector",
|
Usage: "store random data in a sector",
|
||||||
Action: func(cctx *cli.Context) error {
|
Action: func(cctx *cli.Context) error {
|
||||||
nodeApi, closer, err := lcli.GetStorageMinerAPI(cctx)
|
nodeApi, closer, err := lcli.GetStorageMinerAPI(cctx)
|
||||||
|
@ -53,7 +53,7 @@ lotus-storage-miner info
|
|||||||
**Seal** random data to start producing **PoSts**:
|
**Seal** random data to start producing **PoSts**:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
lotus-storage-miner store-garbage
|
lotus-storage-miner pledge-sector
|
||||||
```
|
```
|
||||||
|
|
||||||
Get **miner power** and **sector usage**:
|
Get **miner power** and **sector usage**:
|
||||||
|
Loading…
Reference in New Issue
Block a user