Configuring the Topologies of the Relay and Block Producing Nodes
nano ~/preprodnet/config/topology.json{
"localRoots": [
{
"accessPoints": [
{
"address": "<bp node IP>",
"port": <bp port>
}
],
"advertise": false,
"valency": 1
}
],
"publicRoots": [
{
"accessPoints": [
{
"address": "preprod-node.play.dev.cardano.org",
"port": 3001
}
],
"advertise": false
}
],
"useLedgerAfterSlot": 14601600
}
Last updated