[Node Operator Question] Can not use rpc for my local node #297
Replies: 1 comment 2 replies
-
try add |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Are you running the most up to date node software?
Did you check the documentation?
Did you check for duplicate questions?
Issue Description
I followed the tutorial Building a Node from Source and Running OP Mainnet from source
./build/bin/geth --http --http.port=8545 --http.addr=localhost --authrpc.addr=localhost --authrpc.jwtsecret=./jwt.txt --verbosity=3 --rollup.sequencerhttp=https://mainnet-sequencer.optimism.io/ --op-network=op-mainnet --datadir=/root/nodeData
./bin/op-node --l1=[Alchemy Http API Endpoint] --l1.rpckind=alchemy --l1.beacon=[Quicknode Http API Endpoint] --l2=ws://localhost:8551 --l2.jwt-secret=./jwt.txt --network=op-mainnet --syncmode=execution-layer
Now everything seems done, When I run the http rpc
I got the reponse
Protocol Description
op-geth: [op-geth v1.101308.2]
op-node: [op-node v1.7.1]
network: [op-mainnet]
chainid: [10]
L1 chain: [etherum}
Node Logs
Latest op-node logs:
Latest op-geth logs(I can see the synced=100%, which mentioned in the tutorial):
Additional Information
No response
Feedback
No response
Beta Was this translation helpful? Give feedback.
All reactions