入门指南
For those who prefer a visual guide, we have prepared installation videos to assist you. The videos will help you to set up the Space Acres Recommended farming application in under 10 minutes. Please follow the installation videos to use SubWallet to create a compatible Substrate account and refer to the detailed guide on downloading and configuring Autonomys' farming application, Space Acres.
操作系统
Application | Ubuntu | Windows | macOS |
---|---|---|---|
CLI | 22.04 | 11 | 14 (Sonoma) |
Space Acres | 24.04 | 11 | 14 (Sonoma) |
* Note that these are the officially supported minimum versions. For example, Windows 10 will not be officially supported but is likely to work. The team will not prioritize supporting issues that are only present on Windows 10.
硬件
硬件 | CPU | RAM | 节点存储 | 农场存储 |
---|---|---|---|---|
Minimum ¹ | 4 核心及以上 | 8GB | 100GiB ² | 100GiB |
推荐 | Intel Core i7-6700或相当的 | 16GB以上 | 256GB | ³ |
¹ Nodes that meet minimum requirements should be able to farm and sync with the network under normal conditions. However, performance may decline during periods of heavy network load, such as when blocks are filled with numerous transactions.
² While 100GiB is sufficient for running a farming node, a domain node will require more than 100GiB of storage.
³ Storage contribution impacts block and vote rewards on the Autonomys Network. More farmed sectors will lead to faster and more frequent rewards. You can start with as little as 100GiB, but allocating more will maximize your reward potential.
运行节点和收益耕作可能会消耗大量数据。建议使用稳定且无限制的网络连接。
参考硬件
我们的基准测试是在Intel Core i7-6700 CPU上进行的。我们调整了交易权重,以确保一个完整的区块中不包含超 过该CPU在2秒区块执行时间限制内可以处理的交易数量。这确保了与Intel Core i7-6700相当或使用更好硬件的节点能够全容量处理区块,而不出现性能问题。
虽然使用低于此规格硬件的收益耕作节点在大多数情况下能够有效运行,但在网络活动高峰期可能会面临挑战。如果区块持续包含大量交易,规格较低的节点可能难以跟上,从而影响收益耕作的性能和奖励。
您可以查看用于参考硬件的详细机器信息。
Storage
Hard disk drives are not supported. The use of smart caching, tiered storage, RAID, or other acceleration methods will not be effective due to the significant random read IOPS required for the proving process.
需要使用SSD存储。不必使用高端型号,来自知名制造商的中档SSD,具备足够的耐用性,应该就足够了。对于不太知名的品牌要谨慎,因为它们可能面临与保持一致读取性能相关的问题。您也可以使用NVMe SSD,但这并不是必需的。
文件系统 (Linux)
Linux systems may have a default file descriptor limit, which can vary based on distribution. Exceeding this limit could cause errors. For detailed information, visit our Tips & Tricks guide.
- ext4
- XFS
- CoW
- RAID
- SWAP
该文件系统最大化了收益耕作的可用空间。
sudo mkfs.ext4 -m 0 -T largefile4 -C 16384 -O bigalloc /dev/sdX
Resizing a farm when the drive is nearly full (98% or more) will render the farm unfarmable unless sufficient additional space is freed up through other means. Full disk utilization can only be achieved during the farm's initial creation and will yield less usable space compared to ext4.
不建议使用写时复制(Copy-on-Write)文件系统(如ReFS、BTRFS、ZFS、bcachefs、HAMMER),因为它们会因管理不必要的数据副本而导致延迟增加和写入速度降低。
sudo chattr +C /path/to/farm
The farmer employs checksums for data integrity and can recover from corrupted blocks. Striping provides no benefits and increases the risk of requiring replotting across multiple drives instead of just one.
仅在您的系统内存(RAM)有限的情况下执行此操作。