-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
L1.beacon question #189
Comments
why you can’t put lighthouse write docker-compose.yml |
I'm also struggling to get node back to sync. To be able to connect to your local L1 beacon I guess you need to also add local network visibility in docker by adding in docker-compose.yml:
so then you could set like but that also didn't get me running. I use this approach to use my local L1 geth node and this part works I also tried setting external beacon node, you can get one from e.g. Ankr: https://www.ankr.com/blog/ethereum-beacon-chain-ankrs-newest-blockchain-rpc-endpoint/ |
But I run eth and lighthouse not this base-node machine,I only run lighthouse base ,will it work? |
bro, has the problem been solved? |
No,I think trying use nodereal ETH Beacon Chain API now,if success I notify us |
I running local lighthouse command is env is OP_NODE_L1_BEACON=http://192.168.0.5:9006 lighthouse tail logs "Feb 04 02:54:53.000 INFO Syncing est_time: --, distance: 13144 slots (1 day 19 hrs), peers: 88, service: slot_notifier my base node is success runing not error. But I don't know if after base mainnet upgrade is successful? |
Any updates about this issue? I still not able connect my goerli base to the network. I got errors like
|
This method is feasible, but it takes a little time to start. |
Really?I success running base node,but I don't know is right |
Finaly i launch my goerli node. So. The my configuration is: Lighthouse
In my
And it start sycnh. |
This is my startup method, and then my base specifies this service and it can be synchronized normally. |
@fylsan3, could you please share what is your exact OP_NODE_L1_BEACON flag value? I'm trying every combination with my nimbus (latest) and geth (v1.13.4) but I always |
Hello, the The Base Goerli testnet is now deprecated, so it will no longer be possible to sync. That said, Sepolia should be possible without issue. If you all have any other questions or issues, please let us know. |
I find OP_NODE_L1_BEACON in .env.mainnet
How to find OP_NODE_L1_BEACON url , I need top deploy lighthouse ? write lighthouse host and port to OP_NODE_L1_BEACON ?
help me, give me a example
thanks friend
The text was updated successfully, but these errors were encountered: