Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

11th onboarding #4

Merged
merged 3 commits into from
Jan 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/10_Klaytn_Installation/10_System_Diagram.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ draft: false
---
{{< line_break >}}
*You can see the Klaytn Design more detailed on the page below.*
>##### https://docs.klaytn.foundation/klaytn/design/consensus-mechanism
>##### https://docs.klaytn.foundation/docs/learn/consensus-mechanism/

{{< line_break >}}
{{< line_break >}}
Expand Down
2 changes: 1 addition & 1 deletion content/10_Klaytn_Installation/20_System_Requirement.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ draft: false
---
{{< line_break >}}
*If you would like to check the detailed requirements or use an on-premise server, please refer to the link below.*
>https://docs.klaytn.foundation/node/core-cell/system-requirements
>https://docs.klaytn.foundation/docs/nodes/core-cell/system-requirements/

{{< line_break >}}
{{< line_break >}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ kcnd.conf | /etc/kcnd/conf/kcnd.conf
---
{{< line_break >}}
*You can check the more details information on the page below.*
* CN : <https://docs.klaytn.foundation/node/core-cell/installation-guide/consensus-node-setup/installation-guide>
* PN : <https://docs.klaytn.foundation/node/core-cell/installation-guide/proxy-node-setup/installation-guide>
* CN : <https://docs.klaytn.foundation/docs/nodes/core-cell/install/install-consensus-nodes/>
* PN : <https://docs.klaytn.foundation/docs/nodes/core-cell/install/install-proxy-nodes/>

{{< line_break >}}
{{< line_break >}}
Expand Down
4 changes: 2 additions & 2 deletions content/20_Klaytn_Configuration/20_Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ BOOTNODES=""
---
{{< line_break >}}
*You can check the more information for installation on the page below.*
* CN : https://docs.klaytn.foundation/node/core-cell/installation-guide/consensus-node-setup/configuration
* PN : https://docs.klaytn.foundation/node/core-cell/installation-guide/proxy-node-setup/configuration
* CN : https://docs.klaytn.foundation/docs/nodes/core-cell/install/install-consensus-nodes/
* PN : https://docs.klaytn.foundation/docs/nodes/core-cell/install/install-proxy-nodes/

{{< line_break >}}
{{< line_break >}}
Expand Down
8 changes: 4 additions & 4 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 7266 init --datadir /var/kcnd/data genesis.json
$ kcn --networkid 7233 init --datadir /var/kcnd/data genesis.json
{{< /highlight >}}


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

{{< line_break >}}
Expand Down Expand Up @@ -66,8 +66,8 @@ You have 1 CN and 2 PNs, each are cn1, pn1, pn2.
---
{{< line_break >}}
*You can check the more information for installation on the page below.*
* CN : https://docs.klaytn.foundation/node/core-cell/installation-guide/consensus-node-setup/configuration
* PN : https://docs.klaytn.foundation/node/core-cell/installation-guide/proxy-node-setup/configuration
* CN : https://docs.klaytn.foundation/docs/nodes/core-cell/install/install-consensus-nodes/#configuration-
* PN : https://docs.klaytn.foundation/docs/nodes/core-cell/install/install-proxy-nodes/#configuration-

{{< line_break >}}
{{< line_break >}}
Expand Down
2 changes: 1 addition & 1 deletion content/30_Monitoring_Setup/20_Telegraf_Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Please find the Pre-cypress Dashboard as below URL. The Credentials will be prov
{{< line_break >}}

You can check the more details requirements on the page below.
* https://docs.klaytn.foundation/node/core-cell/monitoring-setup
* https://docs.klaytn.foundation/docs/nodes/core-cell/monitoring-setup/

{{< line_break >}}
{{< line_break >}}
Expand Down
2 changes: 1 addition & 1 deletion content/40_Start_the_Services/20_check_the_services.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ INFO Inserted a new block number=14 hash=13cbfc…f007fc txs=0 gas=0 elapsed=793
{{< line_break >}}

You can check the more details requirements on the page below.
* https://docs.klaytn.foundation/node/node-log#info-logs
* https://docs.klaytn.foundation/docs/misc/operation/node-log/#info-logs

{{< line_break >}}
{{< line_break >}}
Expand Down
2 changes: 1 addition & 1 deletion genesis/pre-cypress-genesis.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"config": {
"chainId": 7166,
"chainId": 7233,
"istanbulCompatibleBlock": 0,
"londonCompatibleBlock": 0,
"ethTxTypeCompatibleBlock": 0,
Expand Down