For the complete documentation index, see llms.txt. This page is also available as Markdown.

Important Directory Locations

In case you need to locate your validator keys, database directories or other important files.

Consensus engine files and locations

# Validator Keys
/var/lib/lighthouse/validators

# Beacon Chain Data
/var/lib/lighthouse/beacon

# List of all validators and passwords
/var/lib/lighthouse/validators/validator_definitions.yml

#Slash protection db
/var/lib/lighthouse/validators/slashing_protection.sqlite

Execution engine files and locations

# database location
/var/lib/geth

Last updated