mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-25 21:07:18 +00:00
24 lines
1.0 KiB
YAML
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
|