-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Validator not starting if started together with beacon chain #6896
Comments
How long did you wait after starting up both? After the beacon chain syncs to the most current node the validator will start on its own. |
I can confirm this. This seems to happen even if the beacon node was synced before.
for 5 minutes. |
I built a docker image using prysm script, run a validator and a beacon chain in two containers on the same machine. use API query beacon-chain status: restarted several times, always got this
|
I have the same problem. My setup is in kubernetes and so the order of starting up is not guarantee. I had this issue times to times and had to restart the validator to fix. |
This seems like a common issue, maybe it's affected by accounts-v2 decrypting? @rauljordan |
I believe this is a duplicate of #6325. This problem has been around since at least June 20th so I think the cause predates accounts-v2. |
🐞 Bug Report
Description
If validator and beacon chain are started together with systemd (calling prysm.sh), the validator prints this:
level=info msg="Waiting for beacon chain start log from the ETH 1.0 deposit contract" prefix=validator
and stays there.
Restarting the validator resolves the issue, but the system does not boot to a functional state.
Has this worked before in a previous version?
Don't know
🔬 Minimal Reproduction
Guess:
🔥 Error
🌍 Your Environment
Operating System:
What version of Prysm are you running? (Which release)
Anything else relevant (validator index / public key)?
The text was updated successfully, but these errors were encountered: