Starting the node and connecting to mainnet
Getting configuration files:
The node requires 5 configuration files:
- topology,json
- byron-genesis.json
- shelley-genesis.json
- alonzo-genesis
- config.json
You can download them from: https://hydra.iohk.io/job/Cardano/cardano-node/cardano-deployment/latest-finished/download/1/index.html
Starting the node
To start the node use:
cardano-node run \
--topology path/to/mainnet-topology.json \
--database-path path/to/db \
--socket-path path/to/db/node.socket \
--host-addr 0.0.0.0 \
--port PORT \
--config path/to/mainnet-config.json
For detailed information visit Establishing connectivity between the nodes