Hey.
I have a problem, that I found fit to post here.
Since yesterday my note only shows headers to be 508757. Before it got "synced" it showed the correct headers 536424 as of writing this post
Your help will be much appreciated.
pi@btccore:~ $ bitcoin-cli getblockchaininfo
{
"chain": "main",
"blocks": 508757,
"headers": 508757,
"bestblockhash": "00000000000000000021b78e0d404649b4b91e3104e4ef2310e38563c7347722",
"difficulty": 2874674234415.941,
"mediantime": 1518400210,
"verificationprogress": 0.8450131626940209,
"initialblockdownload": true,
"chainwork": "00000000000000000000000000000000000000000112b04f78f51cecbb145970",
"size_on_disk": 890825462,
"pruned": true,
"pruneheight": 508092,
"automatic_pruning": true,
"prune_target_size": 1048576000,
"softforks": [
{
"id": "bip34",
"version": 2,
"reject": {
"status": true
}
},
{
"id": "bip66",
"version": 3,
"reject": {
"status": true
}
},
{
"id": "bip65",
"version": 4,
"reject": {
"status": true
}
}
],
"bip9_softforks": {
"csv": {
"status": "active",
"startTime": 1462060800,
"timeout": 1493596800,
"since": 419328
},
"segwit": {
"status": "active",
"startTime": 1479168000,
"timeout": 1510704000,
"since": 481824
}
},
"warnings": ""
}
best regards!