fix medalla import keys command

This commit is contained in:
yslcrypto 2020-11-10 10:00:27 +01:00
parent 64838720d5
commit bdd90c0d84
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
To import your signing key(s) into Nimbus, from the `nimbus-eth2` directory run:
```
build/nimbus_beacon_node deposits import --data-dir=build/data/medalla <YOUR VALIDATOR KEYS DIRECTORY>
build/nimbus_beacon_node_spec_0_12_3 deposits import --data-dir=build/data/medalla <YOUR VALIDATOR KEYS DIRECTORY>
```

View File

@ -275,7 +275,7 @@ As usual, replace `195.177.101.93` with your Pi's IP address, and `<VALIDATOR_KE
To import your signing key into Nimbus, from the `nimbus-eth2` directory run:
```
build/nimbus_beacon_node deposits import --data-dir=build/data/medalla ../validator_keys
build/nimbus_beacon_node_spec_0_3 deposits import --data-dir=build/data/medalla ../validator_keys
```