mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-29 16:13:47 +00:00
12 lines
433 B
Markdown
12 lines
433 B
Markdown
|
|
# Peers
|
|
|
|
The ```peers``` command groups actions to interact with peers:
|
|
|
|
- [```peers add```](./peers_add.md): Joins the local client to another remote peer.
|
|
|
|
- [```peers list```](./peers_list.md): Lists the connected peers to the Bor client.
|
|
|
|
- [```peers remove```](./peers_remove.md): Disconnects the local client from a connected peer if exists.
|
|
|
|
- [```peers status```](./peers_status.md): Display the status of a peer by its id.
|