Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: w00tcl on December 19, 2014, 08:04:39 AM



Title: NeoScrypt Lyra2RE formula
Post by: w00tcl on December 19, 2014, 08:04:39 AM
how to count  number of coins per day on an algorithm?


Title: Re: NeoScrypt Lyra2RE formula
Post by: cisahasa on December 23, 2014, 03:31:45 AM
blocks per day=60*24/blocktime(minutes)


Title: Re: NeoScrypt Lyra2RE formula
Post by: w00tcl on December 23, 2014, 04:32:09 AM
what about network difficulty?
in https://www.feathercoin.com/calc/ it used for calculation...


Title: Re: NeoScrypt Lyra2RE formula
Post by: w00tcl on December 23, 2014, 02:09:47 PM
thank you!
This formula is relevant to all algorithms?


Title: Re: NeoScrypt Lyra2RE formula
Post by: Bombadil on December 23, 2014, 04:26:51 PM
what about network difficulty?
in https://www.feathercoin.com/calc/ it used for calculation...


You can use the network hashrate in place of diff. It's simpler.

Network hashrate is determined from the diff. So there needs to be a "simpler equation" ^^"
Actually, I've seen it many times that even the API of a coin itself has net hashrate wrong (*cough* bitquark).
https://github.com/KBomba/cuda-profit-calc/blob/master/ProfitCalc/Coin.cs#L284
If you use target=24 for bitquark in that formula, you'll get the right coins/per day, they use target=32 (like scrypt and x11) in their diff=>hashrate calc.