prysm-pulse/beacon-chain/package/beacon-chain.yaml
aliask eb1d122aec
Feature/debian packages (#8872)
* Basic build targets for debian packages

* Add comments to config files

* Harden beacon-chain systemd service

* Add install scripts to set users and folders up

* Rename bazel target, fix service files

* Extra service hardening, cleanup install scripts

* Fix linting issues

* //shared:version_file run local only

* gazelle

Co-authored-by: Nishant Das <nishdas93@gmail.com>
Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>
2021-06-01 15:44:24 +00:00

24 lines
1.0 KiB
YAML

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