change medalla keys directory back

This commit is contained in:
yslcrypto 2020-11-10 11:17:56 +01:00
parent efc1f8074e
commit f5ba1377e2
2 changed files with 3 additions and 3 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_spec_0_12_3 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/shared_medalla_0 <YOUR VALIDATOR KEYS DIRECTORY>
```
@ -21,7 +21,7 @@ build/nimbus_beacon_node_spec_0_12_3 deposits import --data-dir=build/data/meda
## Storage
When you import your keys into Nimbus, your validator signing key(s) are stored in the `build/data/medalla/` folder, under `secrets` and `validators` - **make sure you keep these folders backed up somewhere safe.**
When you import your keys into Nimbus, your validator signing key(s) are stored in the `build/data/shared_medalla_0/` folder, under `secrets` and `validators` - **make sure you keep these folders backed up somewhere safe.**
The `secrets` folder contains the common secret that gives you access to all your validator keys.

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_spec_0_3 deposits import --data-dir=build/data/medalla ../validator_keys
build/nimbus_beacon_node_spec_0_3 deposits import --data-dir=build/data/shared_medalla_0 ../validator_keys
```