4

when running monerod I keep getting an error

2017-03-29 20:07:11.704 [P2P9]  ERROR   verify  src/cryptonote_core/blockchain.cpp:3339 Block with id: <db7b9b1d3b1bddfa8dba171afbc2f91346a90f25335c09f00e0ca090b5544056> has incorrect miner transaction

It's now stuck on height 1274863 and can't sync above that. Anyone knows what may be the problem?

Jona
  • 832
  • 5
  • 16

1 Answers1

2

removing some of the last blocks using

./monero-blockchain-import --pop-blocks 1000

fixed the problem

Jona
  • 832
  • 5
  • 16