This website requires JavaScript.
Explore
Help
Sign In
status-im
/
nimbus-eth2
mirror of
https://github.com/status-im/nimbus-eth2.git
Watch
2
Star
0
Fork
You've already forked nimbus-eth2
0
Code
Issues
Projects
Releases
Wiki
Activity
c215fb3607
nimbus-eth2
/
run-mainnet-beacon-node.sh
6 lines
90 B
Bash
Raw
Normal View
History
Unescape
Escape
Mainnet deposit contract monitoring
2020-11-05 22:33:31 +00:00
#!/bin/bash
[skip ci] The run-*-beacon-node.sh scripts will now forward parameters to the beacon_node executable
2020-11-07 12:00:57 +00:00
cd
"
$(
dirname
$0
)
"
Rename binaries; Mimic the original repo layout in the distribution
2020-11-07 18:00:31 +00:00
scripts/run-beacon-node.sh nimbus_beacon_node mainnet
$@
Mainnet deposit contract monitoring
2020-11-05 22:33:31 +00:00