Hello,
Node stopped progressing after loading the genesis block, and it's just flushing fee estimates every hour. That means it's stuck and not verifying blocks properly? This coin is forked from bitcoin 28.x.
root@newcoin:~/newcoin/src# tail -f ~/.newcoin/debug.log
2025-02-24T11:44:24Z [DEBUG] Entering LoadGenesisBlock()
2025-02-24T11:44:24Z [DEBUG] LoadGenesisBlock() called, Genesis Hash: 0000000084c978688ff288a5c1d49a3fe4982bd1b05bkta4568ee4455ea95710
2025-02-24T11:44:24Z Loading 0 mempool transactions from file...
2025-02-24T11:44:24Z Imported mempool transactions from file: 0 succeeded, 0 failed, 0 expired,
0 already there, 0 waiting for initial broadcast
2025-02-24T11:44:24Z initload thread exit
2025-02-24T12:44:24Z Flushed fee estimates to fee_estimates.dat.
2025-02-24T13:44:24Z Flushed fee estimates to fee_estimates.dat.
2025-02-24T14:44:24Z Flushed fee estimates to fee_estimates.dat.
2025-02-24T15:44:24Z Flushed fee estimates to fee_estimates.dat.
2025-02-24T16:44:24Z Flushed fee estimates to fee_estimates.dat.
root@newcoin:~/newcoin/src# ./newcoin-cli getblockcount
error code: -28
error message:
Verifying blocks… <--------- This message is from src/init.cpp
Any light on this, appreciated