22 lines
331 B
Plaintext
22 lines
331 B
Plaintext
# Node key file glob patterns
|
|
# One pattern per line. Lines starting with # are ignored.
|
|
# Patterns are matched relative to the volume data directory
|
|
|
|
# geth clones, erigon and sonic
|
|
**/nodekey
|
|
|
|
# besu
|
|
key
|
|
|
|
# reth
|
|
discovery-secret
|
|
|
|
# avalanchego
|
|
staking/*
|
|
|
|
# cosmos
|
|
priv_validator_key.json
|
|
node_key.json
|
|
|
|
# tempo
|
|
validator_key.json |