DMEX
  • DMEX Overview
  • the nitty-gritty
  • What Does DMEX Try To Solve
  • DMEX Platform Introduction
  • DMEX Contact Info
  • DMEX Mining Models
  • DMEX Mission
  • DMC Token Economy Model
  • DMC’s Practical Applications
  • Security Audit
  • DMEX dapp instruction
    • (1) Create a New Wallet
    • (2) Four Easy Steps to Purchase DMC
    • (3) DMC Single Asset Staking Mining
  • (4) Purchase Mining Power NFT
  • (5) Single Token Mining
  • (6) Liquidity Mining on Huobi Eco Chain (HECO)
  • (7) FIL Mining Power NFT Collateral Loan
  • (8) DMEX's Refer-and-Earn Program
  • (9) DMEX DAO Governance Voting Instructions
  • (10) Liquidity Mining on Binance Smart Chain (BSC)
  • DMEX Questions & Answers
    • Basic Crypto Concepts
    • DMEX's Platform Token $DMC
    • DMEX DApp
    • DMEX Staking and Mining
    • DMEX NFT
    • DMEX Mining Power NFT Collateral Loan
    • DMEX Refer and Earn Program
    • DMEX Super APY Event
  • DMEX Announcement
    • Latest DMEX Announcements
    • 1216 - Announcement on the upcoming launch of DMEX's BTC mining power NFT product
    • 1101 - Announcement on DMEX's upcoming discontinuation of access in mainland China
    • 1008 - Announcement on DMEX's upcoming launch in Binance Smart Chain (BSC)
    • 0819 - Announcement on collateral loan income compensation
    • 0816 - The 180-day linear release mechanism of FIL mining
    • 0817 - Announcement on adjusting the mining pool output ratio
    • 0813 - Announcement: DMEX platform's 14th batch of FIL mining power NFT is now online
    • 0813 - Announcement on the upcoming DMC mining reward reduction
    • 0812 - Customer service hour adjustment
  • Knowledge
    • WHAT IS MINING AND CLOUD MINING
      • What is mining
      • What is cloud mining?
    • WHAT IS FILECOIN
      • What is Filecoin?
      • Glossary
      • How Filecoin Works
      • Why Filecoin?
      • IPFS and Filecoin
      • Network performance
      • Comparing Filecoin
      • Managing assets
    • HOW MINING WORKS
      • How mining works
      • Hardware requirements
      • Understanding Filecoin Circulating Supply
      • Mining architectures
      • Mining rewards
      • Slashing
    • FILECOIN FAQ
      • Filecoin FAQ
Powered by GitBook
On this page
  • General hardware requirements
  • Specific operation requirements
  • About hardware requirements

Was this helpful?

  1. Knowledge
  2. HOW MINING WORKS

Hardware requirements

PreviousHow mining worksNextUnderstanding Filecoin Circulating Supply

Last updated 3 years ago

Was this helpful?

The hardware requirements for Filecoin mining are tied to the computational resources needed to seala sector and generating regular Proof of Spacetime for every sealed sector (WindowPoSt).

These are computationally expensive operations which depend on the sector sizes used by the on which the miner is running -nerpa, testnet, mainnet etc.-. For reference, the requirements listed below correspond to 32GiB sectors, as used by mainnet and some testnets (calibration, nerpa).

Different Filecoin Miner implementations may distribute sealing tasks differently, for example, using additional workers apart from the Miner. The following are general requirements assuming all the mining operations are performed by the same machine. Resources needed by each operation are detailed later below. For a concrete example of hardware type and usage, see the .

General hardware requirements

CPU

A miner will need an 8+ core CPU.

We strongly recommend a CPU model with support for Intel SHA Extensions: AMD since Zen microarchitecture, or Intel since Ice Lake. Lack of SHA Extensions results in a very significant slow down.

RAM

128 GiB of RAM are needed at the very least. This should be complemented with 256 GiB of swap on a very fast NVMe SSD storage medium.

GPU

A powerful GPU is recommended as it can significantly speed up SNARK computations. See below for operations which can take advantange of GPU presence.

WARNING

Mixing AMD and Nvidia GPUs in the same machine is known to cause issues with OpenCL and should be avoided.

Disk

Performance of Miner operations can be heavily affected by slow disks. For example, a 32GiB expands to ~480GiB during the sealing process. Filecoin network parameters are over 100GiB and need to be read and verified during Miner start. As mentioned above, lack of RAM needs to be addressed with a fast swap drive or file.

For this reasons, a minimal amount of 1TiB NVMe-based disk space for cache storage is recommended. This disk should be used to store data during the sealing process, to cache Filecoin parameters and serve as general temporal storage location.

Additional hard drives for the final storage of "sealed sectors", the Lotus chain etc. will be needed as well.

Specific operation requirements

As mentioned, the Miners have to perform operations of different nature which differ in how they use CPU and GPU resources. The following table shows how resources are utilized depending on the sealing phase or proof calculation being run:

Operation

CPU used

GPU used

Memory (32Gib sectors)

Notes

Sealing: preCommit phase 1

Yes (1 core or 1 core-complex)

No

128GiB

Sealing: preCommit phase 2

Yes (when no GPU, all cores)

Yes

128GiB

Merkle tree generation using the Poseidon hashing algorithm. Slower with just CPUs.

Sealing: commit phase 1

Yes (all cores)

No

-

Sealing: commit phase 2

Yes (when no GPU, all cores)

Yes

~ 192GiB

Slow with just CPUs.

Unsealing

Yes (1 core)

No

128GiB

Proving WindowPoSt

Yes (all cores, when no GPU)

Yes

-

WindowPoSts must be submitted in 30 minute windows. When no GPU available, the more CPU cores the faster

Proving WinningPoSt

Yes

No

-

WinningPoSt is a less intensive computation. Must be completed in a 25 seconds window.

About hardware requirements

The above requirements will not increase in the presumable future, and money spent on hardware should provide users with many years of reliable service, paying for themselves several times over.

The is in the .

Additional GPU models need to be enabled manually ().

PoRep SDR encoding. Not amenable to parallelization. Core usage depends on value of . Also see the .

Note that the implementation allows to configure and delegate specific sealing phases to .

Filecoin network (opens new window)
mining architectures
General hardware requirements
CPU
RAM
GPU
Disk
Specific operation requirements
About hardware requirements
authoritative list of supported GPUs (opens new window)
Bellman repository (opens new window)
instructions for Lotus
Lotus
Lotus workers
FIL_PROOFS_USE_MULTICORE_SDR (opens new window)
Lotus seal workers guide