# Clore Fleet（批量接入）

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

要将任意数量的服务器添加到 Clore.ai，请按照以下步骤操作：

## 重要：不要在已在 Clore 平台上列出的机器上启用 Clore Fleet！这会以新名称注册该机器，取消原始客户订单并删除订单数据。

1. 导航至 [Clore 市场 - 我的服务器](https://clore.ai/my-servers).
2. 找到并点击“批量加入”按钮以开始该流程。
3. 选择您的操作系统：

选择您的操作系统。在本指南中，我们以 HiveOS 为例（标准 Ubuntu 设置的步骤类似）。

4. 选择两种定价模型之一：

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

### 您可以为服务器选择以下两种定价系统之一：

a) 固定定价

<figure><img src="/files/643899537462349dba80472db8e5369c6c64c48b" alt="" width="563"><figcaption></figcaption></figure>

• 您可以在 Clore 或 BTC 中为服务器租赁设置特定数值。

• 或者，您可以启用以美元自动重新计算价格。例如，如果您设置价格为 $10，系统会每两小时自动调整 Clore/BTC 中的租赁价格以匹配 $10 美元。

b) 基于挖矿盈利的定价

• 如果您在运行 Clore Fleet 的同时运行其他矿工（例如开采 Clore Coin），系统会监控您服务器的盈利情况。

• 例如，如果您的服务器在某个挖矿算法上获得 $5，且您设置了 x2 的乘数，您的矿机将在市场上以 $10 的价格挂牌。

• 如果盈利情况发生变化，市场价格将相应调整。

### **我们有 2 种租赁类型**

按需租赁：服务器按主机设定的固定价格出租。在合同取消或客户余额不足以继续服务之前，服务器会为该客户保留。

竞价市场：以拍卖式费率进行的快速交易。最低价格由主机设定，通常低于按需费率。服务器不保留，较高的出价可以超越当前报价。

<figure><img src="/files/9fa26165d866112dc8b7eaa3d520b44fb24dd47a" alt="" width="563"><figcaption></figcaption></figure>

5. 选择租赁期限：

选择您计划出租矿机的期限。我们建议最低租赁时长为 150 小时。

6. 选择附加选项：

### 有三项可选设置可供配置：

a) 在每次机器重启或配置更改时覆盖报价细节

• 启用此选项后，您将无法在上机后通过 Clore.ai 网站编辑服务器价格。

• 价格调整只能通过更改您在 HiveOS 平台上设置为钱包地址的唯一授权令牌来实现。

b) 默认使用 HiveOS 的超频和功耗限制用于订单

• 如果选择此项，您的功耗限制和核心/显存频率设置将从 HiveOS 中复制。

• 该选项对不希望以满功耗限制出租矿机的矿工非常关键。

• 注意：启用此选项将自动在 Clore 市场的“功效市场”上列出您的服务器，这是一个专门针对矿机的市场。

c) 即使矿工被禁用也保持 Clore.ai 运行

• 该选项允许您将 Clore Fleet 从 flight sheet 中移除，但它仍会在后台运行。

• 此选项针对使用 HiveOS 未正式支持的自定义设置（例如开采 Aleo）的矿工而设计。

• 如果您启用此选项并且后来希望从服务器中移除 Clore Fleet，请运行以下命令：

```
systemctl stop clore-onboarding.service ; systemctl disable clore-onboarding.service ; systemctl stop clore-hosting.service ; systemctl disable clore-hosting.service ; systemctl stop docker.service ; systemctl disable docker.service
```

7. 启动矿工

为简化操作，只需复制左侧字段中显示的配置，并在 HiveOS 创建新 flight sheet 时使用“从剪贴板导入”功能。

<figure><img src="/files/a074b48c8d55ee92287b74bbe2f3fe27f34a496c" alt="" width="375"><figcaption><p>复制此项</p></figcaption></figure>

<figure><img src="/files/7e0fd0f3148a1cb23113e90df4ccf00ad3bfedf5" alt="" width="375"><figcaption><p>粘贴到此处</p></figcaption></figure>

8. 将您的唯一授权令牌指定为钱包地址

<figure><img src="/files/ed7200e382b65f717659953dcc8b8cffa57cf751" alt=""><figcaption><p>示例</p></figcaption></figure>

**重要：切勿与任何人共享您的唯一授权令牌。此令牌允许他人控制您的服务器。**

9. 如果您选择了“即使矿工被禁用也保持 Clore.ai 运行”，您可以设置任意 FlightSheet；这不会影响 Clore Fleet。


---

# 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/advanced/clore-fleet-mass-onboarding.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.
