Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update quick start doc #430

Merged
merged 1 commit into from
Sep 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading