sigp / lighthouse

Ethereum consensus client in Rust
https://lighthouse.sigmaprime.io/
Apache License 2.0
2.89k stars 736 forks source link

local-testnet issue #5991

Closed lzmrd closed 2 months ago

lzmrd commented 3 months ago

Description

I followed the README file of local-testnet and when I run ./start_local_testnet.sh I get the following error:

image

Version

Lighthouse v5.1.3-3058b96+ rustup 1.27.1 (54dd3d00f 2024-04-24)

eserilev commented 3 months ago

try restarting your docker service, that should resolve this issue

chong-he commented 3 months ago

Facing the same issue, and @jimmygchen pointed out that it is due to the old Kurtosis version used. I was on 0.89.13.

Can you check the version you are using with kurtosis version. If it is old, try updating to 0.90.1: https://docs.kurtosis.com/upgrade/#iii-restart-the-engine

lzmrd commented 2 months ago

Great! I fixed upgrading Kurtosis version to 0.90.1 as you suggested. thank you very much!