> For the complete documentation index, see [llms.txt](https://docs.clore.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clore.ai/clore.ai/clore.ai-eng-zh/mian-xiang-zhu-ji-ti-gong-zhe/server-settings/how-to-price-your-servers-for-rental.md).

# 如何为服务器定价

你的 GPU 能带来的最低盈利能力，就是挖矿收入，可使用挖矿计算器（例如 hashrate.no）来计算。这可作为设定租赁价格的基准。我们来看一个配有 8 张 3070 GPU 的矿机示例。

<figure><img src="/files/3562e4df83cc28ea7ed961376525045300e5e175" alt=""><figcaption></figcaption></figure>

#### 确定矿机盈利能力：

前往 hashrate.no 网站，查找单张 3070 显卡的盈利能力，例如 0.37 美元。对于一台有 8 张显卡的矿机，盈利能力将是：

```
0,37 * 8 = 2,96$
```

这就是一台 8 x 3070 矿机当前的盈利能力，可在设定租赁价格时作为起点。

### 在服务器上设置价格：

如前所述，你可以通过启用相应功能，直接在服务器设置中指定美元价格。随后，BTC 和 CLORE 价格会根据汇率自动重新计算并更新。如果你更希望为 BTC 和 CLORE 设置固定值，则需要手动换算计算出的美元金额。

### 在 Clore 仪表板中配置：

登录 clore.ai 上的仪表板，并将计算出的数值填入按需定价字段。将现货价格设得稍低一些，然后启用租赁。

注意：你可以根据需求将价格设定在基准之上或之下。在这种情况下，挖矿盈利能力仅作为参考。

> **提示：价格教练。** 平台会基于与类似硬件相关的实时市场数据提供内置定价建议，因此在保存之前，你可以看到你的价格与市场相比如何。

> **简化定价。** 定价表单提供简化的 USD/天 视图：只需设置一个美元数值，BTC/CLORE 价格就会自动跟随汇率变化。每日价格上限为 0.015 BTC / 600,000 CLORE / 1,000 美元。

<figure><img src="/files/da3378bb6d4fae56cefbec8f542bb8f00bbde04d" alt=""><figcaption></figcaption></figure>

### 为 GPU 服务器设置价格：

如果你不仅有一台矿机，还有一台能够处理 AI 任务的强大 GPU 服务器，那么你可以根据挖矿盈利能力来设置现货价格，而租用价格可以根据预期服务成本来设定。

CLORE 币奖励：

除了租赁付款（例如 2.96 美元）之外，租用者还会获得 CLORE 币奖励。你可以使用网站上的计算器找到准确数量。

别忘了计入市场费用。总费用（按需 10%，现货 2.5%）由租用者和主机各承担 50%，因此你的主机分成是按需 5% 和现货 1.25%，再加上 [额外主机费用](/clore.ai/clore.ai-eng-zh/mian-xiang-zhu-ji-ti-gong-zhe/host-fees.md) 非 CLORE 支付部分的费用。以一天、按需租用 2.96 美元为例，结果为：

```
2.812 美元 + 额外的 CLORE 奖励
```

> 📚 另请参见： [GPU 挖矿盈利能力 — 在 Clore.ai 上挖矿与租赁对比](https://blog.clore.ai/gpu-mining-profitability/)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.clore.ai/clore.ai/clore.ai-eng-zh/mian-xiang-zhu-ji-ti-gong-zhe/server-settings/how-to-price-your-servers-for-rental.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
