Bitcoin Forum
July 04, 2024, 12:08:23 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: working next difficulty estimate (blockexplorer.com/q/estimate)  (Read 574 times)
phelix (OP)
Legendary
*
Offline Offline

Activity: 1708
Merit: 1020



View Profile
June 22, 2015, 01:52:03 PM
 #1

The estimate for the next difficulty at http://blockexplorer.com/q/estimate says:

Quote
ERROR: unknown (Most likely my bitcoind stopped working or this page is too large/complex.)

It has been like that for a while now. Is there an alternative API with an estimate for the next difficulty? Blockchain.info does not seem to offer this.

I have been using the estimate for my website and graphs at http://blockchained.com
phelix (OP)
Legendary
*
Offline Offline

Activity: 1708
Merit: 1020



View Profile
June 24, 2015, 08:55:31 AM
 #2

BTW I notified the maintainers (BitKey) to no avail.

So there is no difficulty forecast API available? Seems like an opportunity...
newIndia
Legendary
*
Offline Offline

Activity: 2226
Merit: 1049


View Profile
June 24, 2015, 03:28:20 PM
 #3

So there is no difficulty forecast API available? Seems like an opportunity...

https://alloscomp.com/bitcoin/calculator/json?hashrate=358373688

Code:
{
  "bc_per_block": 25.0,
  "coins_before_retarget": 1.1441951795292777e-05,
  "coins_per_hour": 1.511201180510367e-07,
  "coins_per_hour_after_retarget": 1.2953152975803147e-07,
  "difficulty": 49692386354.89384,
  "dollars_before_retarget": 0.002765519748922264,
  "dollars_per_hour": 3.652573253293557e-05,
  "dollars_per_hour_after_retarget": 3.13077707425162e-05,
  "exchange_rate": 241.7,
  "exchange_rate_source": "preev",
  "hashrate": 358373688.0,
  "next_difficulty": 57974450747.376144,
  "time_per_block": 595552737522.379
}

"next_difficulty": 57974450747.376144

alloscomp.com calculation is not good for 4+ days estimation. This is better...

https://bitcoinwisdom.com/bitcoin/difficulty

But, you need to scrape HTML for it^^.

phelix (OP)
Legendary
*
Offline Offline

Activity: 1708
Merit: 1020



View Profile
June 24, 2015, 03:45:58 PM
 #4

alloscomp would work but it seems off quite a bit currently suggesting +16%

The value at bitcoinwisdom (+0.59%) looks realistic. I contacted them here.

Thank you very much for pointing me toward bitcoinwisdom!  Smiley

phelix (OP)
Legendary
*
Offline Offline

Activity: 1708
Merit: 1020



View Profile
June 29, 2015, 06:19:20 PM
 #5

bitcoinwisdom seems to be headless Smiley  Sad
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!