Приступая к работе
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.
Оборудование
Оборудование | Процессор | ОЗУ | Node Storage | Farm Storage |
---|---|---|---|---|
Minimum ¹ | 4 Cores+ | 8GB | 100GiB ² | 100GiB |
Recommended | Intel Core i7-6700 or equivalent | 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. Мы калибровали вес транзакции, чтобы убедиться, что полный блок не содержит больше транзакций, чем этот процессор может обрабатывать в течение 2-х секунд ограничения времени выполнения транзакций. Это гарантирует, что узлы с аппаратным обеспечением, эквивалентным или лучше, чем процессор Intel Core i7-6700 может блокироваться при полной мощности без проблем с производительностью.
Хотя фармеры, использующие аппаратные средства ниже этой спецификации, могут эффективно функционировать в большинстве условий, они могут столкнуться с трудностями во время пиковой сетевой активности. Если блоки постоянно заполняют транзакции, узлы с меньшими спецификациями могут бороться за сохранение темпа, что может повлиять на производительность фарминга и вознаграждение.
Вы можете увидеть подробную информацию о машине, используемую для эталонного оборудования.
Хранилище
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 storage is required. High end models are not necessary and a mid range SSD from a reputable manufacturer with adequate endurance should be sufficient. Be cautious with lesser known brands as they may face issues with maintaining consistent read performance. You can also use NVMe SSDs but this is not required.
File Systems (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 file systems (ReFS, BTRFS, ZFS, bcachefs, HAMMER) are not recommended due to increased latency and reduced write speeds associated with managing unnecessary data copies.
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.
Only necessary if your system has limited RAM.