Earnings Formula

Hello,

can someone tell me the formula to calculate estimated earnings by given difficulty ?

Example one for ethereum:

24(hours)/(((Difficulty/Factor MHs)/(Hashrate))/seconds day)*Block Reward

but seems like this formula doesn’t apply to zcash. Maybe someone can me also explain why zcash formula is different ?

Thanks !
regards

1 Like

@leroy627 thanks. Your calc is based on given networkhashrate and block time. Do you also now the formula to calculate reward by given difficulty ?

No, I tried for an hour and couldn’t find the solution (2 months ago)

gotit: userHash/((difficulty)solsPerDiff)blockReward3600hashFactor
(sollsPerDiff = 8192)

but what is 8192 ?
Why 8192 solls per diff ?