How to find your Validator node's Enode an Peer ID
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.
<- Back to "Connecting to a FastLane Sentry Node"
Last updated 1 year ago