Skip to content

Commit

Permalink
Merge pull request #13 from klaytn/13th-onboarding
Browse files Browse the repository at this point in the history
update 13th-onboarding
  • Loading branch information
markyim-kaia authored May 29, 2024
2 parents 06ff1df + 05c3e0b commit 87fd82f
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
Binary file added content/20_network_reset/.DS_Store
Binary file not shown.
36 changes: 36 additions & 0 deletions content/20_network_reset/40_replace_bls-key.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
title: "replace_bls-key"
date: 2022-07-11T15:17:04+09:00
weight: 30
pre: "<b>C. </b>"
draft: false
---

{{< line_break >}}
#### 4. Replace bls-nodekey on the CN - Except Bughole & Certik.

> BLS-Nodekey is your Private key what you generate with Klay Tool.
![CN](https://raw.githubusercontent.com/klaytn/klaytn-pre-cypress-setup-workshop/main/static/images/nodekey.png)

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
{{< highlight html >}}
$ mv /var/kcnd/data/bls-nodekey /var/kcnd/data/bls-nodekey_temp
{{< /highlight >}}

{{< line_break >}}

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


{{< line_break >}}
{{< line_break >}}

{{< line_break >}}
If you finish this step, please click the next button ```>``` on the right side of this page.

0 comments on commit 87fd82f

Please sign in to comment.