Block propagation stopped, during Chaophraya hard fork transiting at block number 14220246.
We recommend all nodes run re-init the new genesis.json file
Copy // Stop geth service
systemctl stop geth
// Download genesis.json
sudo curl https://raw.githubusercontent.com/bitkub-blockchain/bkc-node/main/mainnet/genesis.json --create-dirs -o "/bkc-node/mainnet/genesis.json"
// Re-initial genesis.json
geth --datadir /bkc-node/mainnet/data init /bkc-node/mainnet/genesis.json
// Start geth service
systemctl start geth
Copy // Run geth attach
geth attach /bkc-node/mainnet/data/geth.ipc
// Call debug setHead
debug.setHead(web3.toHex(14220000))