Hello guys, im working with the tutorial of the stake pool school and right not passing this section here.
Whe runing
cardano-node run
–topology testnet-topology.json
–database-path db
–socket-path db/node.socket
–host-addr x.x.x.x \ (I use my IP)
–port 3001
–config testnet-config.json
can you please check whether the node is syncing now? (you can find the instructions how to do that on that tutorial page i.e. cardano-cli shelley query tip --testnet-magic 1097911063)
Hi,
now it looks like your testnet-config.json is to recent. Have you downloaded it just recently?
May you check out if this version helps? https://hydra.iohk.io/build/5102327/download/1/testnet-config.json
and replace
TraceBlockFetchDecisions: false
to
TraceBlockFetchDecisions: true
Maybe just let it sync up. I do not remember if the critical will go away. If it is still around then my bet is that the issue is with the testnet-config file.