My bitcoind of version 26.0.0 is stuck at a block roughly from August 1st:
bitcoin-cli getblockchaininfo
:
{
"chain": "main",
"blocks": 854867,
"headers": 854867,
"bestblockhash": "00000000000000000002306fe4af061811447ce308b916432f7908d87daa2cd3",
"difficulty": 90666502495565.78,
"time": 1722468412,
"mediantime": 1722462709,
"verificationprogress": 0.9979858958925993,
"initialblockdownload": true,
"chainwork": "0000000000000000000000000000000000000000867fc2389d22c1af602d8818",
"size_on_disk": 4020692120,
"pruned": true,
"pruneheight": 852759,
"automatic_pruning": true,
"prune_target_size": 4194304000,
"warnings": ""
}
even though it is connected to plenty peers that have a fresh view of the chain:
bitcoin-cli getpeerinfo
:
[
{
...
"startingheight": 855489,
...
},
...
]
However, it is not fetching any new blocks. No other debug.log
jumps out as unusual.