Yes, to start a validator you need XYRIUM tokens in your wallet. Please make sure you have enough balance to cover the minimum stake and transaction fee before running:
`
xyrad tx staking create-validator
`
If your validator gets jailed due to downtime, you can unjail it with:
`
xyrad tx slashing unjail \
--from <your-wallet> \
--chain-id xyra-2 \
--gas-prices 0.0025uXyrium \
--gas auto \
--gas-adjustment 1.5 \
-y
`
For community members who are interested in becoming validators, I am happy to provide XYRIUM tokens for free to help you get started. Just reach out to me via email:
rizkimaryanto7@gmail.com.
---
Peer List for XYRA Chain (xyra-2):
- VOID-BREAKER (Public Seed)
9b9f09a507ce82beedd8fc200bc19a9534d3aadf@31.97.75.83:26656
- PAPERLINE (Official Peer)
b1577b70e4b30ba2f850e35cbccc0c0199edf77e@72.62.121.184:26656
- XYRA-CHAIN (Main RPC)
6e4f051f740211535c4a6ff879257cf89048491e@140.213.173.114:26656
Config.toml format:
`
persistent_peers = "9b9f09a507ce82beedd8fc200bc19a9534d3aadf@31.97.75.83:26656,b1577b70e4b30ba2f850e35cbccc0c0199edf77e@72.62.121.184:26656,6e4f051f740211535c4a6ff879257cf89048491e@140.213.173.114:26656"
`
XYRA aims to empower delegators and validators with transparent staking strategies and accessible infrastructure, so we welcome anyone who wants to participate.
Quick Start Guide XYRA Chain (xyra-2)
1. Preparation (Download & Extract)
Move the file to your target folder, then open terminal and run:
tar -xzvf xyra-network-v2.tar.gz
sudo mv xyrad /usr/local/bin/
chmod +x /usr/local/bin/xyrad
2. Initialize Node
xyrad init "YourNodeName" --chain-id xyra-2
3. Apply Genesis
Replace the default genesis file with the one from the package:
cp genesis.json ~/.xyra/config/genesis.json
4. Reset State & Start Node
xyrad unsafe-reset-all
xyrad start
5. Peer List XYRA Chain (xyra-2)
VOID-BREAKER (Public Seed)9b9f09a507ce82beedd8fc200bc19a9534d3aadf@31.97.75.83:26656
PAPERLINE (Official Peer)b1577b70e4b30ba2f850e35cbccc0c0199edf77e@72.62.121.184:26656
XYRA-CHAIN (Main RPC)6e4f051f740211535c4a6ff879257cf89048491e@140.213.173.114:26656
Config.toml format:
persistent_peers = "9b9f09a507ce82beedd8fc200bc19a9534d3aadf@31.97.75.83:26656,b1577b70e4b30ba2f850e35cbccc0c0199edf77e@72.62.121.184:26656,6e4f051f740211535c4a6ff879257cf89048491e@140.213.173.114:26656"
6. Validator Commands
To create a validator:
xyrad tx staking create-validator
If your validator gets jailed due to downtime, unjail it with:
xyrad tx slashing unjail \
--from <your-wallet> \
--chain-id xyra-2 \
--gas-prices 0.0025uXyrium \
--gas auto \
--gas-adjustment 1.5 \
-y
7. Community Support
For community members interested in becoming validators, I am happy to provide XYRIUM tokens for free to help you get started. Contact me via email:
rizkimaryanto7@gmail.com.
XYRA aims to empower delegators and validators with transparent staking strategies and accessible infrastructure. We welcome anyone who wants to participate.