github.com/prysmaticlabs/prysm@v1.4.4/beacon-chain/package/beacon-chain.yaml (about)

     1  # Configuration file for Prysm beacon-chain
     2  
     3  # datadir: Location of blockchain data
     4  datadir: /var/lib/prysm/beacon
     5  
     6  # http-web3provider: ETH1 API endpoint, eg. http://localhost:8545 for a local geth service on the default port
     7  http-web3provider: http://localhost:8545
     8  
     9  # fallback-web3provider: List of backup ETH1 API endpoints, used if above is not working
    10  # For example:
    11  # fallback-web3provider:
    12  #   - https://mainnet.infura.io/v3/YOUR-PROJECT-ID
    13  #   - https://eth-mainnet.alchemyapi.io/v2/YOUR-PROJECT-ID
    14  
    15  
    16  # Optional tuning parameters
    17  # For full list, see https://docs.prylabs.network/docs/prysm-usage/parameters
    18  
    19  # p2p-max-peers: The max number of p2p peers to maintain. Default: 45
    20  # block-batch-limit: The amount of blocks the local peer is bounded to request and respond to in a batch. Default: 64
    21  # block-batch-limit-burst-factor: The factor by which block batch limit may increase on burst. Default: 10
    22  # p2p-udp-port: The port used by discv5. Default: 12000
    23  # p2p-tcp-port: The port used by libP2P. Default: 13000