Skip to content

Commit

Permalink
Merge pull request #19 from klaytn/13th-onboarding
Browse files Browse the repository at this point in the history
update configuration
  • Loading branch information
markyim-kaia authored May 29, 2024
2 parents 4a23967 + 293b0d3 commit 2d38cc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/20_Klaytn_Configuration/30_Init_Genesis_Block.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ $ curl -X GET https://packages.klaytn.net/pre-cypress/genesis.json -o /var/kpnd/
### 2. Init Genesis block under DATA directory
##### 1) CN configuration
{{< highlight html >}}
$ kcn --networkid 6336 init --datadir /var/kcnd/data genesis.json
$ kcn --networkid 6337 init --datadir /var/kcnd/data genesis.json
{{< /highlight >}}


##### 2) PN configuration
{{< highlight html >}}
$ kpn --networkid 6336 init --datadir /var/kpnd/data genesis.json
$ kpn --networkid 6337 init --datadir /var/kpnd/data genesis.json
{{< /highlight >}}

{{< line_break >}}
Expand Down

0 comments on commit 2d38cc9

Please sign in to comment.