[Node Operator Question] Unable to access port 8545 on my local optimism sepolia node #757
-
Are you running the most up to date node software?
Did you check the documentation?
Did you check for duplicate questions?
Issue DescriptionI recently synced the optimism sepolia node using the docker deployment guide. I am trying to get the current block number using the eth_blockNumber rpc endpoint but I am getting this?
Steps to ReproduceDeploy optimism-sepolia using the docker node guide
Which component is affected?
Expected vs. Actual Behaviorexpected current block number got curl: (7) Failed to connect to localhost port 8545 after 0 ms: Couldn't connect to server Environment DetailsUbuntu 24 Protocol Informationop-geth version Node Logsop-geth logs
op-node logs
Troubleshooting AttemptsNo response Additional InformationNo response FeedbackNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
looks like your node is in syncing?
please try this method and see the actual syncstatus |
Beta Was this translation helpful? Give feedback.
It's working on the default port 9993