ufo-project / ufochain

a mimblewimble implementation of crypto currency using X17r algorithm.
MIT License
31 stars 11 forks source link

Difficulty based profit calculation #14

Closed korkin25 closed 4 years ago

korkin25 commented 4 years ago

Hi, great guys!

Can you say me how to calculate ufos/mh based on current difficulty of UFO?

I wish you $100 per UFO!!!:)

Thank you!

ufo-project commented 4 years ago

One basic UFO difficulty is 0xFFFFFF, which is the same as RVN, and 1/256 of BTC.

hashRate = 0xFFFFFF * current Difficulty / 60 

for example, at block 108533 time, difficulty is 648,370.398. so

hashRate = 0xffffff * 648370.398 / 60 / 1000 / 1000 = 181297.49 MHash/s
korkin25 commented 4 years ago

I wish you luck!!! Thank you!:)