[Ethereum] Removing a peer/node

go-ethereumNetworkpeers

I'm running on a private network at the moment, is there a way to remove a peer from your node without restarting Geth?

Best Answer

As per the documentation

Currently the console is lacking support for removing a peer, increasing peercount or adding a non-static peer but not to keep try reconnecting.

Related Topic