So I tried to run the node but it is in a loop trying to run the previous block. It gives me this error
cardano.node.DnsSubscription:Error:252
Here are the logs:
[Puchi-La:cardano.node.DnsSubscription:Error:1407] [2022-10-04 08:19:56.01 UTC] Domain: "relays-new.cardano-testnet.iohkdev.io" Application Exception: 184.169.154.149:3001 InvalidBlock (At (Block {blockPointSlot = SlotNo 63419662, blockPointHash = 38dc2f5dbb184b504eda086a5f64c19931a985bf2246b74ed18e796712cff67a})) 708745ea94515b679223a5514e6e6dba068208e5b79780134206f74e1e79e727 (ValidationError (ExtValidationErrorLedger (HardForkLedgerErrorFromEra S (S (S (S (S (Z (WrapLedgerErr {unwrapLedgerErr = BBodyError (BlockTransitionError [ShelleyInAlonzoPredFail (LedgersFailure (LedgerFailure (UtxowFailure (MalformedScriptWitnesses (fromList [ScriptHash "eee7bfb25cfbbbcd31a1d5d648429ff919430ee5d06d8d056e48d605"])))))])}))))))))) [Puchi-La:cardano.node.ErrorPolicy:Warning:91] [2022-10-04 08:19:56.01 UTC] IP 184.169.154.149:3001 ErrorPolicySuspendPeer (Just (ApplicationExceptionTrace (InvalidBlock (At (Block {blockPointSlot = SlotNo 63419662, blockPointHash = 38dc2f5dbb184b504eda086a5f64c19931a985bf2246b74ed18e796712cff67a})) 708745ea94515b679223a5514e6e6dba068208e5b79780134206f74e1e79e727 (ValidationError (ExtValidationErrorLedger (HardForkLedgerErrorFromEra S (S (S (S (S (Z (WrapLedgerErr {unwrapLedgerErr = BBodyError (BlockTransitionError [ShelleyInAlonzoPredFail (LedgersFailure (LedgerFailure (UtxowFailure (MalformedScriptWitnesses (fromList [ScriptHash "eee7bfb25cfbbbcd31a1d5d648429ff919430ee5d06d8d056e48d605"])))))])})))))))))))) 200s 200s
I am using ubuntu as wsl.
Ram an swap (I added some as it did not have enough ram):
total used free shared buff/cache available
Mem: 3.7Gi 595Mi 2.3Gi 0.0Ki 829Mi 3.0Gi
Swap: 5.0Gi 0B 5.0Gi
Tip:
{
"block": 3706942,
"epoch": 217,
"era": "Babbage",
"hash": "ce9c9431882310df559099e2bfa3e6eb31c95606d83ffc05568df7f863d4db60",
"slot": 63419598,
"syncProgress": "92.98"
}
I have IPv6 and IPv4.
Node version:
cardano-node 1.35.3 - linux-x86_64 - ghc-8.10
I tried to run it again and deleted the DB and socket but it didn’t work. I don’t know what else to do.