Bitcoin Forum
May 10, 2024, 04:21:03 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: JSON API for total network hashrate?  (Read 2203 times)
Hawkix (OP)
Hero Member
*****
Offline Offline

Activity: 531
Merit: 505



View Profile WWW
May 24, 2011, 10:08:24 AM
 #1

Is there an JSON web API somewhere I can get current total network hashrate (like it is shown on bitcoinwatch.com or bitcoincharts.com)?

Optionally, also with the current blockspeed and block number?


Donations: 1Hawkix7GHym6SM98ii5vSHHShA3FUgpV6
http://btcportal.net/ - All about Bitcoin - coming soon!
Once a transaction has 6 confirmations, it is extremely unlikely that an attacker without at least 50% of the network's computation power would be able to reverse it.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715358063
Hero Member
*
Offline Offline

Posts: 1715358063

View Profile Personal Message (Offline)

Ignore
1715358063
Reply with quote  #2

1715358063
Report to moderator
1715358063
Hero Member
*
Offline Offline

Posts: 1715358063

View Profile Personal Message (Offline)

Ignore
1715358063
Reply with quote  #2

1715358063
Report to moderator
eturnerx
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
May 24, 2011, 10:21:55 AM
 #2

Not JSON, but easily usable.... http://blockexplorer.com/q
Hawkix (OP)
Hero Member
*****
Offline Offline

Activity: 531
Merit: 505



View Profile WWW
May 24, 2011, 10:55:01 AM
 #3

How to get total network hashrate from these?

Donations: 1Hawkix7GHym6SM98ii5vSHHShA3FUgpV6
http://btcportal.net/ - All about Bitcoin - coming soon!
Hawkix (OP)
Hero Member
*****
Offline Offline

Activity: 531
Merit: 505



View Profile WWW
May 24, 2011, 03:29:06 PM
 #4

I found it (when assuming 1-day average):

Code:
$interval = file_get_contents("http://blockexplorer.com/q/interval/144");
$winning  = file_get_contents("http://blockexplorer.com/q/hashestowin");
print $winning/$interval;


Donations: 1Hawkix7GHym6SM98ii5vSHHShA3FUgpV6
http://btcportal.net/ - All about Bitcoin - coming soon!
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!