# 5. Boostd 正常运行情况下如何配置从 Swan Provider 接收订单

1. 根据[此步骤](https://github.com/filswan/go-swan-provider/blob/main/README-CN.md#%E5%AE%89%E8%A3%85)安装 Swan Provider
2. 将 `Boostd`repo 移动到 `$SWAN_PATH` 并将 `boostd` 二进制文件移到 `/usr/local/bin/`:

```
mkdir $SWAN_PATH/provider/boost
mv ~/.boost/* $SWAN_PATH/provider/boost/mv boostd /usr/local/bin/
```

3. 打开[此链接](https://github.com/filswan/go-swan-provider/blob/main/README-CN.md#%E9%85%8D%E7%BD%AE%E5%B9%B6%E8%BF%90%E8%A1%8C)根据步骤配置 `config.toml`&#x20;
4. 启动 Swan Provider

```
ulimit -SHn 1048576
export SWAN_PATH = "/data/.swan"
nohup swan-provider daemon >> swan-provider.log 2>&1 &
```

如遇任何问题，请在 [FilSwan Discord](https://filswan.com/discord) 频道联系我们。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs-cn.filswan.com/swan-provider/chang-jian-wen-ti/5.-boostd-zheng-chang-yun-hang-qing-kuang-xia-ru-he-pei-zhi-cong-swan-provider-jie-shou-ding-dan.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
