Cardano node stuck on start of epoch 290

Hello! I’m running cardano node downloaded from hydra builds:

cardano-node 1.29.0 - linux-x86_64 - ghc-8.10
git rev 8118bffc3234c5ba3da58025d38f4c8b10367724

It is stuck on a block very close to the beginning of era 290:

./cardano-cli query tip --mainnet {
“epoch”: 290,
“hash”: “1464f8f784e4c9237a08d2068cc37a09598ee69a51748bcf70ab5cf39aa2e106”,
“slot”: 39917142,
“block”: 6236062,
“era”: “Alonzo”,
“syncProgress”: “99.83”
}

Log says:

Domain: “relays-new.cardano-mainnet.iohk.io” Application Exception: 18.158.118.230:3001 InvalidBlock (At (Block {blockPointSlot = SlotNo 39917226, blockPointHash = 86314e3bfdad77863a73787b59ac72bb579f00fbfae73fb6347ccfa912584832})) (ValidationError (ExtValidationErrorLedger (HardForkLedgerErrorFromEra S (S (S (S (Z (WrapLedgerErr {unwrapLedgerErr = BBodyError (BlockTransitionError [ShelleyInAlonzoPredFail (LedgersFailure (LedgerFailure (UtxowFailure (WrappedShelleyEraFailure (UtxoFailure (FeeTooSmallUTxO (Coin 2408636) (Coin 336139))))))),ShelleyInAlonzoPredFail (LedgersFailure (LedgerFailure (UtxowFailure (WrappedShelleyEraFailure (UtxoFailure (FeeTooSmallUTxO (Coin 4287941) (Coin 406229)))))))])}))))))))

Any way to resolve this?

Thank you, great tip! I have applied the change and restarted the node, hope that was the cause.

Sorry, I’m new to this, I’m not operating pool but rather developing something which needs insight into Cardano blockchain. I have a question - how do you know which build is the latest “good” one, and how to download its artifacts (in particular, cardano-node and cardano-db-sync)?

1 Like

no problem, this is the way how we learn… from issues :wink:

How did you know that the build you had to use was 7578887?

Try

cardano-node - -version
cardano-cli - -version

Thank you, but it does not tell me build number. It just says:

cardano-node 1.29.0 - linux-x86_64 - ghc-8.10
git rev 8118bffc3234c5ba3da58025d38f4c8b10367724

cardano-cli 1.29.0 - linux-x86_64 - ghc-8.10
git rev 8118bffc3234c5ba3da58025d38f4c8b10367724

Where did you get 7578887 from? In general, how does one know the last build number?

OK, here is one way:

https://hydra.iohk.io/job/Cardano/cardano-node/cardano-deployment/latest-finished/download/1

That is a setup if you follow the coincashew guide where you store the build number (which is part of the URL for iohk site) in bashrc then you can code the wget command using the build number

https://hydra.iohk.io/build/7654130/download/1/index.html

7654130 would be the current build as referenced in the site. I didn’t update my build number so when I used the wget command I was pulling the wrong URL