Created
July 14, 2022 12:32
-
-
Save bholagabbar/b37870ff1fe3c1127b9df7bace3e8999 to your computer and use it in GitHub Desktop.
Start a klaytn RPC
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget https://packages.klaytn.net/klaytn/v1.8.4/ken-v1.8.4-0-linux-amd64.tar.gz | |
tar zxf ken-v1.8.4-0-linux-amd64.tar.gz | |
export PATH=$PATH:/home/ec2-user/ken-linux-amd64/bin/ | |
mkdir /home/ec2-user/ken-linux-amd64/data | |
sed -i.bak 's/^\(DATA_DIR=\).*/\1\/home\/ec2-user\/ken-linux-amd64\/data/' ken-linux-amd64/conf/kend.conf | |
cd /home/ec2-user/ken-linux-amd64 | |
wget https://s3.ap-northeast-2.amazonaws.com/klaytn-chaindata/cypress/klaytn-cypress-chaindata-20220713010714.tar.gz | |
tar -C data/ -xf klaytn-cypress-chaindata-20220713010714.tar.gz | |
kend start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment