nimbus-eth2/docker/dist
Zahary Karadjov ac1072b4bb Add ./run-medalla-beacon-node script 2020-11-07 01:25:02 +02:00
..
base_image dist: build on Ubuntu 20.04 (LTS) (#1949) 2020-11-04 00:46:23 +01:00
Dockerfile dist: build on Ubuntu 20.04 (LTS) (#1949) 2020-11-04 00:46:23 +01:00
Dockerfile.debian-bullseye dist: build on Ubuntu 20.04 (LTS) (#1949) 2020-11-04 00:46:23 +01:00
README.md dist: add version and book (#1965) 2020-11-06 17:26:03 +01:00
entry_point.sh Add ./run-medalla-beacon-node script 2020-11-07 01:25:02 +02:00
entry_point_test.sh dist: build on Ubuntu 20.04 (LTS) (#1949) 2020-11-04 00:46:23 +01:00
run_medalla_node.sh dist: add Medalla binary and starting script 2020-11-06 01:29:03 +02:00

README.md

Binary Nimbus beacon_node distribution

This binary distribution was created from https://github.com/status-im/nimbus-eth2

Tarball naming scheme: "nimbus-eth2_Linux_amd64___.tar.gz" (the date is in UTC).

Reproducing the build

Besides the generic build requirements, you also need Docker.

git clone https://github.com/status-im/nimbus-eth2.git
cd nimbus-eth2
git checkout GIT_COMMIT
make update
make dist

Significant differences from self-built binaries

No -march=native and no metrics support.

Running a Medalla node

With default options:

./run_medalla_node.sh

Change options implemented as shell variables inside the script:

LOG_LEVEL=DEBUG BASE_PORT=9100 ./run_medalla_node.sh

Add arbitrary beacon_node parameters (yes, you can combine this with env vars):

./run_medalla_node.sh --log-level=DEBUG --rpc-port=9290