-
Notifications
You must be signed in to change notification settings - Fork 108
Description
Hi
I am using RETH+OP-node
reth-optimism-cli 1.6.0-dev (d8451e5)
op-contracts/v4.0.0
i can syncing to highest block and keep going
but when i try to sumbit transaction to this node , it's won't broadcast to the blockchain
need help ~ thx
btw , if i want to using flashblock , which api , actually i need to open
./base node --chain base --datadir ./data --http --http.addr 127.0.0.1 --http.port 6666 --http.api debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev --ws --ws.addr 127.0.0.1 --ws.port 8888 --http.corsdomain "*" --ws.origins "*" --ws.api debug,eth,net,trace,txpool,web3,rpc,reth,ots,flashbots,mev --ipcpath /reth.ipc --authrpc.jwtsecret="jwt.txt" --authrpc.port 8551 --rollup.sequencer-http="https://mainnet-sequencer.base.org"
./op-node --l1=l1ip --l1.beacon=l1beaconip --l1.trustrpc=true --l2=ws://127.0.0.1:8551 --l2.jwt-secret=jwt.txt --rpc.addr=127.0.0.1 --rpc.port=39545 --p2p.advertise.ip=myip --verifier.l1-confs=4 --network=base-mainnet --rollup.load-protocol-versions=true