Skip to content

Commit

Permalink
testing on lighthouse v2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jdevcs committed Apr 6, 2022
1 parent 3ec2e61 commit 2b2cd0f
Showing 1 changed file with 1 addition and 1 deletion.
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/.lighthouse sigp/lighthouse 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:v2.1.5 lighthouse --network mainnet beacon --http --http-address 0.0.0.0 > /dev/null 2>&1 &

npm run build

Expand Down

0 comments on commit 2b2cd0f

Please sign in to comment.