Closed tomasrakuscinec closed 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%)
Hmm seems like issue in the cache. After deleting /tmp/bitcoind-status.cache the issue is not present anymore
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%)