Skip to content

Commit

Permalink
update chaindata url
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeeuncho34 committed Aug 19, 2024
1 parent 1648713 commit 801b60f
Show file tree
Hide file tree
Showing 14 changed files with 37 additions and 37 deletions.
4 changes: 2 additions & 2 deletions content/10_prerequisites/10_firewall_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ draft: false
```Pre Cyprss KF CN IP```
```Pre Cyprss KF BN IP```

##### 2) For communication and multichannel between Baobab CN, allow TCP ```32323-32324``` with below IP addresses to your firewall ingress rule.
##### 2) For communication and multichannel between Kairos CN, allow TCP ```32323-32324``` with below IP addresses to your firewall ingress rule.
```54.180.180.202```
```54.180.18.176```
```52.79.134.72```
Expand All @@ -35,7 +35,7 @@ IPv4 | All traffic | All | All | 0.0.0
```

{{< line_break >}}
*Please note that the above four IP addresses are attached to the Klaytn Baobab CNs.*
*Please note that the above four IP addresses are attached to the Klaytn Kairos CNs.*

{{< line_break >}}
If you finish this step, please click the next button ```>``` on the right side of this page.
4 changes: 2 additions & 2 deletions content/10_prerequisites/20_package_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ draft: false

#### 2. Installation of Klaytn packages for CN and PN
_** We've already installed packages during the Pre-cypress stage. If you need to install newly, please refer these documents._
##### 1) CN - <https://docs.klaytn.foundation/docs/nodes/core-cell/install/install-consensus-nodes/>
##### 2) PN - <https://docs.klaytn.foundation/docs/nodes/core-cell/install/install-proxy-nodes/>
##### 1) CN - <https://docs.kaia.io/nodes/core-cell/install/install-consensus-nodes/>
##### 2) PN - <https://docs.kaia.io/nodes/core-cell/install/install-proxy-nodes/>

{{< line_break >}}
If you finish this step, please click the next button ```>``` on the right side of this page.
2 changes: 1 addition & 1 deletion content/10_prerequisites/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ draft = false
### Chapter 1

# Prerequisites
The prerequisites for joining Baobab network are covered in this chapter.
The prerequisites for joining Kairos network are covered in this chapter.

{{< line_break >}}
{{< line_break >}}
Expand Down
24 changes: 12 additions & 12 deletions content/30_download_chaindata/10_download_chaindata.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
title: "Download the latest Baobab chaindata"
title: "Download the latest Kairos chaindata"
date: 2022-07-11T15:42:53+09:00
weight: 10
pre: "<b>A. </b>"
draft: false
---

{{< line_break >}}
#### 1. Download the latest chaindata snapshot from the Baobab snapshot archive.
##### 0) Before proceeding, please check if your disk space is enough to store and extract the Baobab chaindata.
_** You can refer to the chaindata size via **[Boabab snapshot archive](https://packages.klaytn.net/baobab/pruning-chaindata/)** where the Baobab chaindata snapshots have been snapshotted._
#### 1. Download the latest chaindata snapshot from the Kairos snapshot archive.
##### 0) Before proceeding, please check if your disk space is enough to store and extract the Kairos chaindata.
_** You can refer to the chaindata size via **[Kairos snapshot archive](https://packages.kaia.io/kairos/pruning-chaindata/)** where the Kairos chaindata snapshots have been snapshotted._
{{< line_break >}}

##### 1) Download the latest one from the archive.
Expand All @@ -19,16 +19,16 @@ _** The latest chaindata name can be different with this example due to the date
_** Please note that this step will take a lot of time to download since snapshot is more than 1.4 TB. If you want to reduce the time, please refer the next step._
_** The latest chaindata name can be different with this example due to the date information._
{{< highlight html >}}
$ URL=`curl -s https://packages.klaytn.net/baobab/pruning-chaindata/ |grep latest |awk -F'"' '{print $2}'`
$ URL=`curl -s https://packages.kaia.io/kairos/pruning-chaindata/ |grep latest |awk -F'"' '{print $2}'`
$ echo $URL
https://s3.ap-northeast-2.amazonaws.com/klaytn-chaindata/baobab/pruning/klaytn-baobab-pruning-chaindata-20240131010111.tar.gz
https://s3.ap-northeast-2.amazonaws.com/klaytn-chaindata/kairos/pruning/kaia-kairos-pruning-chaindata-20240819010812.tar.gz
$ wget $URL
{{< /highlight >}}
##### 2) For PN
{{< highlight html >}}
$ URL=`curl -s https://packages.klaytn.net/baobab/pruning-chaindata/ |grep latest |awk -F'"' '{print $2}'`
$ URL=`curl -s https://packages.kaia.io/kairos/pruning-chaindata/ |grep latest |awk -F'"' '{print $2}'`
$ echo $URL
https://s3.ap-northeast-2.amazonaws.com/klaytn-chaindata/baobab/pruning/klaytn-baobab-pruning-chaindata-20240131010111.tar.gz
https://s3.ap-northeast-2.amazonaws.com/klaytn-chaindata/kairos/pruning/kaia-kairos-pruning-chaindata-20240819010812.tar.gz
$ wget $URL
{{< /highlight >}}

Expand All @@ -39,19 +39,19 @@ _**[Axel](https://github.com/axel-download-accelerator/axel) tries to accelerate
(Amazon Linux 2) $ sudo amazon-linux-extras install epel
(CentOS) $ sudo yum install epel-release -y
$ sudo yum install axel -y
$ URL=`curl -s https://packages.klaytn.net/baobab/pruning-chaindata/ |grep latest |awk -F'"' '{print $2}'`
$ URL=`curl -s https://packages.kaia.io/kairos/pruning-chaindata/ |grep latest |awk -F'"' '{print $2}'`
$ echo $URL
https://s3.ap-northeast-2.amazonaws.com/klaytn-chaindata/baobab/pruning/klaytn-baobab-pruning-chaindata-20240131010111.tar.gz
https://s3.ap-northeast-2.amazonaws.com/klaytn-chaindata/kairos/pruning/kaia-kairos-pruning-chaindata-20240819010812.tar.gz
$ axel -n8 $URL
{{< /highlight >}}
##### 2) For PN
{{< highlight html >}}
(Amazon Linux 2) $ sudo amazon-linux-extras install epel
(CentOS) $ sudo yum install epel-release -y
$ sudo yum install axel -y
$ URL=`curl -s https://packages.klaytn.net/baobab/pruning-chaindata/ |grep latest |awk -F'"' '{print $2}'`
$ URL=`curl -s https://packages.kaia.io/kairos/pruning-chaindata/ |grep latest |awk -F'"' '{print $2}'`
$ echo $URL
https://s3.ap-northeast-2.amazonaws.com/klaytn-chaindata/baobab/pruning/klaytn-baobab-pruning-chaindata-20240131010111.tar.gz
https://s3.ap-northeast-2.amazonaws.com/klaytn-chaindata/kairos/pruning/kaia-kairos-pruning-chaindata-20240819010812.tar.gz
$ axel -n8 $URL
{{< /highlight >}}
{{< line_break >}}
Expand Down
6 changes: 3 additions & 3 deletions content/30_download_chaindata/20_unarchive_chaindata.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@ draft: false

##### 1) For CN,
{{< highlight html >}}
$ tar -C <your_klaytn_home_path>/kcnd/data -xvf klaytn-baobab-pruning-chaindata-20240107010111.tar.gz --exclude klay/chaindata/receipts
$ tar -C <your_klaytn_home_path>/kcnd/data -xvf kaia-kairos-pruning-chaindata-20240819010812.tar.gz --exclude klay/chaindata/receipts
{{< /highlight >}}

##### 2) For PN,
{{< highlight html >}}
$ tar -C <your_klaytn_home_path>/kpnd/data -xvf klaytn-baobab-pruning-chaindata-20240107010111.tar.gz --exclude klay/chaindata/receipts
$ tar -C <your_klaytn_home_path>/kpnd/data -xvf kaia-kairos-pruning-chaindata-20240819010812.tar.gz --exclude klay/chaindata/receipts
{{< /highlight >}}

_** If you want to reduce the time for extracting, please refer this [pigz](https://zlib.net/pigz/) example._
{{< highlight html >}}
(Amazon Linux 2) $ sudo amazon-linux-extras install epel
(CentOS) $ sudo yum install epel-release -y
$ sudo yum install pigz
$ tar -I pigz -C <your_klaytn_home_path>/k*nd/data -xvf klaytn-baobab-pruning-chaindata-20240107010111.tar.gz --exclude klay/chaindata/receipts
$ tar -I pigz -C <your_klaytn_home_path>/k*nd/data -xvf kaia-kairos-pruning-chaindata-20240819010812.tar.gz --exclude klay/chaindata/receipts
{{< /highlight >}}

{{< line_break >}}
Expand Down
2 changes: 1 addition & 1 deletion content/30_download_chaindata/30_remove_chaindata.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ draft: false

##### 1) For both CN and PN,
{{< highlight html >}}
$ rm klaytn-baobab-chaindata-****************.tar.gz
$ rm kaia-kairos-chaindata-****************.tar.gz
{{< /highlight >}}

{{< line_break >}}
Expand Down
8 changes: 4 additions & 4 deletions content/30_download_chaindata/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
+++
title = "Fast Sync with Baobab"
title = "Fast Sync with Kairos"
date = 2022-07-11T10:25:05+09:00
weight = 30
chapter = true
Expand All @@ -8,10 +8,10 @@ pre = "<b>3. </b>"

### Chapter 3

# Fast Sync with Baobab chaindata
# Fast Sync with Kairos chaindata

#### Klaytn has been snapshotting Baobab chaindata once a day.
#### In this chapter, we are going to explore where the snapshot is stored, and the latest chaindata snapshot of Baobab will be used to sync as fast as possible.
#### Klaytn has been snapshotting Kairos chaindata once a day.
#### In this chapter, we are going to explore where the snapshot is stored, and the latest chaindata snapshot of Kairos will be used to sync as fast as possible.

{{< line_break >}}
{{< line_break >}}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Prepare genesis.json for Baobab network"
title: "Prepare genesis.json for Kairos network"
date: 2022-07-11T17:10:58+09:00
weight: 10
pre: "<b>A. </b>"
Expand Down
2 changes: 1 addition & 1 deletion content/40_configure_network/30_telegraf_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ draft: false
---

{{< line_break >}}
#### 1. To monitor your nodes in Baobab Dashboard, please change the influxdb configuration as below:
#### 1. To monitor your nodes in Kairos Dashboard, please change the influxdb configuration as below:

##### 1) For both CN and PN,
{{< highlight html >}}
Expand Down
6 changes: 3 additions & 3 deletions content/40_configure_network/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
+++
title = "Configure Baobab Network"
title = "Configure Kairos Network"
date = 2022-07-11T10:25:55+09:00
weight = 40
chapter = true
Expand All @@ -8,9 +8,9 @@ pre = "<b>4. </b>"

### Chapter 4

# Configure Baobab Network
# Configure Kairos Network

#### Now, we are going to re-configure networks to join Baobab.
#### Now, we are going to re-configure networks to join Kairos.
####

{{< line_break >}}
Expand Down
4 changes: 2 additions & 2 deletions content/50_start_services/40_check_monitoring_dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ draft: false
---

{{< line_break >}}
#### 4. Take a look at Grafana dashboard to confirm if your nodes are correctly joined to Baobab network.
#### 4. Take a look at Grafana dashboard to confirm if your nodes are correctly joined to Kairos network.

**Link : [Baobab Grafana](http://baobab.klaytn.net:3000/d/K2aqGNDZz/dashboardcco?orgId=1&refresh=5s&from=now-5m&to=now)**
**Link : [Kairos Grafana](http://baobab.klaytn.net:3000/d/K2aqGNDZz/dashboardcco?orgId=1&refresh=5s&from=now-5m&to=now)**
{{< line_break >}}

_** You can refer this document to check your services further._
Expand Down
2 changes: 1 addition & 1 deletion content/50_start_services/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pre = "<b>5. </b>"

# Start the services

#### Now, we are ready to start Klaytn service for Baobab.
#### Now, we are ready to start Klaytn service for Kairos.


{{< line_break >}}
Expand Down
2 changes: 1 addition & 1 deletion content/60_conclusion/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ pre = "<b>6. </b>"


![Klaytn Baobab_Logo](/images/Logo-baobab.png)
### Congratulations! Now, you are playing in the Baobab network.
### Congratulations! Now, you are playing in the Kairos network.
6 changes: 3 additions & 3 deletions content/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
+++
title = "Klaytn - CCO Onboarding - Baobab"
title = "Klaytn - CCO Onboarding - Kairos"
date = 2022-07-11T10:01:37+09:00
weight = 0
chapter = true
Expand All @@ -9,7 +9,7 @@ draft = false


![Klaytn Logo](/images/Logo-1.png)
# CCO Onboarding - Baobab
# CCO Onboarding - Kairos

This online instruction let you join Klaytn Baobab network.
This online instruction let you join Klaytn Kairos network.
If Consensus/Proxy node setup is already completed, you can start with chapter 2.

0 comments on commit 801b60f

Please sign in to comment.