Skip to content
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

Errors when deploying in Docker #13

Open
hoshimgg opened this issue Apr 16, 2022 · 0 comments
Open

Errors when deploying in Docker #13

hoshimgg opened this issue Apr 16, 2022 · 0 comments

Comments

@hoshimgg
Copy link

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:

sudo -u goeth /usr/local/bin/geth \
    --syncmode=full \
    --http \
    --datadir /var/lib/goethereum \
    --metrics \
    --metrics.expensive \
    --pprof \
    --networkid=1337802 \
    --http.api="engine,eth,web3,net,debug" \
    --http.corsdomain "*" \
    --http.addr "0.0.0.0" \
    --authrpc.jwtsecret=/var/lib/goethereum/jwtsecret \
    --override.terminaltotaldifficulty 20000000000000 \
    --bootnodes "enode://c354db99124f0faf677ff0e75c3cbbd568b2febc186af664e0c51ac435609badedc67a18a63adb64dacc1780a28dcefebfc29b83fd1a3f4aa3c0eb161364cf94@164.92.130.5:30303"
sudo -u lighthousebeacon /usr/local/bin/lighthouse bn \
    --network kiln \
    --datadir /var/lib/lighthouse \
    --staking \
    --http-allow-sync-stalled \
    --merge \
    --execution-endpoints http://127.0.0.1:8551 \
    --metrics \
    --validator-monitor-auto \
    --jwt-secrets="/var/lib/goethereum/jwtsecret" \
    --terminal-total-difficulty-override=20000000000000 \
    --boot-nodes="enr:-Iq4QMCTfIMXnow27baRUb35Q8iiFHSIDBJh6hQM5Axohhf4b6Kr_cOCu0htQ5WvVqKvFgY28893DHAg8gnBAXsAVqmGAX53x8JggmlkgnY0gmlwhLKAlv6Jc2VjcDI1NmsxoQK6S-Cii_KmfFdUJL2TANL3ksaKUnNXvTCv1tLwXs0QgIN1ZHCCIyk"

But after running I encountered the following problem:
image
geth shows that the peercount is always 0~2, and the error "Snapshot extension registration failed" will pop up;

image
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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant