Skip to content

Commit

Permalink
modify README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FroghubMan committed Jan 7, 2022
1 parent 046ec65 commit 5e7eaf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ sealer-recover --version
### Usage
1. Specify miner number and sector list, export sector information file:
```shell
export FULLNODE_API_INFO=token of chain node
export FULLNODE_API_INFO=...:/ip4/10.10.10.1/tcp/1234/http
sealer-recover export --miner=f01000 1 2 3 4 5 6
```
Generate the sector recovery metadata file `sectors-recovery-f01000.json` in the current directory.
Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ sealer-recover --version
### 使用方式
1、指定矿工号及扇区列表,导出扇区信息文件:
```shell
export FULLNODE_API_INFO=链节点的token
export FULLNODE_API_INFO=...:/ip4/10.10.10.1/tcp/1234/http
sealer-recover export --miner=f01000 1 2 3 4 5 6
```
在当前目录下生成扇区恢复的元数据文件`sectors-recovery-f01000.json`
Expand Down

0 comments on commit 5e7eaf3

Please sign in to comment.