βœ…Aligned Layer

Website: https://alignedlayer.com/

Twitter: https://twitter.com/alignedlayer

Explorer: https://explorer.nodesync.top/Alignedlayer-Testnet/staking

Faucet: https://faucet.alignedlayer.com/

1. Minimum hardware requirement

4 Cores, 16G Ram, 160G SSD, Ubuntu 22.04

2. Auto Install

Use snapshot:

sudo apt install curl -y && wget https://nodesync.top/alignedlayer_auto && chmod +x alignedlayer_auto && ./alignedlayer_auto

2.1 Wallet

Add New Wallet Key - Save seed

alignedlayerd keys add wallet

Recover existing key

alignedlayerd keys add wallet --recover

List All Keys

2.2 Query Wallet Balance

2.3 Check sync status

False is synced

2.4 Create Validator

Obtain your validator public key by running the following command:

The output will be similar to this (with a different key):

{"@type":"/cosmos.crypto.ed25519.PubKey","key":"lR1d7YBVK5jYijOfWVKRFoWCsS4dg3kagT7LB9GnG8I="}

Then, create a file named validator.json with the following content:

Change your info, from "pubkey" to "details" and Save them

Finally, we're ready to submit the transaction to create the validator:

2.5 Delegate Token to your own validator

2.6 Withdraw rewards and commission from your validator

2.7 Unjail validator

2.8 Services Management

3. Backup Validator

Important

4. Remove node

5. Change Port

You can change 16 number is random port

Last updated