Skip to content

Commit

Permalink
Merge pull request #17 from klaytn/13th-onboarding
Browse files Browse the repository at this point in the history
update 13th-onbaording
  • Loading branch information
markyim-kaia committed May 31, 2024
2 parents 604ba5c + 26ff02e commit 514ab37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/20_network_reset/40_replace_bls-nodekey.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ draft: false
In order to operate a node, a `bls-nodekey` is required. The KCN binary will create a new one for you if you do not have it. {{< line_break >}}
If you have one, you need to put your `bls-nodekey` into the `data` directory.

##### 1) Delete auto-generated bls-key
##### 1) Rename auto-generated bls-key - will be deleted later
{{< highlight html >}}
$ mv /var/kcnd/data/klay/bls-nodekey /var/kcnd/data/klay/bls-nodekey_temp
$ mv /<your_klaytn_home_path>/data/klay/bls-nodekey /<your_klaytn_home_path>/data/klay/bls-nodekey_temp
{{< /highlight >}}

{{< line_break >}}

##### 2) Create bls-nodekey file
{{< highlight html >}}
$ vi /var/kcnd/data/bls-nodekey
$ vi /<your_klaytn_home_path>/data/bls-nodekey
{{< /highlight >}}


Expand Down

0 comments on commit 514ab37

Please sign in to comment.