From 05c3e0b5efaea4021d01c1134e5f62164f1e5a44 Mon Sep 17 00:00:00 2001 From: markyim-klaytn Date: Thu, 30 May 2024 08:25:12 +0900 Subject: [PATCH] update 13th-onboarding --- content/20_network_reset/.DS_Store | Bin 0 -> 6148 bytes .../20_network_reset/40_replace_bls-key.md | 36 ++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 content/20_network_reset/.DS_Store create mode 100644 content/20_network_reset/40_replace_bls-key.md diff --git a/content/20_network_reset/.DS_Store b/content/20_network_reset/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..5008ddfcf53c02e82d7eee2e57c38e5672ef89f6 GIT binary patch literal 6148 zcmeH~Jr2S!425mzP>H1@V-^m;4Wg<&0T*E43hX&L&p$$qDprKhvt+--jT7}7np#A3 zem<@ulZcFPQ@L2!n>{z**++&mCkOWA81W14cNZlEfg7;MkzE(HCqgga^y>{tEnwC%0;vJ&^%eQ zLs35+`xjp>T0C. " +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.