Basics
Dero Mining

What is mining?

What is a mining

Cryptocurrency mining is the process where miners perform various mathematical proofs on cryptocurrency transactions in order to verify the validity of these transactions. As an incentive for supporting the cryptocurrency network, miners are given mining rewards in the form of the cryptocurrency. These rewards often either come as brand new coins, or as fees from the transactions.

The algorithms for validating transactions are often very computationally difficult and expensive, and as such a relatively powerful processing unit is usually required. While most cryptocurrencies take advantage of GPU/ASIC mining, DERO currently only (efficiently) supports CPU mining. DERO utilizes a version of the AstroBWT algorithm.

Σ Mining

DERO supports and is made for solo mining officially. Run your own node and mine on it to save 10% fees. Mining on your own node also helps in decentralization of the network.

Mining has been completely reworked to vastly decentralize mining rewards with the introduction of Σ-blocks (Sigma blocks), which are simply smaller blocks that are constantly emitted every 1 second and converge into the final 18 second block. Even more plainly, the Σ-blocks allow on-chain storage of mining data, which effectively turns DERO into one large mining pool. Every miner on the entire network will receive mining rewards based on the amount of work that was contributed, thus creating a truly decentralized network and distribution of rewards. It also greatly improves handling of massive network traffic, where each daemon can support over 10,000 connected devices, acting as a way to pool all of your devices.

The current configuration of Σ Mining is that all Σ-blocks settle every main block (~18 seconds) and settles all mining rewards every 18 blocks. There are ~86,400 reward blocks daily.

If a miner has 1/86400 (total daily emitted Σ-Blocks) of the total network hashrate, the miner will get probabilistically averaged rewards daily based on shares contributed. For example, 100K miners will get rewards daily. Similarly, if a miner has mining power amounting to half of 1/86400 (or 1/172800), the miner will get rewards every 2 days.

Miner's Proportionate Share of Total Network HashrateReward Settlement Frequency
1/86,400 (total daily emitted Σ-Blocks)Daily
1/172,800Every 2 days
1/259,200Every 3 days
1/345,600Every 4 days
1/432,000Every 5 days
1/518,400Every 6 days
1/604,800Every 7 days
1/691,200Every 8 days
1/777,600Every 9 days
1/864,000Every 10 days
1/950,400Every 11 days
1/1,036,800Every 12 days
......
1/86,400,000Every 100 days
ℹ️

For a list of hardware benchmarks please visit our community created benchmark website here (opens in a new tab).

Mining Pool

Each daemon essentially functions as it’s own mining pool, which tracks mining shares from devices connected to it. The daemon itself will retain a fixed fee of 1.6% for the daemon operator, the rest will be distributed to all miners that contributed shares to that daemon. For most miners, they will be mining using their own daemon, so all rewards and fees will be credited.