반응형
geth 1.10.25 버전이상 세팅 중에 lighthouse beacon을 실행하면 해당 오류가 발생하는 경우가 있다.
linux-5822557241 systemd[1]: lighthousebeacon.service: Main process exited, code=killed, status=4/ILL
linux-5822557241 systemd[1]: lighthousebeacon.service: Failed with result 'signal'.
github lighthouse releases 주소
Releases · sigp/lighthouse
Ethereum consensus client in Rust. Contribute to sigp/lighthouse development by creating an account on GitHub.
github.com
v3.2.1 linux버전이 2개가 있는데, portable이 들어간 버전으로 설치 시에 문제가 해결된다.
wget https://github.com/sigp/lighthouse/releases/download/v3.2.1/lighthouse-v3.2.1-x86_64-unknown-linux-gnu-portable.tar.gz
반응형
'Blockchain > Ethereum' 카테고리의 다른 글
[이더리움] Grafana와 Prometheus로 geth 모니터링 하기 - 2 (0) | 2023.01.30 |
---|---|
[이더리움] Grafana와 Prometheus로 geth 모니터링 하기 - 1 (0) | 2023.01.27 |
[이더리움] Geth가 비정상 종료되어 "Head state missing, repairing" 문구 발생 시 (0) | 2022.12.19 |
[이더리움] Goerli testnet 이더리움 받을 수 있는 사이트 (0) | 2022.11.17 |
[이더리움] Ubuntu20.04에 geth(1.10.25버전이상)와 lighthouse 세팅하기 (0) | 2022.11.17 |