What is the correct configuration to run mainnet node now?

I used the following line to run cardano-node:

cardano-node run --database-path /home/studnev/.db --config /home/studnev/cardano-node/configuration/defaults/byron-mainnet/configuration.yaml --topology /home/studnev/cardano-node/configuration/defaults/byron-mainnet/topology.json --socket-path /home/studnev/cardano-node/socket/node.socket

After upgrade to 1.18.0 it now fails on some block with this error: https://github.com/input-output-hk/cardano-node/issues/1612

I suspect that the problem is that i use wrong configuration for mainnet. What is the correct configuration now?

Grab the 4 files for “mainnet” from here https://hydra.iohk.io/build/3627080/download/1/index.html

Yes, they should be in the repo.

2 Likes

I raised a PR here: https://github.com/input-output-hk/cardano-node/pull/1614