Hi everyone,
I plan to and an additional relay node to my block producing node.
Here are what have been done:
- Set up cardano-node and cardano-cli on the new relay node machine
- Sync with the mainnet
- Update the topology.json file on the block producing machine and the two machines act as relay nodes so that the are linked to each other. (i.e., bp ↔ relay1, bp ↔ relay2, relay1 <->relay2)
I wonder:
- What expected improvement on pool performance would be with an additional relay node
- If there is anything I should do to finish the configuration of my staking pool with 2 relay nodes
- What a decent firewall setting would be on relay nodes (current setting: allow outgoing traffic and deny incomming traffic except from ssh, port 3001 and 6000)
Thanks in advance.