Skip to content
This repository was archived by the owner on Jan 20, 2023. It is now read-only.

Commit eeb1c22

Browse files
stefa2kshamoya
andauthored
fixing nimbus setup & import (#126)
* updating dirk * updating dirk * multiclient: make update of dirk 1.0.0 safer by copying slashing-db * docker-compose.beacon-validator.override: small fixes in disabled services and config files 1. Add new services to disabled services. 2. Use the same data folder for beacon service from the main docker-compose.yaml This is very usefull when comming from a regular deployment where the data folder will reside on beacon-slasher. * updating prysm, lighthouse, node-exporter * adding missing overrides * updating lighthouse, prysm * updating nimbus, teku * switching docker repo for teku * updating geth * updating geth (Berlin) * updating prysm * updating lighthouse * updating lodestar * fixing issue with importing validators to lodestar * fixing nimbus setup & import Co-authored-by: Ido Shamay <[email protected]>
1 parent a522cb1 commit eeb1c22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compose-examples/nimbus-only/create-account.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44
image: stereum/init:buster
55
restart: "no"
66
volumes:
7-
- ./data/nimbus/validator:/mnt/validator
7+
- ./data/nimbus:/mnt/validator
88
- ./launchpad:/mnt/validator_keys
99

1010
validator-import-launchpad:

compose-examples/nimbus-only/docker-compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ x-logging: &logging
88
max-size: "100m"
99

1010
services:
11-
stereum-init:
11+
stereum-init:
1212
image: stereum/init:buster
1313
restart: "no"
1414
volumes:

0 commit comments

Comments
 (0)