github.com/prysmaticlabs/prysm@v1.4.4/validator/package/validator.yaml (about)

     1  # Configuration file for Prysm validator
     2  
     3  # datadir: Location of slashing protection DB
     4  datadir: /var/lib/prysm/validator
     5  
     6  # wallet-dir: Path to a wallet directory on-disk for Prysm validator accounts.
     7  wallet-dir: /var/lib/prysm/validator
     8  
     9  # wallet-password-file: Path to a plain-text, .txt file containing your wallet password.
    10  # wallet-password-file: /var/lib/prysm/validator/password.txt
    11  
    12  # Optional tuning parameters
    13  # For full list, see https://docs.prylabs.network/docs/prysm-usage/parameters
    14  
    15  # beacon-rpc-provider: Beacon node RPC provider endpoint. Default: localhost:4000
    16  # rpc-host: Specify the RPC host exposed by the validator. Default: localhost
    17  # rpc-port: Specify the RPC port exposed by the validator. Default: 7000
    18  # grpc-gateway-host: Specify the gRPC gateway port exposed by the validator. Default: localhost
    19  # grpc-gateway-port: Specify the gRPC gateway port exposed by the validator. Default: 7500
    20  # graffiti: A string to include in proposed block.
    21  # graffiti-file: Path to Yaml file containing advanced graffiti settings. See https://docs.prylabs.network/docs/prysm-usage/graffiti-file