Skip to content

Commit

Permalink
chmod
Browse files Browse the repository at this point in the history
  • Loading branch information
pompon0 committed Jul 23, 2024
1 parent 1ed44ca commit 9082c4e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/guides/external-node/09_decentralization.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ On the gossipnet, the data integrity will be protected by the BFT (byzantine fau
### Generating secrets

Each participant node of the gossipnet has to have an identity (a public/secret key pair). When running your node for the
first time, generate the secrets by running:
Each participant node of the gossipnet has to have an identity (a public/secret key pair). When running your node for
the first time, generate the secrets by running:

```
cargo run -p zksync_external_node -- generate-secrets > consensus_secrets.yaml
chmod 600 consensus_secrets.yaml
```

> [!NOTE]
Expand Down

0 comments on commit 9082c4e

Please sign in to comment.