β Airchains
This manual offers a detailed, step-by-step approach for establishing and operating a full validator node on the Junction.
Website: https://www.airchains.io/
Twitter: https://twitter.com/airchains_io
Discord: https://discord.gg/airchains
Faucet on Discord
Services
Explorer: https://explorer.nodesync.top/Airchains-Testnet
API: https://junction-testnet-api.nodesync.top
RPC: https://junction-testnet-rpc.nodesync.top
1. Minimum hardware requirement
2 Cores, 4G Ram, 40G SSD, Ubuntu 22.04
2. Auto Install
Use snapshot:
sudo apt install curl -y && wget https://nodesync.top/Testnet/Junction_auto && chmod +x Junction_auto && ./Junction_auto2.1 Wallet
Add New Wallet Key - Save seed
Recover existing key
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. Snapshot
6. State Sync
Last updated