Post
Topic
Board Announcements (Altcoins)
Re: [ANN] HUSH Secure Private Transactions [Equihash][Community Project]
by
krallkain
on 15/06/2017, 17:17:06 UTC
Hi guys,

How do you calculate the expected HUSH mined per day?

I am using this formula for other equihash coins, but it does not seem to work for HUSH:

sols_per_diff = 8192
block_reward = 12.5
hashrate = my hashrate (10kh/s)
difficulty = current difficulty (46,695,481.060)
ht = (difficulty * sols_per_diff) / hashrate
cpd = 24 * 60 * 60 * block_reward / ht

where cpd (coins per day) should give me the reward.

Am I missing something?

Thanks in advance :-)