Running the nodes
Prepare topology files
{
"localRoots":[
{
"accessPoints":[
{
"address":"x.x.x.x",
"port":3000
},
{
"address":"y.y.y.y",
"port":3000
}
],
"advertise":false,
"valency":2
}
],
"publicRoots":[
{
"accessPoints":[
],
"advertise":false
}
],
"useLedgerAfterSlot":-1
}Relays
Prepare startup scripts
Set up the Cardano node to run as systemd service
systemd serviceLast updated