Skip to content

Commit

Permalink
Merge pull request #446 from cloudxin/patch-2
Browse files Browse the repository at this point in the history
Update 快速启用.md
  • Loading branch information
elvin-du authored Sep 28, 2023
2 parents 471ca36 + 9c2e8ae commit ce9c52a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/zh/快速启用.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,14 @@ $ nohup ./droplet run > droplet.log 2>&1 &
/ip6/::1/tcp/49770/p2p/12D3KooWQftXTGFBKooKuyaNkugapUzi4VmjxEKTgkpsNCQufKBK
```

- 添加一个 `miner` 到droplet中,用于管理这个节点存储和检索使用

```bash
./droplet actor upsert --account test-1041 f01041
```

`--account`可以随意取名,用于标记`miner`的名称。

-`miners``Multiaddrs``peer-id` 设置为 `droplet``Multiaddrs``peer-id`

```bash
Expand Down

0 comments on commit ce9c52a

Please sign in to comment.