go-ethereum/docs/cli/peers.md
Ferran Borreguero d5d639d0df
Feature grpc status (#224)
* Add status grpc command

* Add command to cli

* Update docs

* Add more fields to status
2021-12-14 10:35:54 +01:00

433 B

Peers

The peers command groups actions to interact with peers:

  • peers add: Joins the local client to another remote peer.

  • peers list: Lists the connected peers to the Bor client.

  • peers remove: Disconnects the local client from a connected peer if exists.

  • peers status: Display the status of a peer by its id.