craigwatson / bitcoind-status

PHP application to display status and information from the Bitcoin node daemon.
https://odin.vikingserv.net
Apache License 2.0
82 stars 77 forks source link

display_max_height -> Always shows 0% #37

Closed tomasrakuscinec closed 6 years ago

tomasrakuscinec commented 6 years ago

Hi I noticed that on the Bitcoin Node Status page the max_height is shown as 0% although the block height is displayed correctly.

bitcoin-cli getblockchaininfo ... "chain": "main", "blocks": 496714, "headers": 496714, ... On the Bitcoin Node Status page: Node Height: 496714 (0%)

screen shot 2017-11-29 at 17 28 49

tomasrakuscinec commented 6 years ago

Hmm seems like issue in the cache. After deleting /tmp/bitcoind-status.cache the issue is not present anymore