better instructions for adding block_signing_key
This commit is contained in:
parent
885b1cd2f4
commit
ff4125c243
1 changed files with 2 additions and 2 deletions
|
|
@ -109,10 +109,10 @@ Comment out the existing private-key before adding yours
|
|||
vim witness_node_data_dir/config.ini
|
||||
|
||||
witness-id = "1.6.x"
|
||||
private-keys = ['PPYxxx'.'xxxx']
|
||||
private-keys = ['block_signing_key'.'private_key_for_your_block_signing_key']
|
||||
```
|
||||
|
||||
start your witness with resync
|
||||
start your witness back up
|
||||
------------------
|
||||
```
|
||||
./programs/witness_node/witness_node
|
||||
|
|
|
|||
Loading…
Reference in a new issue