Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: Toxicable on May 29, 2017, 09:27:41 PM



Title: How to calculate coins per hour?
Post by: Toxicable on May 29, 2017, 09:27:41 PM
Think the title explains it well enough, im trying to calculate coins per hour on ETH and ZEC but haven't found the formula for it, everything on google says use one of the tools, this is not my goal here.


Title: Re: How to calculate coins per hour?
Post by: bathrobehero on May 29, 2017, 09:30:22 PM
Think the title explains it well enough, im trying to calculate coins per hour on ETH and ZEC but haven't found the formula for it, everything on google says use one of the tools, this is not my goal here.

Total coins per hour or your mined coins per hour?


Title: Re: How to calculate coins per hour?
Post by: Toxicable on May 29, 2017, 09:36:04 PM
Think the title explains it well enough, im trying to calculate coins per hour on ETH and ZEC but haven't found the formula for it, everything on google says use one of the tools, this is not my goal here.

Total coins per hour or your mined coins per hour?

Given a hashrate and network variables how much coins are expected to be mined, excluding things like miner/pool fees, not my real world coins per hour


Title: Re: How to calculate coins per hour?
Post by: bathrobehero on May 29, 2017, 09:42:29 PM
https://etherscan.io/ether-mining-calculator

https://badmofo.github.io/zcash-mining-calculator/


Otherwise for one hour it's: your_hashrate / network_hashrate * 3600 / blocktime * coins_per_block

So for example Zec with 20000 sols it's:

20000 / 114250338 * 3600 / 150 * 10 = 0.004201 ZEC per hour.


Title: Re: How to calculate coins per hour?
Post by: Toxicable on May 29, 2017, 09:53:17 PM
https://etherscan.io/ether-mining-calculator

https://badmofo.github.io/zcash-mining-calculator/


Otherwise for one hour it's: your_hashrate / network_hashrate * 3600 / blocktime * coins_per_block

So for example Zec with 20000 sols it's:

20000 / 114250338 * 3600 / 150 * 10 = 0.004201 ZEC per hour.

awesome, thank you very much