Ethereum Mainnet
Firehose configuration for Ethereum Mainnet and testnets
Last updated
Was this helpful?
Was this helpful?
fireeth start reader-node <apps> \
--advertise-chain-name="eth-mainnet" \
--reader-node-path="geth" \
--reader-node-arguments="--datadir={node-data-dir} --networkid=1 --authrpc.addr=0.0.0.0 --authrpc.port=8551 --authrpc.vhosts=* --authrpc.jwtsecret=/path/to/jwt.hex --vmtrace=firehose" \
<other_flags...>fireeth start reader-node <apps> \
--advertise-chain-name="eth-sepolia" \
--reader-node-path="geth" \
--reader-node-arguments="--datadir={node-data-dir} --sepolia --syncmode=full --authrpc.addr=0.0.0.0 --authrpc.port=8551 --authrpc.vhosts=* --authrpc.jwtsecret=/path/to/jwt.hex --vmtrace=firehose" \
<other_flags...>fireeth start reader-node <apps> \
--advertise-chain-name="eth-hoodi" \
--reader-node-path="geth" \
--reader-node-arguments="--datadir={node-data-dir} --hoodi --syncmode=full --authrpc.addr=0.0.0.0 --authrpc.port=8551 --authrpc.vhosts=* --authrpc.jwtsecret=/path/to/jwt.hex --vmtrace=firehose" \
<other_flags...>