Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,12 @@ right directory with the right name, copy the following command:
rusk-wallet export -d /opt/dusk/conf -n consensus.keys
```

Also ensure that the proper permissions are set for the keys:

```sh
chown dusk:dusk /opt/dusk/conf/consensus.keys
```

### 🔐 Set consensus password

Run the following command and it will prompt you to enter the password for the
Expand Down
5 changes: 4 additions & 1 deletion assets/finish.msg
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ Run the following commands:
rusk-wallet restore
rusk-wallet export -d /opt/dusk/conf -n consensus.keys

2. Set DUSK_CONSENSUS_KEYS_PASS (use /opt/dusk/bin/setup_consensus_pwd.sh)
2. Ensure that the proper permissions are set for the keys:
chown dusk:dusk /opt/dusk/conf/consensus.keys

3. Set DUSK_CONSENSUS_KEYS_PASS (use /opt/dusk/bin/setup_consensus_pwd.sh)
Run the following command:
sh /opt/dusk/bin/setup_consensus_pwd.sh

Expand Down