Bitcoin Forum

Bitcoin => Mining => Topic started by: Bitcoin Explorer on April 17, 2015, 12:29:23 PM



Title: How to make a mining calculator
Post by: Bitcoin Explorer on April 17, 2015, 12:29:23 PM
Hey there guys, I am looking to get a mining calculator coded for my upcoming website. i'm looking at something like coinwarz, can you please guide me on how the mining profitability and estimated BTC mined per day, month, year etc.
I will be getting this done in javascript


Title: Re: How to make a mining calculator
Post by: Amph on April 17, 2015, 12:50:58 PM
if you know how to code it, then it's just a matter of simple formula of diff and hash

http://bitcoin.stackexchange.com/questions/18629/what-is-the-algorithm-to-create-a-bitcoin-mining-calculator

http://bitcoin.stackexchange.com/questions/118/how-much-bitcoin-will-i-mine-right-now-with-hardware-x/135#135

for any alt it should be the same, just change the parameters


Title: Re: How to make a mining calculator
Post by: Bitcoin Explorer on April 17, 2015, 01:34:15 PM
if you know how to code it, then it's just a matter of simple formula of diff and hash

http://bitcoin.stackexchange.com/questions/18629/what-is-the-algorithm-to-create-a-bitcoin-mining-calculator

http://bitcoin.stackexchange.com/questions/118/how-much-bitcoin-will-i-mine-right-now-with-hardware-x/135#135

for any alt it should be the same, just change the parameters
yes, i was looking for the formula/algorithm involved.  thanks a lot. ill look into that in a while


Title: Re: How to make a mining calculator
Post by: alh on April 17, 2015, 03:44:48 PM
Be prepared to carry a lot of digits for your calculations. While you can use floating point I expect, some of the numbers can be quite large, or very small (not negative, but less than 1).


Title: Re: How to make a mining calculator
Post by: Bitcoin Explorer on April 17, 2015, 05:22:19 PM
Be prepared to carry a lot of digits for your calculations. While you can use floating point I expect, some of the numbers can be quite large, or very small (not negative, but less than 1).
Thanks for the pointers right there, ill keep that in mind. also, you guys looking for some special features that might be helpful for you?


Title: Re: How to make a mining calculator
Post by: cakir on April 19, 2015, 06:39:15 PM
Be prepared to carry a lot of digits for your calculations. While you can use floating point I expect, some of the numbers can be quite large, or very small (not negative, but less than 1).
Thanks for the pointers right there, ill keep that in mind. also, you guys looking for some special features that might be helpful for you?

Pool lucks would be cool actually. If you can track & save them for further usage it would be cool.
Because pool luck is quite important factor for mining.


Title: Re: How to make a mining calculator
Post by: Vitamin King on April 19, 2015, 10:46:44 PM
Hey there guys, I am looking to get a mining calculator coded for my upcoming website. i'm looking at something like coinwarz, can you please guide me on how the mining profitability and estimated BTC mined per day, month, year etc.
I will be getting this done in javascript

Looking for something like this Bitcoin Calculator (http://www.cloudmining.website/calculator.php) ?


Title: Re: How to make a mining calculator
Post by: Bitcoin Explorer on April 20, 2015, 12:41:26 AM
Be prepared to carry a lot of digits for your calculations. While you can use floating point I expect, some of the numbers can be quite large, or very small (not negative, but less than 1).
Thanks for the pointers right there, ill keep that in mind. also, you guys looking for some special features that might be helpful for you?

Pool lucks would be cool actually. If you can track & save them for further usage it would be cool.
Because pool luck is quite important factor for mining.
I'll look into that. The KM a lot for your suggestion. If you have any resource I could refer to, that would be great