Bitcoin Forum
July 28, 2024, 08:21:49 AM *
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 2205 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!
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!