Skip to content

Commit

Permalink
Update doc (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
chetan-zilliqa authored Aug 1, 2024
1 parent 960636d commit 2c1790a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions zq2/docs/nodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,14 @@ and run.
- Generate the validator node private key.

```bash
export PRIVATE_KEY=$(openssl rand -hex 32)
openssl rand -hex 32 > validator-private-key.txt
export PRIVATE_KEY=$(cat validator-private-key.txt)

```

_NOTE: Please save the validator node key, as you may need it in the future to
restart the validator node and when registering the validator in the
deposit contract._
_NOTE: Please save the validator node key as described above. You may need it
in the future to restart the validator node and when registering the validator
in the deposit contract._

- Start the validator node:

Expand Down

0 comments on commit 2c1790a

Please sign in to comment.