Skip to content

Commit

Permalink
Merge pull request #275 from filecoin-project/fatman13-patch2
Browse files Browse the repository at this point in the history
add tips for snapshot
  • Loading branch information
Joss-Hua authored Feb 11, 2022
2 parents cdc4feb + 1196c67 commit 74eefef
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/guide/How-To-Deploy-MingPool.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,12 @@ $ kill <VENUS_PID>
$ nohup ./venus daemon --network=cali --auth-url <http://VENUS_AUTH_IP_ADDRESS:PORT> > venus.log 2>&1
```

:::tip

In order for the chain service to interact with the chain, daemon needs to be synced with the network by importing a snapshot of the filecoin chain. Please refer to [this guide](Chain.md) for more details.

:::

## Install venus-messager

Download and compile the source code of venus-messager.
Expand Down
6 changes: 6 additions & 0 deletions docs/zh/guide/How-To-Deploy-MingPool.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,12 @@ $ kill -9 <VENUS_PID>
$ nohup ./venus daemon --network=cali --auth-url=<http://VENUS_AUTH_IP_ADDRESS:PORT> > venus.log 2>&1
```

:::tip

为了链服务能够与链进行交互,`daemon`需要与网络其他节点同步最新的链。具体如何导入一个链的`snapshot`进行链同步可参见[这个文档](Chain.md)

:::

## 安装venus-messager

下载并编译`venus-messager`的源代码。
Expand Down

0 comments on commit 74eefef

Please sign in to comment.