Node Operations
Manage core services
op-geth
geth \ --datadir=/db \ --verbosity=3 \ --http \ --http.corsdomain=* \ --http.vhosts=* \ --http.addr=0.0.0.0 \ --http.port=8545 \ --http.api=web3,debug,eth,txpool,net,engine \ --ws \ --ws.addr=0.0.0.0 \ --ws.port=8546 \ --ws.origins=* \ --ws.api=debug,eth,txpool,net,engine \ --syncmode=full \ --nodiscover \ --maxpeers=0 \ --networkid=901 \ --rpc.allow-unprotected-txs \ --authrpc.addr=0.0.0.0 \ --authrpc.port=8551 \\ --authrpc.vhosts=* \\ --authrpc.jwtsecret=jwt-secret.txt \ --gcmode=archive \ --state.scheme=hash \ --metrics \ --metrics.addr=0.0.0.0 \ --metrics.port=6060
# Kill process with a SIGINT directly kill -2 <Process ID> # docker stop -t 300 <Container ID>
op-node
op-proposer
op-batcher
op-challenger

How to check and update services
Last updated



