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
~/.lighthouse/mainnet/validators

# Beacon Chain Data
~/.lighthouse/mainnet/beacon

# List of all validators and passwords
~/.lighthouse/mainnet/validators/validator_definitions.yml

#Slash protection db
~/.lighthouse/mainnet/validators/slashing_protection.sqlite
# Validator Keys
/var/lib/nimbus/validators

# Beacon Chain Data
/var/lib/nimbus/db

#Slash protection db
/var/lib/nimbus/validators/slashing_protection.sqlite3

#Logs
/var/lib/nimbus/beacon.log

Execution engine files and locations

# database location
$HOME/.ethereum
# database location
$HOME/.besu/database
#database location
$HOME/.nethermind/nethermind_db/mainnet
#database location
/var/lib/erigon

Last updated