Closed temuera closed 6 months ago
@temuera Can you provide the launch command of op-erigon? and is there any error & warning logs when you launch the op-erigon?
@temuera Can you provide the launch command of op-erigon? and is there any error & warning logs when you launch the op-erigon?你能提供op-erigon的启动命令吗?当您启动 Op-Erigon时,是否有任何错误和警告日志?
./erigon \
--chain=base-mainnet \
--datadir=/tank/base_erigon/data \
--private.api.addr=127.0.0.1:32002 \
--http \
--authrpc.addr=127.0.0.1 \
--authrpc.port=32004 \
--authrpc.jwtsecret="/tank/jwt.hex" \
--txpool.disable \
--downloader.verify \
--txpool.gossip.disable \
--nodiscover \
--rollup.sequencerhttp="https://mainnet-sequencer.optimism.io" \
--rollup.historicalrpc="https://mainnet.optimism.io"
no starting errors.
@temuera please give me the op-node command as well.
@temuera please give me the op-node command as well.也请给我op-node命令。
L1: erigon ETH Archive, RPC Port 12001, Beacon Port: 12006
L1 Full Synced.
L2: op-erigon BASE Archive, RPC Port 32001
L2 Without snapshot, Start from 0.
op-node
./op-node \
--l1="http://127.0.0.1:12001" \
--l1.beacon="http://127.0.0.1:12006" \
--l2="http://127.0.0.1:32001" \
--l2.jwt-secret="/tank/jwt.hex" \
--network=base-mainnet \
--rpc.addr=0.0.0.0 \
--rpc.port=32007
L1(RPC:12001,Beacon:12006)->OPNODE->L2(RPC:32001)
@temuera There's no 32001 rpc port flag in the op-erigon command. Did you set the RPC port?
@temuera There's no 32001 rpc port flag in the op-erigon command. Did you set the RPC port?op-erigon 命令中没有 32001 rpc 端口标志。您是否设置了 RPC 端口?
Yes, I have correctly set the RPC L1 port to 32001.
In fact, the questions is:
1,Can op-erigon start syncing from scratch without using a snapshot? 2,Does it support the Caplin Beacon built into ETH Erigon?
@temuera op-node needs L2 execution engine's engine API endpoint. In your case, it's http://localhost:32004
because you set the authrpc.port
flag as 32004.
It's working! Thank you very much for your guidance.
op-erigon: latest ,chain = base-mainnet op-node: latest, v1.7.5
L1: erigon 2.59.3 (archive node) L1.beacon: erigon internalCL (caplin)
op-erigon logs:
op-node logs:
Where did I go wrong?