How to find your Validator node's Enode an Peer ID
Last updated 5 months ago
Both the validator node's enode address and peer ID can be found by using the admin.nodeInfo command inside of Bor.
admin.nodeInfo
The enode address starts with enode:// and ends with @ip.address:port.
enode://
@ip.address:port
The port is typically 30303.
30303
The peer ID is simply labeled as id.
id
The peer ID is a hex string.