跳转至主要内容

显卡绘图器

Autonomys utilizes your drive storage, specifically SSD or NVMe drives, to store farms. After the plotting or replotting process is finished, your CPU then uses these farms to prove challenges. Farming is not particularly demanding on the CPU, enabling most modern processors to manage a substantial farm size. However, the farm creation process is highly resource intensive, which makes CPU plotting the main bottleneck.

Utilizing GPU plotting allows you to harness the power of compatible GPUs for farm generation and replotting, either in conjunction with or as a substitute for CPU processing. While many modern CPUs can complete the plotting of a sector in less than two minutes, a single high performance GPU can accomplish the same task in under five seconds, greatly improving efficiency and speed.

虽然显卡绘图不是强制性的,但与单纯依靠处理器相比,它提供了更高的能效和速度。

平台兼容性

平台🐧 Linux🪟 WindowsNvidiaAMDIntel
CLI🛠️🔮
Space Acres🔜🔮

🛠️ 部分 AMD 支持**仅限Linux ** 在最近的测试版本中可以使用。最新的测试版本链接在论坛

见Discord farmer-chat 频道获得部分支持。

支持的显卡

系列/型号支持
RTX 20xx 和更新的
GTX 16 系列

Nvidia drivers 550 版本或更高。不需要安装 CUDA 工具包

常见绘图参数

启用显卡绘图

When a compatible GPU is detected, CPU plotting is automatically disabled by default, but can be re-enabled if needed by specifying number of concurrently encoded sectors: --cpu-sector-encoding-concurrency <SECTORS>

--cpu-sector-encoding-concurrency 2

禁用显卡绘图

Linux
  --cuda-gpus ""
Windows
--cuda-gpus 99

指定具体显卡

Specify particular GPUs for plotting rather than using all available GPUs (the default configuration employs all compatible GPUs): --cuda-gpus <GPU_IDS>

--cuda-gpus 0,1,3

耕种集群

在使用 Farming Cluster 时,特别是使用多个或快速 GPU 时,您可能会遇到网络带宽的限制。高性能 GPU 可以轻松超过 1G 连接的容量。虽然这不会导致进程失败,但可能会导致 GPU 在等待数据传输时闲置。为了优化这种情况下的性能,请考虑将网络升级到 2.5G、10G 或更高。