Skip to content

Latest commit

 

History

History
176 lines (103 loc) · 4.53 KB

testnet-9_clean_VPS.md

File metadata and controls

176 lines (103 loc) · 4.53 KB

LOGIN as root

Type

adduser kira

Add password.

image

Type

usermod kira -aG sudo

image

LOGOUT (CTRL + D) or type

exit

LOGIN as kira

Type

sudo -s

image

Copy-past

cd /tmp && read -p "Input branch name: " BRANCH && \
 wget https://raw.githubusercontent.com/KiraCore/kira/$BRANCH/workstation/init.sh -O ./i.sh && \
 chmod 555 -v ./i.sh && H=$(sha256sum ./i.sh | awk '{ print $1 }') && read -p "Is '$H' a [V]alid SHA256 ?: "$'\n' -n 1 V && \
 [ "${V,,}" != "v" ] && echo "INFO: Setup was cancelled by the user." || ./i.sh "$BRANCH"

Press ENTER

Type

testnet-9

image

Press V

image

Press any key

image

Open a new session amd copy your KEYS if you have passed KYC.

Press 1

image

Press J

image

Press S

image

Enter one of the following IPs:

`

18.135.115.225 3.11.224.235 52.56.117.134

https://testnet-rpc.kira.network/download/peers.txt

https://testnet-rpc.kira.network/api/pub_p2p_list?ip_only=true&connected=true

` image

Press C

image

Press C

image

Enter the link below and press ENTER

https://raw.githubusercontent.com/KiraCore/testnet/main/testnet-9/genesis.json image

Press ENTER

image

Press A

image

Press A

image

Press M

image

Press P

image

Press A

image

Enter ips from the list above or from RPC link and press NETER

image

Press Y

image

Press Y

image

Repeat

Press S

image

Press E

image

Press E

image

Server will be rebooted

Log in back.

sudo kira

Press V

image

Press Ctrl + C

image

Type

sudo kira

image