Skip to content

Commit

Permalink
docs: update quick start doc
Browse files Browse the repository at this point in the history
  • Loading branch information
simlecode committed Sep 12, 2023
1 parent c0a36e1 commit fc343ae
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/zh/快速启用.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,12 @@ $ nohup ./droplet run > droplet.log 2>&1 &
```
> 已经生成 `repo` 之后,初始化所需的参数被写入配置文件,故后续启动无需再加。
### 添加 miner

```
./droplet actor upsert t01041
```

### 设置droplet信息到网络

- 查询 `droplet` 的对等节点监听地址,获取`addrs``peer-id`值。
Expand Down Expand Up @@ -233,12 +239,12 @@ Price per GiB/Epoch Verified Min. Piece Size (padded) Max. Piece Size (padded
存储服务提供商至少应设置收款地址

```bash
./droplet retrieve ask set t3ueb62v5kbyuvwo5tuyzpvds2bfakdjeg2s33p47buvbfiyd7w5fwmeilobt5cqzi673s5z6i267igkgxum6a
./droplet retrieval ask set t3ueb62v5kbyuvwo5tuyzpvds2bfakdjeg2s33p47buvbfiyd7w5fwmeilobt5cqzi673s5z6i267igkgxum6a
```

同时,也可以设置数据检索订单的价格,不设置时,默认为0.
```bash
./droplet retrieve ask set \
./droplet retrieval ask set \
--price 0.02fil \
--unseal-price 0.01fil \
--payment-interval 1MB \
Expand Down

0 comments on commit fc343ae

Please sign in to comment.