How to Identify the no of persistent peer my validators are connected? Also How can i make my validator to connect only one persistent peer?

I can find a persistent peer list in .fxcore/config/config.toml, here I can see the comma-separated peer list. So if I want my validator node to listen to only one persistent peer then should I keep only peer in the persistent peer field in .fxcore/config/config.toml and restart the validator node to have only one persistent peer for the validator.

@Richard Can you help with this?

Hey @Anbu,

You can find more details on what each variable means here.
You will also want to set pex to false.

1 Like