-
-
Notifications
You must be signed in to change notification settings - Fork 289
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
Node Syncing - Service Unavailable | Discovered new validators count=0 #4977
Comments
http://localhost:9596/eth/v1/node/syncing http://localhost:9596/eth/v1/node/identity |
A node cannot safely consider itself synced unless it has peers. If you are running on a local devnet with not value, you can use the hidden options |
I am running a local testnet using the It connects to peers, but it periodically gives me the error for service unavailable. I am trying to use the API:
|
The issue seems to be that the node will not be able to sync if the This is due to the fact that we check that the head slot is within a range from current slot, otherwise it will start a range sync which requires peers that provide the historical data.
The head slot will always be 0 if starting the node with an empty db (unless checkpoint sync is used) and the current slot is calculated based on the genesis time.
To get the chain to start syncing the |
For anyone trying to set up a local / private Ethereum network, please check out https://github.com/rocknet/ethiab. |
i got an error on getProposerDuites when connecting geth with lodestart using a customize file
Logs :
Expected behavior
Node Syncing Successful
Steps to Reproduce
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: