Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/eth2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ echo "ETH2: Lighthouse Node (requires docker) "
echo ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"
echo " "

nohup docker run -p 9000:9000 -p 127.0.0.1:5052:5052 -v ${HOME}/.lighthouse:/root/.lighthouse1 sigp/lighthouse:v2.1.5 lighthouse --network mainnet beacon --http --http-address 0.0.0.0 > /dev/null 2>&1 &
nohup docker run -p 9000:9000 -p 127.0.0.1:5052:5052 -v ${HOME}/.lighthouse:/root/.lighthouse1 sigp/lighthouse:latest lighthouse --network mainnet beacon --http --http-address 0.0.0.0 > /dev/null 2>&1 &

npm run build

Expand Down