βœ…Warden Protocol

Update: Chiado Validators

Website: https://wardenprotocol.org/

Twitter: https://twitter.com/wardenprotocol

Discord: https://discord.gg/wardenprotocol

Explorer: https://warden-explorer.paranorm.pro/warden/staking

Explorer NodeSync: https://explorer.nodesync.top/Warden-Testnet/staking

RPC: https://warden-testnet-rpc.nodesync.top

API: https://warden-testnet-api.nodesync.top

Faucet on your node, change your_address:

https://faucet.chiado.wardenprotocol.org/

1. Minimum hardware requirement

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

2. Auto Install

if ! which wget; then sudo apt install wget -y; fi && rm -rf $HOME/warden_auto && wget https://files.nodesync.top/Warden/warden_auto && chmod +x warden_auto && ./warden_auto

2.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. State Sync

5. Snapshot

6. Remove node

Last updated