# 如何为你的服务器定价

您的 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 的仪表盘，并将计算得到的数值填入按需定价字段。将即用价（Spot price）设置得略低一些，然后启用租赁。

注意：您可以根据需求把价格设在基线之上或之下。在这种情况下，挖矿盈利能力仅作为参考指导。

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

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

如果您不仅有矿机，还有能够处理 AI 任务的强大 GPU 服务器，您可以根据挖矿盈利能力设定即用价（Spot price），而租赁价（Rent price）则可基于预期的服务成本来设定。

CLORE 币奖励：

除了租金支付（例如 $2.96）外，租户还会收到 CLORE 币作为奖励。您可以在网站上的计算器中查询确切金额。

别忘了考虑佣金：即用租赁为 2.5%，其他情况下为 10%。因此，对于一天的租赁，结果将是：

```
2,664$ + 14,9775 CLORE
```

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


---

# 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.clore.ai/clore.ai/clore.ai-eng-zh/zhen-dui-zhu-ji/server-settings/how-to-price-your-servers-for-rental.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.
