Author

Topic: Formula to calculate litecoins generated per day by hashrate (Read 6762 times)

420
hero member
Activity: 756
Merit: 500
Code:
block_reward/(difficulty*2^32/hashs_per_sec/3600/24)

Code:
50/(18.48285344*2^32/100000/3600/24) = 5.442 LTC/day

sweet, thanks

I was very close with a simple: (khash/difficulty)*1.0058
hero member
Activity: 840
Merit: 1000
Code:
block_reward/(difficulty*2^32/hashs_per_sec/3600/24)

Code:
50/(18.48285344*2^32/100000/3600/24) = 5.442 LTC/day
420
hero member
Activity: 756
Merit: 500
You need to bare in mind that is an estimate. That changes if you luck out and solve a block immediately.

yeah. i'm using pool anyway
hero member
Activity: 742
Merit: 500
Its as easy as 0, 1, 1, 2, 3
You need to bare in mind that is an estimate. That changes if you luck out and solve a block immediately.
420
hero member
Activity: 756
Merit: 500
Solved thanks to dust

Code:
block_reward/(difficulty*2^32/hashs_per_sec/3600/24)

Code:
50/(18.48285344*2^32/100000/3600/24) = 5.442 LTC/day


Without any fees, what is the calculation for how many litecoins you can make per day?

KNOWNS:
hashrate
difficulty

WANTED:
Litecoins per day produced

for example if I have 100khash/s divide by today's difficulty (18.48285344), that gets:
5.4104200049318791763356643269471

But using a calculator: http://www.litecoinpool.org/calc
5.44195399 LTC is what is says I'll get in one day

so the divide I did above is very close but not exactly the right formula

So what is the right formula?
Jump to: