Page cover

Running the node and connecting to a network

Video lessons

Handbook

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 preview

Download 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.json

Running 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?