19 lines
303 B
Plaintext
19 lines
303 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 |