[OP Stack Deployment] How does Op-challenger work #392
Unanswered
DanielW8088
asked this question in
Deploying the OP Stack
Replies: 1 comment 9 replies
-
proposer command, do I need to adjust anything? |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Did you check the documentation?
Did you check for duplicate questions?
Issue Description
I started an op stack chain of version 1.7.2
When I withdraw, I need proof of fraud. There are no documents here on how to send game messages.
I try to run this command, it seems there is no response.
What should I do to start the game?
./op-challenger/bin/op-challenger
--trace-type cannon
--l1-eth-rpc <>
--l1-beacon <>
--rollup-rpc http://localhost:8547
--game-factory-address <>
--datadir temp/challenger-data
--cannon-rollup-config rollup.json
--cannon-l2-genesis genesis-l2.json
--cannon-bin ./cannon/bin/cannon
--cannon-server ./op-program/bin/op-program
--cannon-prestate ./op-program/bin/prestate.json
--cannon-l2 http://localhost:8545
--private-key <>
--num-confirmations 1
Logs
challenger logs
INFO [05-08|23:42:15.060] Starting op-challenger version=v0.1.0-99a53381-1710933867-dev
INFO [05-08|23:42:15.208] starting scheduler
INFO [05-08|23:42:15.208] starting monitoring
INFO [05-08|23:42:15.208] challenger game service start completed
./bin/op-challenger create-game
--l1-eth-rpc <>
--game-factory-address <>
--output-root <>
--l2-block-num<>
--private-key <>
WARN [05-08|12:23:27.014] Failed to create a transaction, will retry service=challenger err="failed to estimate gas: execution reverted"
WARN [05-08|12:23:30.150] Failed to create a transaction, will retry service=challenger err="failed to estimate gas: execution reverted"
Additional Information
No response
Feedback
No response
Beta Was this translation helpful? Give feedback.
All reactions