I am new to creating stake pools and am a bit lost. Hope someone can assist me. I started building a test relay node on an Ubuntu Virtualbox yesterday and left it running overnight to build the db. This morning I discovered that my host OS (Windows) rebooted because of Microsft updates
I started running the node again and I got all sort of errors (see snippet below):
[relay1:cardano.node.DnsSubscription:Error:6743] [2021-02-14 23:26:19.16 UTC] [String “Application Exception: 3.14.157.200:3001 InvalidBlock (At (Block {blockPointSlot = SlotNo 18023840, blockPointHash = c9881ce23d270f6b00369017015621e5735f029c8006e2077ab37c54dc7ef4d2})) (ValidationError (ExtValidationErrorLedger (HardForkLedgerErrorFromEra S (S (S (Z (WrapLedgerErr {unwrapLedgerErr = BBodyError (BlockTransitionError [LedgersFailure (LedgerFailure (UtxowFailure (UtxoFailure (OutputTooSmallUTxO [(Addr Testnet (KeyHashObj (KeyHash “53c493ab318b98d4bd5bfebee157f33a2c2dcf2752e818d558f8867d”)) (StakeRefBase (KeyHashObj (KeyHash “54251fc51d128c9808585c95f66b0c5146dddf8fafe8dbf13de65774”))),Value 1500000 (fromList [(PolicyID {policyID = ScriptHash “9cebd568ac4ad908cdd2d45a52327fc4711911054c9951b90a603303”},fromList [(“BerryIndigo”,1)])]))]))))])})))))))”,String “SubscriptionTrace”,String ““relays-new.cardano-testnet.iohkdev.io””]
[relay1:cardano.node.ErrorPolicy:Warning:56] [2021-02-14 23:26:19.16 UTC] [String “ErrorPolicySuspendPeer (Just (ApplicationExceptionTrace (InvalidBlock (At (Block {blockPointSlot = SlotNo 18023840, blockPointHash = c9881ce23d270f6b00369017015621e5735f029c8006e2077ab37c54dc7ef4d2})) (ValidationError (ExtValidationErrorLedger (HardForkLedgerErrorFromEra S (S (S (Z (WrapLedgerErr {unwrapLedgerErr = BBodyError (BlockTransitionError [LedgersFailure (LedgerFailure (UtxowFailure (UtxoFailure (OutputTooSmallUTxO [(Addr Testnet (KeyHashObj (KeyHash “53c493ab318b98d4bd5bfebee157f33a2c2dcf2752e818d558f8867d”)) (StakeRefBase (KeyHashObj (KeyHash “54251fc51d128c9808585c95f66b0c5146dddf8fafe8dbf13de65774”))),Value 1500000 (fromList [(PolicyID {policyID = ScriptHash “9cebd568ac4ad908cdd2d45a52327fc4711911054c9951b90a603303”},fromList [(“BerryIndigo”,1)])]))]))))])})))))))))) 200s 200s”,String “ErrorPolicyTrace”,String “3.14.157.200:3001”]
It does not seem to be running properly as the slot number does not update when I run this command:
$ cardano-cli query tip --testnet-magic 1097911063
{
“blockNo”: 2287371,
“headerHash”: “aef965e0a82c1103e78454cfc6153996410126aa826176a3a16bb38d729d9f27”,
“slotNo”: 18023833
}
Tried reading through the forum and there was a suggestion to make sure Protocol is set to Cardano in the testnet-config.json. Mine is already set to Cardano so the problem may be something else.
Can someone be kind enough to give any suggestions please?