[OP Stack Deployment] <getting issue in running op-batcher in linux > #716
Replies: 14 comments 19 replies
-
1:are you running batch for you own op stack chain?if so,how you deploy it?(op-deployer? or from tutorials/chain branch?)
|
Beta Was this translation helpful? Give feedback.
-
curl -X POST -H "Content-Type: application/json" --data \ ✔ |
Beta Was this translation helpful? Give feedback.
-
This is my OP-GETH response./build/bin/geth \ ✔ This is of OP-NODE response./bin/op-node \ ✔ ▼ This is op-batcher response./bin/op-batcher \ ✔ ▼ This is OP-PROPOSER response ~/optimism/op-proposer develop *1 !3 ?4 ./bin/op-proposer \ ✔ ▼ i just wanted to know what is wrong happening here and how to fix this . |
Beta Was this translation helpful? Give feedback.
-
./bin/op-node \ INT ✘ ▼ not working same issue as above |
Beta Was this translation helpful? Give feedback.
-
./bin/op-node \ INT ✘ ▼ |
Beta Was this translation helpful? Give feedback.
-
./bin/op-node \ INT ✘ ▼ |
Beta Was this translation helpful? Give feedback.
-
INFO [02-11|12:07:13.904] Channel closed id=e3bd96..1d5f2b blocks_pending=0 num_frames=1 input_bytes=81 output_bytes=120 full_reason="channel full: close to sequencer window timeout" compr_ratio=1.481 [02-11|11:46:54.621] Connected to L2OutputOracle address=0x2BB24C12566804F72f13Dc7f012386F819342189 version=1.7.0 |
Beta Was this translation helpful? Give feedback.
-
FO [02-11|12:02:45.405] Advancing bq origin origin=52b7ef..70d5b3:7645573 originBehind=false |
Beta Was this translation helpful? Give feedback.
-
i corrected rpc still getting issue |
Beta Was this translation helpful? Give feedback.
-
You have to wait for a while as op-node is syncing... Wait for Advancing bq origin to hit the sepolia chain head Now op-node is on block 7645590 which is 5 days ago |
Beta Was this translation helpful? Give feedback.
-
./bin/op-node \ ✔ ▼ this issue |
Beta Was this translation helpful? Give feedback.
-
If i want want deploy my own rollup using op-stack on mainnet how to any guide ?? |
Beta Was this translation helpful? Give feedback.
-
OsirisOx — Yesterday at 9:55 PM @OsirisOx Shak — Yesterday at 10:07 PM |
Beta Was this translation helpful? Give feedback.
-
Did you check the documentation?
Did you check for duplicate questions?
Issue Description
NFO [02-07|10:55:22.977] Initializing Batch Submitter
INFO [02-07|10:55:23.743] metrics disabled
INFO [02-07|10:55:23.743] Admin RPC enabled
INFO [02-07|10:55:23.743] Starting JSON-RPC server
INFO [02-07|10:55:23.754] Starting batcher notSubmittingOnStart=false
INFO [02-07|10:55:23.754] Starting Batch Submitter
INFO [02-07|10:55:23.754] Batch Submitter started
INFO [02-07|10:55:27.631] Starting batch-submitter work at safe-head safe=5f6cbc..8d802d:0
WARN [02-07|10:55:27.631] Error calculating L2 block range err="L2 safe head ahead of L2 unsafe head"
WARN [02-07|10:55:38.115] Error calculating L2 block range err="failed to get sync status: Post "http://localhost:9545/": context deadline exceeded"
WARN [02-07|10:55:41.522] Error calculating L2 block range err="L2 safe head ahead of L2 unsafe head"
WARN [02-07|10:55:47.634] Error calculating L2 block range err="L2 safe head ahead of L2 unsafe head"
WARN [02-07|10:55:50.606] Error calculating L2 block range err="L2 safe head ahead of L2 unsafe head"
WARN [02-07|10:55:52.620] Error calculating L2 block range err="L2 safe head ahead of L2 unsafe head"
WARN [02-07|10:55:55.008] Error calculating L2 block range err="L2 safe head ahead of L2 unsafe head"
i am getting this error in op batcher what could be the reason ??
Logs
No response
Additional Information
No response
Feedback
No response
Beta Was this translation helpful? Give feedback.
All reactions