Open tofanovskiy opened 9 months ago
I need Geth and op-node clients which I can run on linux node.
managed to run the node without docker. Now have other issues:
following your manual here , running Geth + op-node clients.
Geth logs:
WARN [02-22|16:04:48.482] Served engine_forkchoiceUpdatedV2 conn=127.0.0.1:51466 reqid=41 duration="11.271µs" err="the method engine_forkchoiceUpdatedV2 does not exist/is not available"
WARN [02-22|16:04:58.720] Served engine_forkchoiceUpdatedV2 conn=127.0.0.1:51466 reqid=42 duration="10.33µs" err="the method engine_forkchoiceUpdatedV2 does not exist/is not available"
WARN [02-22|16:05:08.779] Served engine_forkchoiceUpdatedV2 conn=127.0.0.1:51466 reqid=43 duration="10.711µs" err="the method engine_forkchoiceUpdatedV2 does not exist/is not available"
WARN [02-22|16:05:18.868] Served engine_forkchoiceUpdatedV2 conn=127.0.0.1:51466 reqid=44 duration="64.993µs" err="the method engine_forkchoiceUpdatedV2 does not exist/is not available"
op-node logs:
t=2024-02-22T16:06:39+0000 lvl=info msg="attempting connection" peer=16Uiu2HAkyvmU3Z2zAMGthT5Y6ohKr5WgeQ
dZtug4KoU6cWW62ne7
t=2024-02-22T16:06:39+0000 lvl=info msg="attempting connection" peer=16Uiu2HAm2ST2oahTCPTw42bMhsEtAZV73Yx2VyeYv8o8MRYtwgkg
t=2024-02-22T16:06:39+0000 lvl=info msg="attempting connection" peer=16Uiu2HAm6LueoWEAzC4FZtcwen5owgHECdcxPFB8XtrGXNvumm5A
t=2024-02-22T16:06:39+0000 lvl=info msg="attempting connection" peer=16Uiu2HAmSn9bnGsodpLH5Np3WfT9vp4Rdy
vNLhNSezreFJQRKjjc
t=2024-02-22T16:06:39+0000 lvl=info msg="attempting connection" peer=16Uiu2HAmRUpFpTX77WjuUwtirkRcygnehg
z57UgG57S5ACkNsmuu
t=2024-02-22T16:06:39+0000 lvl=info msg="attempting connection" peer=16Uiu2HAm3doFYpPMmbw76cvQA5QgHEvPfGn5HtuWx6vymvm47wb7
t=2024-02-22T16:06:39+0000 lvl=info msg="attempting connection" peer=16Uiu2HAm6fYrD3NY9PtB98qh6V6LYu5prQ
PiMJsvYdvsjppxUVCZ
t=2024-02-22T16:06:39+0000 lvl=warn msg="Failed to share forkchoice-updated signal" state="&{HeadBlockHash:0x26a1c0faad7b
041f34569a1bb383f00ab74b335883a44bed53e9f41ced5fd906 SafeBlockHash:0x26a1c0faad7b041f34569a1bb383f00ab74b335883a44bed53e9f41ced5fd906 FinalizedBlockHash:0x26a1c0faad7b041f34569a1bb383f00ab74b335883a44bed53e9f41ced5fd906}" attr=<nil> err="the
method engine_forkchoiceUpdatedV2 does not exist/is not available"
t=2024-02-22T16:06:39+0000 lvl=warn msg="Derivation process temporary error" attempts=47 err="engine stage failed: te
mp: failed to sync forkchoice with engine: unrecognized rpc error: the method engine_forkchoiceUpdatedV2 does not exist/is not available"
another question - how to start mainnet node? configs in master and Sepolia branches are the same(rollup/genesis)
guys, we want to launch test Sepolia node and try it
do you have any docs/manual how to run it and build without docker?
your current advanced doc is outdated and does not have steps where we can avoid docker usage.
Thanks a lot