Welcome to validator AlxVoy ⚡ ANODE.TEAM
Website
https://wardenprotocol.orgTwitter
https://x.com/wardenprotocolTelegram
https://t.me/wardenprotocolDiscord
https://discord.gg/wardenprotocolGitHub
https://github.com/warden-protocolANODE.TEAM https://main.anode.team/NoneRPC
https://warden.rpc.m.anode.teamAPI
https://warden.api.m.anode.teamgRPC
http://warden.grpc.m.anode.teamSeed Peer fb3c995373c0feee597dd3ed32e56cb5e0f0d1c2@144.76.97.251:26726Live peers
https://anode.team/Warden/main/peers.txtGenesis
https://anode.team/Warden/main/genesis.jsonAddrbook
https://anode.team/Warden/main/addrbook.jsonwget -O Warden.sh https://anode.team/Warden/main/Warden.sh && chmod u+x Warden.sh && ./Warden.sh
Memory 16GBCPUs Quad Core or larger AMD or Intel (amd64) CPUDisk At least 500GB NVMe Storagecd && wget https://github.com/warden-protocol/wardenprotocol/releases/download/v0.7.2/wardend-0.7.2-linux-amd64
chmod +x wardend-0.7.2-linux-amd64
sudo mv wardend-0.7.2-linux-amd64 $HOME/go/bin/wardend
wget -O $HOME/go/bin/ https://anode.team/Warden/main/ && chmod +x $HOME/go/bin/
init [moniker] --chain-id chiado_10010-1
sed -i "s/chain-id = .*/chain-id = \"chiado_10010-1\"/" $HOME//config/client.toml
keys add [wallet_name]
curl https://anode.team/Warden/main/genesis.json > ~//config/genesis.json
curl https://anode.team/Warden/main/addrbook.json > ~//config/addrbook.json
SEEDS=""
PEERS="fb3c995373c0feee597dd3ed32e56cb5e0f0d1c2@144.76.97.251:26726"
sed -i -e "s/^seeds *=.*/seeds = \"$SEEDS\"/; s/^persistent_peers *=.*/persistent_peers = \"$PEERS\"/" $HOME//config/config.toml
sed -i 's|minimum-gas-prices =.*|minimum-gas-prices = "250000000000000award"|g' $HOME//config/app.toml
curl -sSL https://anode.team/set-ports.sh | bash -s --
sed -i -e "s/^pruning *=.*/pruning = \"custom\"/" $HOME//config/app.toml
sed -i -e "s/^pruning-keep-recent *=.*/pruning-keep-recent = \"100\"/" $HOME//config/app.toml
sed -i -e "s/^pruning-interval *=.*/pruning-interval = \"19\"/" $HOME//config/app.toml
sed -i -e "s/^indexer *=.*/indexer = \"null\"/" $HOME//config/config.toml
sudo tee /etc/systemd/system/wardend.service > /dev/null <<EOF
[Unit]
Description=Warden
After=network-online.target
[Service]
User=$USER
ExecStart=$(which wardend) start
Restart=always
RestartSec=3
LimitNOFILE=65535
[Install]
WantedBy=multi-user.target
EOF
sudo systemctl daemon-reload && sudo systemctl enable
sudo systemctl restart && journalctl -fu -o cat
echo "{\"pubkey\":{\"@type\":\"/cosmos.crypto.ed25519.PubKey\",\"key\":\"$(wardend comet show-validator | grep -Po '\"key\":\s*\"\K[^"]*')\"},
"amount": "1000000000000000000award",
"moniker": "[moniker]",
"identity": "[identity]",
"website": "[website]",
"details": "[details],
"security-contact": "[contact]",
"commission-rate": "0.10",
"commission-max-rate": "0.20",
"commission-max-change-rate": "0.01",
"min-self-delegation": "1"
}" > validator.json
wardend tx staking create-validator validator.json \
--from [wallet_name] \
--chain-id chiado_10010-1 \
--fees 250000000000000award \
--node https://rpc.chiado.wardenprotocol.org \
--gas auto \
--gas-adjustment 1.6
SNAP_RPC=:443 && \
LATEST_HEIGHT=$(curl -s $SNAP_RPC/block | jq -r .result.block.header.height); \
BLOCK_HEIGHT=$((LATEST_HEIGHT - )); \
TRUST_HASH=$(curl -s "$SNAP_RPC/block?height=$BLOCK_HEIGHT" | jq -r .result.block_id.hash) && \
echo $LATEST_HEIGHT $BLOCK_HEIGHT $TRUST_HASH
wget https://anode.team/unsafe-reset-all.sh && chmod u+x unsafe-reset-all.sh && ./unsafe-reset-all.sh
peers="fb3c995373c0feee597dd3ed32e56cb5e0f0d1c2@144.76.97.251:26726"
sed -i.bak -e "s/^persistent_peers *=.*/persistent_peers = \"$peers\"/" $HOME//config/config.toml
sed -i.bak -E "s|^(enable[[:space:]]+=[[:space:]]+).*$|\1true| ; \
s|^(rpc_servers[[:space:]]+=[[:space:]]+).*$|\1\"$SNAP_RPC,$SNAP_RPC\"| ; \
s|^(trust_height[[:space:]]+=[[:space:]]+).*$|\1$BLOCK_HEIGHT| ; \
s|^(trust_hash[[:space:]]+=[[:space:]]+).*$|\1\"$TRUST_HASH\"| ; \
s|^(seeds[[:space:]]+=[[:space:]]+).*$|\1\"\"|" $HOME//config/config.toml
sudo systemctl restart && journalctl -fu -o cat
ANODE.TEAM https://test.anode.team/NoneRPC https://warden.rpc.t.anode.teamAPI https://warden.api.t.anode.teamgRPC http://warden.grpc.t.anode.teamSeed Peer fb3c995373c0feee597dd3ed32e56cb5e0f0d1c2@144.76.97.251:26726Live peers https://anode.team/Warden/test/peers.txtGenesis https://anode.team/Warden/test/genesis.jsonAddrbook https://anode.team/Warden/test/addrbook.jsonwget -O Warden.sh https://anode.team/Warden/test/Warden.sh && chmod u+x Warden.sh && ./Warden.sh
Memory 16GBCPUs Quad Core or larger AMD or Intel (amd64) CPUDisk At least 500GB NVMe Storagecd && wget https://github.com/warden-protocol/wardenprotocol/releases/download/v0.7.2/wardend-0.7.2-linux-amd64
chmod +x wardend-0.7.2-linux-amd64
sudo mv wardend-0.7.2-linux-amd64 $HOME/go/bin/wardend
wget -O $HOME/go/bin/ https://anode.team/Warden/test/ && chmod +x $HOME/go/bin/
init [moniker] --chain-id chiado_10010-1
sed -i "s/chain-id = .*/chain-id = \"chiado_10010-1\"/" $HOME//config/client.toml
keys add [wallet_name]
curl https://anode.team/Warden/test/genesis.json > ~//config/genesis.json
curl https://anode.team/Warden/test/addrbook.json > ~//config/addrbook.json
SEEDS=""
PEERS="fb3c995373c0feee597dd3ed32e56cb5e0f0d1c2@144.76.97.251:26726"
sed -i -e "s/^seeds *=.*/seeds = \"$SEEDS\"/; s/^persistent_peers *=.*/persistent_peers = \"$PEERS\"/" $HOME//config/config.toml
sed -i 's|minimum-gas-prices =.*|minimum-gas-prices = "250000000000000award"|g' $HOME//config/app.toml
curl -sSL https://anode.team/set-ports.sh | bash -s --
sed -i -e "s/^pruning *=.*/pruning = \"custom\"/" $HOME//config/app.toml
sed -i -e "s/^pruning-keep-recent *=.*/pruning-keep-recent = \"100\"/" $HOME//config/app.toml
sed -i -e "s/^pruning-interval *=.*/pruning-interval = \"19\"/" $HOME//config/app.toml
sed -i -e "s/^indexer *=.*/indexer = \"null\"/" $HOME//config/config.toml
sudo tee /etc/systemd/system/wardend.service > /dev/null <<EOF
[Unit]
Description=Warden
After=network-online.target
[Service]
User=$USER
ExecStart=$(which wardend) start
Restart=always
RestartSec=3
LimitNOFILE=65535
[Install]
WantedBy=multi-user.target
EOF
sudo systemctl daemon-reload && sudo systemctl enable
sudo systemctl restart && journalctl -fu -o cat
echo "{\"pubkey\":{\"@type\":\"/cosmos.crypto.ed25519.PubKey\",\"key\":\"$(wardend comet show-validator | grep -Po '\"key\":\s*\"\K[^"]*')\"},
"amount": "1000000000000000000award",
"moniker": "[moniker]",
"identity": "[identity]",
"website": "[website]",
"details": "[details],
"security-contact": "[contact]",
"commission-rate": "0.10",
"commission-max-rate": "0.20",
"commission-max-change-rate": "0.01",
"min-self-delegation": "1"
}" > validator.json
wardend tx staking create-validator validator.json \
--from [wallet_name] \
--chain-id chiado_10010-1 \
--fees 250000000000000award \
--node https://rpc.chiado.wardenprotocol.org \
--gas auto \
--gas-adjustment 1.6
SNAP_RPC=:443 && \
LATEST_HEIGHT=$(curl -s $SNAP_RPC/block | jq -r .result.block.header.height); \
BLOCK_HEIGHT=$((LATEST_HEIGHT - )); \
TRUST_HASH=$(curl -s "$SNAP_RPC/block?height=$BLOCK_HEIGHT" | jq -r .result.block_id.hash) && \
echo $LATEST_HEIGHT $BLOCK_HEIGHT $TRUST_HASH
wget https://anode.team/unsafe-reset-all.sh && chmod u+x unsafe-reset-all.sh && ./unsafe-reset-all.sh
peers="fb3c995373c0feee597dd3ed32e56cb5e0f0d1c2@144.76.97.251:26726"
sed -i.bak -e "s/^persistent_peers *=.*/persistent_peers = \"$peers\"/" $HOME//config/config.toml
sed -i.bak -E "s|^(enable[[:space:]]+=[[:space:]]+).*$|\1true| ; \
s|^(rpc_servers[[:space:]]+=[[:space:]]+).*$|\1\"$SNAP_RPC,$SNAP_RPC\"| ; \
s|^(trust_height[[:space:]]+=[[:space:]]+).*$|\1$BLOCK_HEIGHT| ; \
s|^(trust_hash[[:space:]]+=[[:space:]]+).*$|\1\"$TRUST_HASH\"| ; \
s|^(seeds[[:space:]]+=[[:space:]]+).*$|\1\"\"|" $HOME//config/config.toml
sudo systemctl restart && journalctl -fu -o cat