You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am following the instructions in this post ethstaker/merge-devnet.md at main · remyroy/ethstaker (github.com) to deploy node, but for some reason I can only deploy it in docker. This made the steps related to systemd / systemctl unavailable, so I used tmux instead of them, and ran the startup parameters and user from the systemd service config file directly from the command line, the following are shell scripts to run them:
But after running I encountered the following problem:
geth shows that the peercount is always 0~2, and the error "Snapshot extension registration failed" will pop up;
lighthouse will pop up an Error of "Failed to check transition config" and a CRIT of "No synced execution engines".
Please help my questions, Thanks!
The text was updated successfully, but these errors were encountered:
Hi, I am following the instructions in this post ethstaker/merge-devnet.md at main · remyroy/ethstaker (github.com) to deploy node, but for some reason I can only deploy it in docker. This made the steps related to
systemd
/systemctl
unavailable, so I usedtmux
instead of them, and ran the startup parameters and user from thesystemd service config file
directly from the command line, the following are shell scripts to run them:But after running I encountered the following problem:
geth shows that the peercount is always 0~2, and the error "Snapshot extension registration failed" will pop up;
lighthouse will pop up an Error of "Failed to check transition config" and a CRIT of "No synced execution engines".
Please help my questions, Thanks!
The text was updated successfully, but these errors were encountered: