diff --git a/10_prerequisites.html b/10_prerequisites.html index 5edebcc..da8d43b 100644 --- a/10_prerequisites.html +++ b/10_prerequisites.html @@ -3,7 +3,7 @@
- + @@ -12,22 +12,22 @@++ +BLS-Nodekey is your Private key what you generate with Klay Tool.
+
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.
+
+If you have one, you need to put your bls-nodekey
into the data
directory.
$ mv /var/kcnd/data/bls-nodekey /var/kcnd/data/bls-nodekey_temp
$ vi /var/kcnd/data/bls-nodekey
+
+
+
+
+If you finish this step, please click the next button >
on the right side of this page.