Hi,
I'm new of this forum. I searched a lot on the web about the formula used to calculate Dash mining profitability without success. I know that the general formula for the cryptocurrency is the following:
Daily reward ≈ blockDay * blockReward * userHashRate/(networkHashRate)
For the main cryptocurrencies I know the following formulas:
Thank you
I'm new of this forum. I searched a lot on the web about the formula used to calculate Dash mining profitability without success. I know that the general formula for the cryptocurrency is the following:
Daily reward ≈ blockDay * blockReward * userHashRate/(networkHashRate)
For the main cryptocurrencies I know the following formulas:
- Bitcoin and Litecoin ≈ userHashRate/(difficulty*2^32)*blockReward*3600*hashFactor (hashFactor=24)
- Ethereum and Monero ≈ userHashRate/difficulty*blockReward*3600*hashFactor (hashFactor = 24)
- Zcash ≈ userHashRate/(difficulty*solsPerDiff)*blockReward*3600*hashFactor (sollsPerDiff = 8192, hashFactor=24)
Thank you