good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit ade167f9 authored by Alex Sharov's avatar Alex Sharov Committed by GitHub
Browse files

compose clarify comment #4347

parent 318a08f8
No related branches found
No related tags found
No related merge requests found
# Erigon's parts - can run inside and outside of Erigon (as separated processes).
# For example: p2p sentry can work inside Erigon - or outside (even on another server), txpool also, JSON RPC also
#
# This file is an example: how to start all Erigon's services as separated processes.
# Erigon by default is "all in one binary" solution, but it's possible start TxPool as separated processes.
# Same true about: JSON RPC layer (RPCDaemon), p2p layer (Sentry), history download layer (Downloader), consensus.
# Don't start services as separated processes unless you have clear reason for it: resource limiting, scale, replace by your own implementation, security.
# This file is an example: how to start Erigon's services as separated processes.
# Default: --datadir=/home/erigon/.local/share/erigon
# Ports: `9090` execution engine (private api), `9091` sentry, `9092` consensus engine, `9093` snapshot downloader, `9094` TxPool
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment