Syncing Cardano node - Domain: "relays-new.cardano-mainnet.iohk.io" Application Exception

I started to run a Cardano node as per - How to run cardano-node | Cardano Developer Portal and all was syncing for an hour or so then it failed with the following:

Domain: “relays-new.cardano-mainnet.iohk.io” Application Exception: 18.133.40.48:3001 HeaderError (At (Block {blockPointSlot = SlotNo 4492800, blockPointHash = aa83acbf5904c0edfe4d79b3689d3d00fcfc553cf360fd2229b98d464c28e9de})) (HeaderProtocolError (HardForkValidationErrFromEra S (Z (WrapValidationErr {unwrapValidationErr = ChainTransitionError [OverlayFailure (VRFKeyBadNonce (Nonce “81e47a19e6b29b0a65b9591762ce5143ed30d0261e5d24a3201752506b20f15c”) (SlotNo 4492800) (Nonce “eb84b1bd2f707b2edce93d85b04d3c77dec5d507d13eb6cbb1f09e6ddd5a2109”) (CertifiedVRF {certifiedOutput = OutputVRF {getOutputVRFBytes = “6\236Sx\209\245\EOT\SUBY\235\141\150\230\GS\233o\tP\251A\180\159\245\DC1\247\188\DEL\209\t\212&8>\GS$\190p4\230t\156f\DC2p\r\213\206\176\198ew\184\138\EM\174(k\DC3!\209[\206\SUB\183&6”}, certifiedProof = CertPraosVRF “@Z\163p\255\NUL\149D\162\190J\165\188R\196Ec3\244\249\182W\GSf\197Y\r.V)\208\139:6\t\244\189\ENQ\STX\237]\v\225\171\219\DEL*\183j\174\174G\254\DC1\ESC\ETX5\164\228\222\246F\147\SYN’\148\184\211\193\202qP\SI\SYN\177\226DrL\ETX”}))]})))) (Tip (SlotNo 4492777) af94a5faa6f3b599a58d2512b0d6a999f548f7ff6eb2a07405f3f7f8bb1d58f6 (BlockNo 4490488)) (Tip (SlotNo 40173637) e98fd0b80998f3e17e34cf2ff472fdcaf9ebe11f2b3ef8a57c3a6efbb3251520 (BlockNo 6248668))

I also get
ErrorPolicySuspendConsumer (Just (ConnectionExceptionTrace (SubscriberError {seType = SubscriberParallelConnectionCancelled, seMessage = “Parallel connection cancelled”, seStack = }))) 1s

What is the issue here? Any ideas?

Thanks

Tey to download the files from here

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

Hey Alexd1985

Thanks for the response, I updated the files from https://hydra.iohk.io/build/7623776/download/1/index.html

I run the cmd again and get: Wrong Shelley genesis file: the actual hash is “eb84b1bd2f707b2edce93d85b04d3c77dec5d507d13eb6cbb1f09e6ddd5a2109”, but the expected Shelley genesis hash given in the node configuration file is “1a3be38bcbb7911969283716ad7aa550250226b76a61fc51cc9a9a35d9276d81”

So I changed the hash to the one it expected , then ran

cardano-node run
–topology ~/cardano-node/mainnet-topology.json
–database-path ~/cardano-node/db
–socket-path ~/cardano-node/db/node.socket
–host-addr 127.0.0.1
–port 3001
–config ~/cardano-node/mainnet-config.json

and got the same issue :frowning:

Do I need the db-sync-config and rest config from that link you sent me?

Thanks

Ian