Running the node and connecting to a network
Video lessons
Handbook
This tutorial has been updated to work with cardano-node v.8.0.0
Public networks
The latest supported networks can be found at https://book.world.dev.cardano.org/environments.html.
Getting configuration files for the preview testnet
Create a directory for your node files:
mkdir preview
cd previewDownload the configuration files
wget https://book.world.dev.cardano.org/environments/preview/config.json
wget https://book.world.dev.cardano.org/environments/preview/topology.json
wget https://book.world.dev.cardano.org/environments/preview/byron-genesis.json
wget https://book.world.dev.cardano.org/environments/preview/shelley-genesis.json
wget https://book.world.dev.cardano.org/environments/preview/alonzo-genesis.json
wget https://book.world.dev.cardano.org/environments/preview/conway-genesis.jsonRunning a passive node on the preview testnet
Open a new terminal and create the CARDANO_NODE_SOCKET_PATH environment variable:
Check that the node is syncing:
Running a mainnet node
Create a directory for the mainnet node:
Get the configuration files:
On the new terminal:
Last updated
Was this helpful?
