You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am following the tutorial for node operation, here (without docker, with source), for Running an OP Mainnet node from source and Running an OP Mainnet node from source.
I want to operate the node, but I can not do it with this bug.
Bug Description
Below error message occurs in op-node execution.
ERROR[01-31|13:23:51.553] Payload execution failed block_hash=d55f91..e3b8c5 err="the method engine_newPayloadV3 does not exist/is not available"
In, op-geth, the warning occurs also at the same time.
WARN [01-31|13:23:51.553] Served engine_newPayloadV3 reqid=5 duration="7.334µs" err="the method engine_newPayloadV3 does not exist/is not available"
Regenerate Bug
OS (Env)
My OS follows below.
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.5 LTS
Release: 22.04
Codename: jammy
How to Build Binaries
I built op-node and op-geth with below steps.
# op-node
git clone https://github.com/ethereum-optimism/optimism
git checkout op-node/v1.10.3
cd /optimism/op-node
just op-node
# op-geth
git clone https://github.com/ethereum-optimism/op-geth
git checkout v1.101411.6
cd op-geth
make
How to Execute Binaries
Before executing layer 2, I have been operating the geth and lighthouse for the main net, layer 1, with below command.
minjae@minjae-desktop:/mnt/ssd1/ethereum/l2/optimism/op-node$
export L1_RPC_URL=http://127.0.0.1:8545
export L1_RPC_KIND=debug_geth
export L1_BEACON_URL=http://127.0.0.1:5053
./bin/op-node \
--l1=$L1_RPC_URL \
--l1.rpckind=$L1_RPC_KIND \
--l1.beacon=$L1_BEACON_URL \
--l2=ws://localhost:8546 \
--l2.jwt-secret=/mnt/ssd1/ethereum/geth.snap/jwtsecret \
--network=op-mainnet \
--syncmode=execution-layer \
--l2.enginekind=geth
INFO [01-31|13:34:55.159] Not opted in to ProtocolVersions signal loading, disabling ProtocolVersions contract now.
INFO [01-31|13:34:55.180] Rollup Config l2_chain_id=10 l2_network="OP Mainnet" l1_chain_id=1 l1_network=mainnet l2_start_time=1,686,068,903 l2_block_hash=0xdbf6a80fef073de06add9b0d14026d6e5a86c85f6d102c36d3d8e9cf89c2afd3 l2_block_number=105,235,063 l1_block_hash=0x438335a20d98863a4c0c97999eb2481921ccd28553eac6f913af7c12aec04108 l1_block_number=17,422,590 regolith_time="@ genesis" canyon_time="@ 1704992401 ~ Fri Jan 12 02:00:01 KST 2024" delta_time="@ 1708560000 ~ Thu Feb 22 09:00:00 KST 2024" ecotone_time="@ 1710374401 ~ Thu Mar 14 09:00:01 KST 2024" fjord_time="@ 1720627201 ~ Thu Jul 11 01:00:01 KST 2024" granite_time="@ 1726070401 ~ Thu Sep 12 01:00:01 KST 2024" holocene_time="@ 1736445601 ~ Fri Jan 10 03:00:01 KST 2025" isthmus_time="(not configured)" interop_time="(not configured)" alt_da=false
INFO [01-31|13:34:55.180] Initializing rollup node version=v1.10.3-rc.1-ca4b1f68-1736956835
INFO [01-31|13:34:55.182] Connected to L1 Beacon API, ready for EIP-4844 blobs retrieval. version=Lighthouse/v6.0.1-0d90135/x86_64-linux
INFO [01-31|13:34:55.186] loaded new runtime config values! p2p_seq_address=0xAAAA45d9549EDA09E70937013520214382Ffc4A2
INFO [01-31|13:34:55.205] started p2p host addrs="[/ip4/127.0.0.1/tcp/9222 /ip4/172.30.1.45/tcp/9222]" peerID=16Uiu2HAmDFcDpmu3UKpS9paKRBQ6snxTxTMwYtT7xng2X4e8A7og
INFO [01-31|13:34:55.210] New local node record seq=1,738,296,946,891 id=c9e5f40c89d7a29e ip="invalid IP" udp=0 tcp=0
INFO [01-31|13:34:55.210] started discovery service p2p=discv5 enr=enr:-JS4QJnZe3vHuUj3kEm_I40a_fpfSH_QAh9PuRxqd9MKrZ2lUHI1IRo1ujMCnXGHQpb14MhFxcCneJyNWKwHLLji1aiGAZS6knDLgmlkgnY0h29wc3RhY2uCCgCJc2VjcDI1NmsxoQMI3k6rVHmGr8p5v1cmiLBzhIEydqlynSL_M_JY4QKRI4N0Y3CCJAaDdWRwgqjB id=c9e5f40c89d7a29e
INFO [01-31|13:34:55.210] Starting JSON-RPC server
INFO [01-31|13:34:55.210] Started JSON-RPC server addr=127.0.0.1:9545
INFO [01-31|13:34:55.210] metrics disabled
INFO [01-31|13:34:55.210] Starting execution engine driver
INFO [01-31|13:34:55.210] Starting driver sequencerEnabled=false sequencerStopped=false
INFO [01-31|13:34:55.210] Rollup node started
INFO [01-31|13:34:55.210] State loop started
INFO [01-31|13:35:00.211] attempting connection peer=16Uiu2HAkyxjHbPkNhY7gfvrU38AhnzMLcbzvzqLzvigvvwvajhDg
INFO [01-31|13:35:00.211] attempting connection peer=16Uiu2HAmTh7pXVvdAhkaQpynoEi4ai1kUD6zd9hsRYTsL8JCSdXG
INFO [01-31|13:35:00.211] attempting connection peer=16Uiu2HAmHNEAsu2zSM8cQbQAHT9xeeUENmJegtY82qk28feJ8nAT
INFO [01-31|13:35:00.211] attempting connection peer=16Uiu2HAkxkYZY7jnNgF58UjcDy4Vgh3if1Pgg1jMpB94KkETTa3j
INFO [01-31|13:35:01.013] connected to peer peer=16Uiu2HAmHNEAsu2zSM8cQbQAHT9xeeUENmJegtY82qk28feJ8nAT addr=/ip4/35.204.8.220/tcp/9003
INFO [01-31|13:35:01.013] Starting P2P sync client event loop peer=16Uiu2HAmHNEAsu2zSM8cQbQAHT9xeeUENmJegtY82qk28feJ8nAT
INFO [01-31|13:35:01.046] connected to peer peer=16Uiu2HAkyxjHbPkNhY7gfvrU38AhnzMLcbzvzqLzvigvvwvajhDg addr=/ip4/145.239.144.71/tcp/9222
INFO [01-31|13:35:01.046] Starting P2P sync client event loop peer=16Uiu2HAkyxjHbPkNhY7gfvrU38AhnzMLcbzvzqLzvigvvwvajhDg
INFO [01-31|13:35:01.077] connected to peer peer=16Uiu2HAkxkYZY7jnNgF58UjcDy4Vgh3if1Pgg1jMpB94KkETTa3j addr=/ip4/168.119.140.177/tcp/9003
INFO [01-31|13:35:01.077] Starting P2P sync client event loop peer=16Uiu2HAkxkYZY7jnNgF58UjcDy4Vgh3if1Pgg1jMpB94KkETTa3j
INFO [01-31|13:35:01.214] disconnected from peer peer=16Uiu2HAmHNEAsu2zSM8cQbQAHT9xeeUENmJegtY82qk28feJ8nAT addr=/ip4/35.204.8.220/tcp/9003
INFO [01-31|13:35:01.214] attempting connection peer=16Uiu2HAmHhHMQLK9VgSNwW6q4zanFNWZmXmA9XfMzXRYGuQiKCQA
INFO [01-31|13:35:01.229] connected to peer peer=16Uiu2HAmTh7pXVvdAhkaQpynoEi4ai1kUD6zd9hsRYTsL8JCSdXG addr=/ip4/34.65.188.4/tcp/9003
INFO [01-31|13:35:01.229] Starting P2P sync client event loop peer=16Uiu2HAmTh7pXVvdAhkaQpynoEi4ai1kUD6zd9hsRYTsL8JCSdXG
INFO [01-31|13:35:01.345] attempting connection peer=16Uiu2HAmAAP78k6MEFKbZjFvwC2Syr86ePVKJGRa9eXeCqrnXiAq
INFO [01-31|13:35:01.378] attempting connection peer=16Uiu2HAm41UAybZY5px2WfQdWo6E55HByggrUCt1n8k9ugU5s7Uk
INFO [01-31|13:35:01.811] connected to peer peer=16Uiu2HAm41UAybZY5px2WfQdWo6E55HByggrUCt1n8k9ugU5s7Uk addr=/ip4/107.6.94.220/tcp/30657
INFO [01-31|13:35:01.812] Starting P2P sync client event loop peer=16Uiu2HAm41UAybZY5px2WfQdWo6E55HByggrUCt1n8k9ugU5s7Uk
INFO [01-31|13:35:01.974] connected to peer peer=16Uiu2HAmAAP78k6MEFKbZjFvwC2Syr86ePVKJGRa9eXeCqrnXiAq addr=/ip4/15.204.213.68/tcp/9003
INFO [01-31|13:35:01.974] Starting P2P sync client event loop peer=16Uiu2HAmAAP78k6MEFKbZjFvwC2Syr86ePVKJGRa9eXeCqrnXiAq
INFO [01-31|13:35:03.439] Received signed execution payload from p2p id=d8f409..be0608:131349663 peer=16Uiu2HAmAAP78k6MEFKbZjFvwC2Syr86ePVKJGRa9eXeCqrnXiAq txs=16
INFO [01-31|13:35:03.439] Optimistically inserting unsafe L2 execution payload to drive EL sync id=d8f409..be0608:131349663
INFO [01-31|13:35:03.439] Starting EL sync
ERROR[01-31|13:35:03.440] Payload execution failed block_hash=d8f409..be0608 err="the method engine_newPayloadV3 does not exist/is not available"
WARN [01-31|13:35:03.440] Failed to insert unsafe payload for EL sync id=d8f409..be0608:131349663 err="temp: failed to update insert payload: failed to execute payload: the method engine_newPayloadV3 does not exist/is not available"
INFO [01-31|13:35:05.212] attempting connection peer=16Uiu2HAmHNEAsu2zSM8cQbQAHT9xeeUENmJegtY82qk28feJ8nAT
INFO [01-31|13:35:05.212] attempting connection peer=16Uiu2HAmHhHMQLK9VgSNwW6q4zanFNWZmXmA9XfMzXRYGuQiKCQA
INFO [01-31|13:35:05.460] Received signed execution payload from p2p id=9fcdb4..8c8bc5:131349664 peer=16Uiu2HAkxkYZY7jnNgF58UjcDy4Vgh3if1Pgg1jMpB94KkETTa3j txs=12
INFO [01-31|13:35:05.460] Optimistically inserting unsafe L2 execution payload to drive EL sync id=9fcdb4..8c8bc5:131349664
ERROR[01-31|13:35:05.461] Payload execution failed block_hash=9fcdb4..8c8bc5 err="the method engine_newPayloadV3 does not exist/is not available"
WARN [01-31|13:35:05.461] Failed to insert unsafe payload for EL sync id=9fcdb4..8c8bc5:131349664 err="temp: failed to update insert payload: failed to execute payload: the method engine_newPayloadV3 does not exist/is not available"
INFO [01-31|13:35:05.966] connected to peer peer=16Uiu2HAmHNEAsu2zSM8cQbQAHT9xeeUENmJegtY82qk28feJ8nAT addr=/ip4/35.204.8.220/tcp/9003
INFO [01-31|13:35:05.966] Starting P2P sync client event loop peer=16Uiu2HAmHNEAsu2zSM8cQbQAHT9xeeUENmJegtY82qk28feJ8nAT
INFO [01-31|13:35:06.215] disconnected from peer peer=16Uiu2HAmHNEAsu2zSM8cQbQAHT9xeeUENmJegtY82qk28feJ8nAT addr=/ip4/35.204.8.220/tcp/9003
INFO [01-31|13:35:07.182] Received first L1 head signal l1_head=9abcad..e76e19:21742161
INFO [01-31|13:35:07.453] Received signed execution payload from p2p id=d671a1..543636:131349665 peer=16Uiu2HAmAAP78k6MEFKbZjFvwC2Syr86ePVKJGRa9eXeCqrnXiAq txs=13
INFO [01-31|13:35:07.453] Optimistically inserting unsafe L2 execution payload to drive EL sync id=d671a1..543636:131349665
ERROR[01-31|13:35:07.454] Payload execution failed block_hash=d671a1..543636 err="the method engine_newPayloadV3 does not exist/is not available"
WARN [01-31|13:35:07.454] Failed to insert unsafe payload for EL sync id=d671a1..543636:131349665 err="temp: failed to update insert payload: failed to execute payload: the method engine_newPayloadV3 does not exist/is not available"
INFO [01-31|13:35:09.476] Received signed execution payload from p2p id=a32a81..e0200b:131349666 peer=16Uiu2HAmAAP78k6MEFKbZjFvwC2Syr86ePVKJGRa9eXeCqrnXiAq txs=13
INFO [01-31|13:35:09.476] Optimistically inserting unsafe L2 execution payload to drive EL sync id=a32a81..e0200b:131349666
ERROR[01-31|13:35:09.477] Payload execution failed block_hash=a32a81..e0200b err="the method engine_newPayloadV3 does not exist/is not available"
WARN [01-31|13:35:09.477] Failed to insert unsafe payload for EL sync id=a32a81..e0200b:131349666 err="temp: failed to update insert payload: failed to execute payload: the method engine_newPayloadV3 does not exist/is not available"
INFO [01-31|13:35:10.212] attempting connection peer=16Uiu2HAmHhHMQLK9VgSNwW6q4zanFNWZmXmA9XfMzXRYGuQiKCQA
INFO [01-31|13:35:10.212] attempting connection peer=16Uiu2HAmHNEAsu2zSM8cQbQAHT9xeeUENmJegtY82qk28feJ8nAT
INFO [01-31|13:35:10.647] New local node record seq=1,738,296,946,892 id=c9e5f40c89d7a29e ip=222.107.63.27 udp=43201 tcp=9222
INFO [01-31|13:35:10.965] connected to peer peer=16Uiu2HAmHNEAsu2zSM8cQbQAHT9xeeUENmJegtY82qk28feJ8nAT addr=/ip4/35.204.8.220/tcp/9003
INFO [01-31|13:35:10.965] Starting P2P sync client event loop peer=16Uiu2HAmHNEAsu2zSM8cQbQAHT9xeeUENmJegtY82qk28feJ8nAT
INFO [01-31|13:35:11.212] attempting connection peer=16Uiu2HAkvLLc8vUyHadc3NYBhmzYKmEkTcoMLxB69zyr13SPYcNm
INFO [01-31|13:35:11.212] disconnected from peer peer=16Uiu2HAmHNEAsu2zSM8cQbQAHT9xeeUENmJegtY82qk28feJ8nAT addr=/ip4/35.204.8.220/tcp/9003
INFO [01-31|13:35:11.332] Received signed execution payload from p2p id=cdb6d2..5aca95:131349667 peer=16Uiu2HAmAAP78k6MEFKbZjFvwC2Syr86ePVKJGRa9eXeCqrnXiAq txs=9
INFO [01-31|13:35:11.332] Optimistically inserting unsafe L2 execution payload to drive EL sync id=cdb6d2..5aca95:131349667
ERROR[01-31|13:35:11.332] Payload execution failed block_hash=cdb6d2..5aca95 err="the method engine_newPayloadV3 does not exist/is not available"
WARN [01-31|13:35:11.332] Failed to insert unsafe payload for EL sync id=cdb6d2..5aca95:131349667 err="temp: failed to update insert payload: failed to execute payload: the method engine_newPayloadV3 does not exist/is not available"
INFO [01-31|13:35:11.539] connected to peer peer=16Uiu2HAkvLLc8vUyHadc3NYBhmzYKmEkTcoMLxB69zyr13SPYcNm addr=/ip4/15.235.182.103/tcp/31367
INFO [01-31|13:35:11.539] Starting P2P sync client event loop peer=16Uiu2HAkvLLc8vUyHadc3NYBhmzYKmEkTcoMLxB69zyr13SPYcNm
^CINFO [01-31|13:35:12.445] discv5 DHT iteration stopped, closing peer discovery now...
INFO [01-31|13:35:12.446] stopped listening network address addr=/ip4/0.0.0.0/tcp/9222
INFO [01-31|13:35:12.446] disconnected from peer peer=16Uiu2HAmTh7pXVvdAhkaQpynoEi4ai1kUD6zd9hsRYTsL8JCSdXG addr=/ip4/34.65.188.4/tcp/9003
INFO [01-31|13:35:12.446] disconnected from peer peer=16Uiu2HAmAAP78k6MEFKbZjFvwC2Syr86ePVKJGRa9eXeCqrnXiAq addr=/ip4/15.204.213.68/tcp/9003
INFO [01-31|13:35:12.446] disconnected from peer peer=16Uiu2HAm41UAybZY5px2WfQdWo6E55HByggrUCt1n8k9ugU5s7Uk addr=/ip4/107.6.94.220/tcp/30657
INFO [01-31|13:35:12.452] disconnected from peer peer=16Uiu2HAkxkYZY7jnNgF58UjcDy4Vgh3if1Pgg1jMpB94KkETTa3j addr=/ip4/168.119.140.177/tcp/9003
INFO [01-31|13:35:12.459] disconnected from peer peer=16Uiu2HAkyxjHbPkNhY7gfvrU38AhnzMLcbzvzqLzvigvvwvajhDg addr=/ip4/145.239.144.71/tcp/9222
INFO [01-31|13:35:12.462] disconnected from peer peer=16Uiu2HAkvLLc8vUyHadc3NYBhmzYKmEkTcoMLxB69zyr13SPYcNm addr=/ip4/15.235.182.103/tcp/31367
INFO [01-31|13:35:12.526] stopped P2P req-resp L2 block sync client
INFO [01-31|13:35:12.526] State loop returned
INFO [01-31|13:35:12.526] stopped peer discovery
minjae@minjae-desktop:/mnt/ssd1/ethereum/l2/optimism/op-node$
op-geth
minjae@minjae-desktop:/mnt/ssd1/ethereum/l2/op-geth$ ./build/bin/geth\
--datadir=/mnt/ssd1/ethereum/l2/data \
--http --http.addr 0.0.0.0 \
--http.port 8547 \
--http.api "eth,net,web3,engine" \
--ws --ws.addr 0.0.0.0 \
--ws.port 8546 --ws.api "eth,net,web3" \
--authrpc.addr "127.0.0.1" --authrpc.port 8552 \
--rollup.sequencerhttp=https://mainnet-sequencer.optimism.io/ \
--authrpc.jwtsecret=/mnt/ssd1/ethereum/geth.snap/jwtsecret \
--syncmode=snap \
--verbosity=3 \
--rollup.disabletxpoolgossip \
--op-network=op-mainnet \
--port 30304 \
--discovery.port 30304
INFO [01-31|13:34:43.640] Starting geth on an OP network... network=op-mainnet
INFO [01-31|13:34:43.640] Bumping default cache on mainnet provided=1024 updated=4096
INFO [01-31|13:34:43.640] Maximum peer count ETH=50 total=50
INFO [01-31|13:34:43.641] Smartcard socket not found, disabling err="stat /run/pcscd/pcscd.comm: no such file or directory"
INFO [01-31|13:34:43.644] Set global gas cap cap=50,000,000
INFO [01-31|13:34:43.644] Initializing the KZG library backend=gokzg
INFO [01-31|13:34:43.663] Allocated trie memory caches clean=614.00MiB dirty=1024.00MiB
INFO [01-31|13:34:43.663] Using pebble as the backing database
INFO [01-31|13:34:43.663] Allocated cache and file handles database=/mnt/ssd1/ethereum/l2/data/geth/chaindata cache=2.00GiB handles=524,288
INFO [01-31|13:34:43.685] Opened ancient database database=/mnt/ssd1/ethereum/l2/data/geth/chaindata/ancient/chain readonly=false
INFO [01-31|13:34:43.685] State schema set to default scheme=path
WARN [01-31|13:34:43.685] Sanitizing invalid node buffer size provided=1024.00MiB updated=256.00MiB
INFO [01-31|13:34:43.687] Opened ancient database database=/mnt/ssd1/ethereum/l2/data/geth/chaindata/ancient/state readonly=false
INFO [01-31|13:34:43.688] Stored config json="{\"chainId\":10,\"homesteadBlock\":0,\"eip150Block\":0,\"eip155Block\":0,\"eip158Block\":0,\"byzantiumBlock\":0,\"constantinopleBlock\":0,\"petersburgBlock\":0,\"istanbulBlock\":0,\"muirGlacierBlock\":0,\"berlinBlock\":3950000,\"londonBlock\":105235063,\"arrowGlacierBlock\":105235063,\"grayGlacierBlock\":105235063,\"mergeNetsplitBlock\":105235063,\"shanghaiTime\":1704992401,\"cancunTime\":1710374401,\"bedrockBlock\":105235063,\"regolithTime\":0,\"canyonTime\":1704992401,\"ecotoneTime\":1710374401,\"fjordTime\":1720627201,\"graniteTime\":1726070401,\"holoceneTime\":1736445601,\"terminalTotalDifficulty\":0,\"terminalTotalDifficultyPassed\":true,\"depositContractAddress\":\"0x0000000000000000000000000000000000000000\",\"optimism\":{\"eip1559Elasticity\":6,\"eip1559Denominator\":50,\"eip1559DenominatorCanyon\":250}}"
INFO [01-31|13:34:43.688] New config json="{\"chainId\":10,\"homesteadBlock\":0,\"eip150Block\":0,\"eip155Block\":0,\"eip158Block\":0,\"byzantiumBlock\":0,\"constantinopleBlock\":0,\"petersburgBlock\":0,\"istanbulBlock\":0,\"muirGlacierBlock\":0,\"berlinBlock\":3950000,\"londonBlock\":105235063,\"arrowGlacierBlock\":105235063,\"grayGlacierBlock\":105235063,\"mergeNetsplitBlock\":105235063,\"shanghaiTime\":1704992401,\"cancunTime\":1710374401,\"bedrockBlock\":105235063,\"regolithTime\":0,\"canyonTime\":1704992401,\"ecotoneTime\":1710374401,\"fjordTime\":1720627201,\"graniteTime\":1726070401,\"holoceneTime\":1736445601,\"terminalTotalDifficulty\":0,\"terminalTotalDifficultyPassed\":true,\"depositContractAddress\":\"0x0000000000000000000000000000000000000000\",\"optimism\":{\"eip1559Elasticity\":6,\"eip1559Denominator\":50,\"eip1559DenominatorCanyon\":250}}" genesis-nil=false
INFO [01-31|13:34:43.688] Checking compatibility height=0 time=0 error=<nil>
INFO [01-31|13:34:43.688] Configs equal
INFO [01-31|13:34:43.688]
INFO [01-31|13:34:43.688] ---------------------------------------------------------------------------------------------------------------------------------------------------------
INFO [01-31|13:34:43.688] Chain ID: 10 (OP Mainnet)
INFO [01-31|13:34:43.688] Consensus: Optimism
INFO [01-31|13:34:43.688]
INFO [01-31|13:34:43.688] Pre-Merge hard forks (block based):
INFO [01-31|13:34:43.688] - Homestead: #0 (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/homestead.md)
INFO [01-31|13:34:43.688] - Tangerine Whistle (EIP 150): #0 (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/tangerine-whistle.md)
INFO [01-31|13:34:43.688] - Spurious Dragon/1 (EIP 155): #0 (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/spurious-dragon.md)
INFO [01-31|13:34:43.688] - Spurious Dragon/2 (EIP 158): #0 (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/spurious-dragon.md)
INFO [01-31|13:34:43.688] - Byzantium: #0 (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/byzantium.md)
INFO [01-31|13:34:43.688] - Constantinople: #0 (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/constantinople.md)
INFO [01-31|13:34:43.688] - Petersburg: #0 (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/petersburg.md)
INFO [01-31|13:34:43.688] - Istanbul: #0 (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/istanbul.md)
INFO [01-31|13:34:43.688] - Muir Glacier: #0 (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/muir-glacier.md)
INFO [01-31|13:34:43.688] - Berlin: #3950000 (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/berlin.md)
INFO [01-31|13:34:43.688] - London: #105235063 (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/london.md)
INFO [01-31|13:34:43.688] - Arrow Glacier: #105235063 (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/arrow-glacier.md)
INFO [01-31|13:34:43.688] - Gray Glacier: #105235063 (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/gray-glacier.md)
INFO [01-31|13:34:43.688]
INFO [01-31|13:34:43.688] Merge configured:
INFO [01-31|13:34:43.688] - Hard-fork specification: https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/paris.md
INFO [01-31|13:34:43.688] - Network known to be merged: true
INFO [01-31|13:34:43.688] - Total terminal difficulty: 0
INFO [01-31|13:34:43.688] - Merge netsplit block: #105235063
INFO [01-31|13:34:43.688]
INFO [01-31|13:34:43.688] Post-Merge hard forks (timestamp based):
INFO [01-31|13:34:43.688] - Shanghai: @1704992401 (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/shanghai.md)
INFO [01-31|13:34:43.688] - Cancun: @1710374401 (https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/cancun.md)
INFO [01-31|13:34:43.688] - Regolith: @0
INFO [01-31|13:34:43.688] - Canyon: @1704992401
INFO [01-31|13:34:43.688] - Ecotone: @1710374401
INFO [01-31|13:34:43.688] - Fjord: @1720627201
INFO [01-31|13:34:43.688] - Granite: @1726070401
INFO [01-31|13:34:43.688] - Holocene: @1736445601
INFO [01-31|13:34:43.688]
INFO [01-31|13:34:43.688] ---------------------------------------------------------------------------------------------------------------------------------------------------------
INFO [01-31|13:34:43.688]
INFO [01-31|13:34:43.689] Loaded most recent local block number=0 hash=7ca38a..3fa48b td=1 age=55y10mo2w
INFO [01-31|13:34:43.689] Genesis state is missing, wait state sync
INFO [01-31|13:34:43.689] Initialized transaction indexer range="last 2350000 blocks"
INFO [01-31|13:34:43.689] Initialising Ethereum protocol network=10 dbversion=8
INFO [01-31|13:34:43.689] Loaded local transaction journal transactions=0 dropped=0
INFO [01-31|13:34:43.689] Resuming state snapshot generation root=eddb4c..a568eb accounts=0 slots=0 storage=0.00B dangling=0 elapsed="72.684µs"
INFO [01-31|13:34:43.689] Enabled snap sync head=0 hash=7ca38a..3fa48b
INFO [01-31|13:34:43.689] Trie missing, state snapshotting paused root=eddb4c..a568eb accounts=0 slots=0 storage=0.00B dangling=0 elapsed="183.59µs"
INFO [01-31|13:34:43.689] Gasprice oracle is ignoring threshold set threshold=2
WARN [01-31|13:34:43.691] Engine API enabled protocol=eth
INFO [01-31|13:34:43.691] Starting peer-to-peer node instance=Geth/v1.101411.6-stable-50b3422b/linux-amd64/go1.22.7
INFO [01-31|13:34:43.721] New local node record seq=1,738,296,927,247 id=efbaf03ddbaa84c5 ip=127.0.0.1 udp=30304 tcp=30304
INFO [01-31|13:34:43.721] Started P2P networking self=enode://d11ea540a31f886ef2ac5b20f2c6093a85470cdea3549df3d5584dcb4f7ca1d9eaf4a7ae858e9adabfd799fb617cd94c6048771ed811fa2bb7c19b2f0e3ac487@127.0.0.1:30304
INFO [01-31|13:34:43.721] IPC endpoint opened url=/mnt/ssd1/ethereum/l2/data/geth.ipc
INFO [01-31|13:34:43.721] Loaded JWT secret file path=/mnt/ssd1/ethereum/geth.snap/jwtsecret crc32=0x990ebdc
INFO [01-31|13:34:43.722] HTTP server started endpoint=[::]:8547 auth=false prefix= cors= vhosts=localhost
INFO [01-31|13:34:43.722] WebSocket enabled url=ws://[::]:8546
INFO [01-31|13:34:43.722] WebSocket enabled url=ws://127.0.0.1:8552
INFO [01-31|13:34:43.722] HTTP server started endpoint=127.0.0.1:8552 auth=true prefix= cors=localhost vhosts=localhost
WARN [01-31|13:35:03.439] Served eth_getBlockByNumber reqid=2 duration="58.936µs" err="finalized block not found"
WARN [01-31|13:35:03.440] Served engine_newPayloadV3 reqid=3 duration="5.295µs" err="the method engine_newPayloadV3 does not exist/is not available"
INFO [01-31|13:35:03.773] Looking for peers peercount=1 tried=101 static=0
INFO [01-31|13:35:04.790] New local node record seq=1,738,296,927,248 id=efbaf03ddbaa84c5 ip=222.107.63.27 udp=30304 tcp=30304
WARN [01-31|13:35:05.461] Served engine_newPayloadV3 reqid=4 duration="5.388µs" err="the method engine_newPayloadV3 does not exist/is not available"
WARN [01-31|13:35:07.454] Served engine_newPayloadV3 reqid=5 duration="4.097µs" err="the method engine_newPayloadV3 does not exist/is not available"
WARN [01-31|13:35:09.477] Served engine_newPayloadV3 reqid=6 duration="6.25µs" err="the method engine_newPayloadV3 does not exist/is not available"
WARN [01-31|13:35:11.332] Served engine_newPayloadV3 reqid=7 duration="5.881µs" err="the method engine_newPayloadV3 does not exist/is not available"
^CINFO [01-31|13:35:13.758] Got interrupt, shutting down...
INFO [01-31|13:35:13.758] HTTP server stopped endpoint=[::]:8547
INFO [01-31|13:35:13.758] HTTP server stopped endpoint=[::]:8546
INFO [01-31|13:35:13.758] HTTP server stopped endpoint=127.0.0.1:8552
INFO [01-31|13:35:13.759] IPC endpoint closed url=/mnt/ssd1/ethereum/l2/data/geth.ipc
INFO [01-31|13:35:14.334] Ethereum protocol stopped
INFO [01-31|13:35:14.334] Transaction pool stopped
INFO [01-31|13:35:14.334] Journalling in-progress snapshot root=eddb4c..a568eb accounts=0 slots=0 storage=0.00B dangling=0 elapsed=30.645s
INFO [01-31|13:35:14.344] Failed to journal in-memory trie nodes err="triedb layer [0xeddb4c1786789419153a27c4c80ff44a2226b6eda04f7e22ce5bae892ea568eb] missing"
INFO [01-31|13:35:14.344] Blockchain stopped
minjae@minjae-desktop:/mnt/ssd1/ethereum/l2/op-geth$
The text was updated successfully, but these errors were encountered:
I am following the tutorial for node operation, here (without docker, with source), for
Running an OP Mainnet node from source
andRunning an OP Mainnet node from source
.I want to operate the node, but I can not do it with this bug.
Bug Description
Below error message occurs in
op-node
execution.In, op-geth, the warning occurs also at the same time.
Regenerate Bug
OS (Env)
My OS follows below.
How to Build Binaries
I built
op-node
andop-geth
with below steps.How to Execute Binaries
Before executing layer 2, I have been operating the
geth
andlighthouse
for the main net, layer 1, with below command.With the built binary above, I ran below commands.
Logs
op-node
op-geth
The text was updated successfully, but these errors were encountered: