Closed denis256 closed 2 years ago
I cannot reproduce this.
7c9c6fe9b3971c66e1ae7a27ac9fba96fb5a036fe50711038e43f9cd1901d8ab
is block #347000 which is fork height for Lyra2REv2 back in 2015. This suggests that you are running an old version of Vertcoin-Core or perhaps syncing from an old database.
Confirm that getnetworkinfo
returns the following:
"version": 180000, "subversion": "/Satoshi:0.18.0/", "protocolversion": 70016,`
Assuming you are running the correct version, try reindexing by running vertcoind with the -reindex
flag.
Closing due to inactivity
Noticed that started from scratch full node(0.18.0) fail to download blockchain data,
Expected behavior
Size of blockchain directory is increasing, block height is increasing if queried over API
Actual behavior
Size of blockchain directory is not increasing:
Logs are full of entries like:
To reproduce Run
vertcoind
from the release packageSystem information
Ubuntu 20.04.2 LTS, 5.4.0-122-generic