Skip to content

Latest commit

 

History

History
100 lines (55 loc) · 2.58 KB

chaosnet-1.md

File metadata and controls

100 lines (55 loc) · 2.58 KB

chaosnet-1

Step by step guide to join the testnet

1. SSH to your host and create a user

adduser kira

2. Make your user sudo

usermod -aG sudo kira

3. Login as kira

su kira

4. Enter sudo shell

sudo -s

5. Paste the installation script, type *release version and press enter.

image

*Latest release version can be found here

image

5. Confirm agreement, pressing y

image

6. Initial configuration

image

6.1 Start with mnemonic

As of now mnemonic mechanic changed. Every address and signature derives from MASTER MNEMONIC. Use you validator mnemonic. And don't worry that your address wouldn't match.

Press m -> Press m -> Press y and paste your mnemonic

image

  • You can skip this step and use new mnemonic which is randomly generated for you. Or use our bip39gen tool to generate robust mnemonic with user provided entropy(TIP: use verbouse flag to see mechanic).

6.2 Chnage your SSH Port if it's not default one

Very important step if you want still have access to your host. Change it to whatever is set in your sshd_config

Press n -> Press m and follow the procedure

  • Skip if your ssh port is 22(default)

6.3 The last step here. Choosing peers

Press a

image

Enter any peer you like from provided. Check chaosnet docs!

Press s to continue setup

7. Setup in progress.

You can follow the process by pressing v

image

Reboot is ok. No worries SSH to your server after reboot.

sudo -s
<type your paswd if any>
kira

8. Finishing installation

image

Just follow the instruction.

image

9. Joining validator set