Network topology describes the physical and logical structure of a network. In the Cardano network, each stake pool must operate at least one block-producing node and one relay node. The keys and certificates required to issue blocks are located on the block-producing node. For security reasons, your block producer must connect only to one or more relay nodes that you—the stake pool operator—control.
The following diagram illustrates Cardano network topology:
Before you start the nodes comprising your stake pool, you must:
Configure your relay node(s) to connect with your block-producing node
Configure your block-producing node to connect only with your relay node(s)
To configure your relay node(s) to use legacy topology:
Using a text editor, open the config.json
file, and then edit the following option:
Save and close the config.json
file.
To configure your relay node(s) to connect with your block-producing node:
On the computer hosting your relay node, in a terminal window type the following command to navigate to the folder where you downloaded Cardano configuration files:
To create a backup of the original topology configuration file, type:
Using a text editor, open the topology-legacy.json
file, and then add a record for the block-producing node as follows, where <BlockProducingNodeIPAddress>
is the IP address of the block-producing node in your stake pool configuration:
Save and close the topology-legacy.json
file.
To configure additional relay nodes, repeat steps 1 to 4 for each additional relay node in your stake pool configuration.
To configure your block-producing node to use legacy topology:
Using a text editor, open the config.json
file, and then edit the following option:
Save and close the config.json
file.
To configure your block-producing node to connect only with your relay node(s):
On the computer hosting your block-producing node, in a terminal window type the following command to navigate to the folder where you downloaded Cardano configuration files:
To create a backup of the original topology configuration file, type:
Using a text editor, open the topology-legacy.json
file, and then replace the contents of the file with one or more records, as needed, to reference only the relay node(s) in your stake pool configuration. For example, the following lines configure a single relay node where <RelayNodeIPAddress>
is the IP address of the relay node:
Save and close the topology-legacy.json
file.
Port forwarding creates an association between the public WAN IP address of a router and a private LAN IP address dedicated to a computer or device on the private network that the router manages.
So that relay nodes in the Cardano network can connect to a relay node in your stake pool configuration, in your firewall configuration you must open a port and forward traffic received on the port to the computer and port where the relay node listens.
You set the NODE_CONFIG
environment variable when .
In the procedures to configure topology above, all block-producing and relay nodes in the stake pool configuration listen on port 6000 If you followed Coin Cashew instructions for , then also ensure that in ufw
you allow incoming traffic on the port where the Cardano node on the local computer listens, as needed.
To help confirm that your ports are configured as needed, you can use the or for example.
The topology configuration described above allows your nodes to connect with each other and synchronize with the blockchain. Operating a stake pool requires that your relay node(s) also connect with other relay nodes in the Cardano network, as explained in the section . However, the How to Set Up a Cardano Stake Pool guide first explains other tasks that you need to complete before your stake pool joins the Cardano network.