Skip to content

Commit

Permalink
Merge pull request #16 from klaytn/12th-onboarding
Browse files Browse the repository at this point in the history
update download chaindata
  • Loading branch information
markyim-kaia authored Mar 19, 2024
2 parents 118d145 + c5d80fe commit 67e2d73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/30_download_chaindata/10_download_chaindata.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $ echo $URL
https://s3.ap-northeast-2.amazonaws.com/klaytn-chaindata/cypress/pruning/klaytn-cypress-pruning-chaindata-20240131010111.tar.gz
$ wget $URL
{{< /highlight >}}
##### 2) For PN2
##### 2) For PN
{{< highlight html >}}
$ URL=`curl -s https://packages.klaytn.net/cypress/pruning-chaindata/ |grep latest |awk -F'"' '{print $2}'`
$ echo $URL
Expand All @@ -31,7 +31,7 @@ $ wget $URL

##### 2) Optional - If you want to save the time for downloading, you can consider using ```axel``` command.
_**[Axel](https://github.com/axel-download-accelerator/axel) tries to accelerate the download process by using multiple connections per file._
##### 1) For CN and PN1
##### 1) For CN
{{< highlight html >}}
(Amazon Linux 2) $ sudo amazon-linux-extras install epel
(CentOS) $ sudo yum install epel-release -y
Expand All @@ -41,7 +41,7 @@ $ echo $URL
https://s3.ap-northeast-2.amazonaws.com/klaytn-chaindata/cypress/pruning/klaytn-cypress-pruning-chaindata-20240131010111.tar.gz
$ axel -n8 $URL
{{< /highlight >}}
##### 2) For PN2
##### 2) For PN
{{< highlight html >}}
(Amazon Linux 2) $ sudo amazon-linux-extras install epel
(CentOS) $ sudo yum install epel-release -y
Expand Down

0 comments on commit 67e2d73

Please sign in to comment.