Bitcoin Forum
April 16, 2024, 07:51:32 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: How to make a mining calculator  (Read 1322 times)
Bitcoin Explorer (OP)
Hero Member
*****
Offline Offline

Activity: 854
Merit: 500



View Profile
April 17, 2015, 12:29:23 PM
 #1

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

1713253892
Hero Member
*
Offline Offline

Posts: 1713253892

View Profile Personal Message (Offline)

Ignore
1713253892
Reply with quote  #2

1713253892
Report to moderator
1713253892
Hero Member
*
Offline Offline

Posts: 1713253892

View Profile Personal Message (Offline)

Ignore
1713253892
Reply with quote  #2

1713253892
Report to moderator
1713253892
Hero Member
*
Offline Offline

Posts: 1713253892

View Profile Personal Message (Offline)

Ignore
1713253892
Reply with quote  #2

1713253892
Report to moderator
The network tries to produce one block per 10 minutes. It does this by automatically adjusting how difficult it is to produce blocks.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Amph
Legendary
*
Offline Offline

Activity: 3206
Merit: 1069



View Profile
April 17, 2015, 12:50:58 PM
 #2

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
Bitcoin Explorer (OP)
Hero Member
*****
Offline Offline

Activity: 854
Merit: 500



View Profile
April 17, 2015, 01:34:15 PM
 #3

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

alh
Legendary
*
Offline Offline

Activity: 1843
Merit: 1050


View Profile
April 17, 2015, 03:44:48 PM
 #4

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).
Bitcoin Explorer (OP)
Hero Member
*****
Offline Offline

Activity: 854
Merit: 500



View Profile
April 17, 2015, 05:22:19 PM
 #5

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?

cakir
Legendary
*
Offline Offline

Activity: 1274
Merit: 1000


★ BitClave ICO: 15/09/17 ★


View Profile WWW
April 19, 2015, 06:39:15 PM
 #6

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.


                  ,'#██+:                 
              ,█████████████'             
            +██████████████████           
          ;██████████████████████         
         ███████:         .███████`       
        ██████               ;█████'      
      `█████                   #████#     
      ████+                     `████+    
     ████:                        ████,   
    ████:    .#              █     ████   
   ;███+     ██             ███     ████  
   ████     ███'            ███.    '███, 
  +███     #████           ,████     ████ 
  ████     █████ .+██████: █████+    `███.
 ,███     ███████████████████████     ████
 ████     ███████████████████████'    :███
 ███:    +████████████████████████     ███`
 ███     █████████████████████████`    ███+
,███     ██████████████████████████    #███
'███    '██████████████████████████    ;███
#███    ███████████████████████████    ,███
████    ███████████████████████████.   .███
████    ███████████████████████████'   .███
+███    ███████████████████████████+   :███
:███    ███████████████████████████'   +███
 ███    ███████████████████████████.   ███#
 ███.   #██████████████████████████    ███,
 ████    █████████████████████████+   `███
 '███    '████████████████████████    ████
  ███;    ███████████████████████     ███;
  ████     #████████████████████     ████ 
   ███#     .██████████████████     `███+ 
   ████`      ;██████████████       ████  
    ████         '███████#.        ████.  
    .████                         █████   
     '████                       █████    
      #████'                    █████     
       +█████`                ██████      
        ,██████:           `███████       
          ████████#;,..:+████████.        
           ,███████████████████+          
             .███████████████;            
                `+███████#,               
Vitamin King
Full Member
***
Offline Offline

Activity: 162
Merit: 100


View Profile
April 19, 2015, 10:46:44 PM
 #7

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 ?

Not your Keys = Not your Coin | No Risk = No Gain
Bitcoin Explorer (OP)
Hero Member
*****
Offline Offline

Activity: 854
Merit: 500



View Profile
April 20, 2015, 12:41:26 AM
 #8

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

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!