Welcome to validator AlxVoy ⚡ ANODE.TEAM
Website
https://qwoyn.studioTwitter
https://x.com/Qwoyn_StudiosTelegram
https://t.me/cosmic_horizonDiscord
https://discord.gg/dNMYUTThg3GitHub
https://github.com/cosmic-horizonYouTube
https://www.youtube.com/cosmic-horizonMedium
https://medium.com/@CosmicHorizonANODE.TEAM
https://main.anode.team/qwoynRPC
https://qwoyn.rpc.m.anode.teamAPI
https://qwoyn.api.m.anode.teamgRPC
http://qwoyn.grpc.m.anode.teamSeed
Peer
e1ce77f83e72363abf71e19cff62c0dba2d8eebe@144.76.97.251:48656Live peers
https://anode.team/QWOYN/main/peers.txtGenesis
https://anode.team/QWOYN/main/genesis.jsonAddrbook
https://anode.team/QWOYN/main/addrbook.jsonwget -O QWOYN.sh https://anode.team/QWOYN/main/QWOYN.sh && chmod u+x QWOYN.sh && ./QWOYN.sh
Memory
16GBCPUs
Quad Core or larger AMD or Intel (amd64) CPUDisk
At least 500GB NVMe Storagegit clone https://github.com/cosmic-horizon/QWOYN
cd QWOYN
git checkout v5.4.2
make install
wget -O $HOME/go/bin/qwoynd https://anode.team/QWOYN/main/qwoynd && chmod +x $HOME/go/bin/qwoynd
qwoynd init [moniker] --chain-id qwoyn-1
sed -i "s/chain-id = .*/chain-id = \"qwoyn-1\"/" $HOME/.qwoynd/config/client.toml
qwoynd keys add [wallet_name]
curl https://anode.team/QWOYN/main/genesis.json > ~/.qwoynd/config/genesis.json
curl https://anode.team/QWOYN/main/addrbook.json > ~/.qwoynd/config/addrbook.json
SEEDS=""
PEERS="e1ce77f83e72363abf71e19cff62c0dba2d8eebe@144.76.97.251:48656"
sed -i -e "s/^seeds *=.*/seeds = \"$SEEDS\"/; s/^persistent_peers *=.*/persistent_peers = \"$PEERS\"/" $HOME/.qwoynd/config/config.toml
sed -i 's|minimum-gas-prices =.*|minimum-gas-prices = "0.025uqwoyn"|g' $HOME/.qwoynd/config/app.toml
curl -sSL https://anode.team/set-ports.sh | bash -s -- .qwoynd
sed -i -e "s/^pruning *=.*/pruning = \"custom\"/" $HOME/.qwoynd/config/app.toml
sed -i -e "s/^pruning-keep-recent *=.*/pruning-keep-recent = \"100\"/" $HOME/.qwoynd/config/app.toml
sed -i -e "s/^pruning-interval *=.*/pruning-interval = \"19\"/" $HOME/.qwoynd/config/app.toml
sed -i -e "s/^indexer *=.*/indexer = \"null\"/" $HOME/.qwoynd/config/config.toml
sudo tee /etc/systemd/system/qwoynd.service > /dev/null <<EOF
[Unit]
Description=Cosmic Horizont
After=network-online.target
[Service]
User=$USER
ExecStart=$(which qwoynd) start
Restart=always
RestartSec=3
LimitNOFILE=65535
[Install]
WantedBy=multi-user.target
EOF
sudo systemctl daemon-reload && sudo systemctl enable qwoynd
sudo systemctl restart qwoynd && journalctl -fu qwoynd -o cat
qwoynd tx staking create-validator \
--amount=1000000uqwoyn \
--pubkey=$(qwoynd tendermint show-validator) \
--moniker="[moniker]" \
--identity="[identity]" \
--website="[website]" \
--details="[details]" \
--security-contact="[contact]" \
--chain-id="qwoyn-1" \
--commission-rate="0.10" \
--commission-max-rate="0.20" \
--commission-max-change-rate="0.01" \
--min-self-delegation="1" \
--fees="5000uqwoyn" \
--from=[wallet_name]
SNAP_RPC=https://qwoyn.rpc.m.anode.team:443 && \
LATEST_HEIGHT=$(curl -s $SNAP_RPC/block | jq -r .result.block.header.height); \
BLOCK_HEIGHT=$((LATEST_HEIGHT - 1000)); \
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 qwoynd .qwoynd
peers="e1ce77f83e72363abf71e19cff62c0dba2d8eebe@144.76.97.251:48656"
sed -i.bak -e "s/^persistent_peers *=.*/persistent_peers = \"$peers\"/" $HOME/.qwoynd/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/.qwoynd/config/config.toml
curl -o - -L https://anode.team/QWOYN/main/anode.team_qwoyn_wasm.tar.lz4 | lz4 -c -d - | tar -x -C $HOME/.qwoynd/
sudo systemctl restart qwoynd && journalctl -fu qwoynd -o cat
ANODE.TEAM
https://test.anode.team/qwoynRPC
https://qwoyn.rpc.t.anode.teamAPI
https://qwoyn.api.t.anode.teamgRPC
http://qwoyn.grpc.t.anode.teamSeed
Peer
e1ce77f83e72363abf71e19cff62c0dba2d8eebe@144.76.97.251:48656Live peers
https://anode.team/QWOYN/test/peers.txtGenesis
https://anode.team/QWOYN/test/genesis.jsonAddrbook
https://anode.team/QWOYN/test/addrbook.jsonwget -O QWOYN.sh https://anode.team/QWOYN/test/QWOYN.sh && chmod u+x QWOYN.sh && ./QWOYN.sh
Memory
16GBCPUs
Quad Core or larger AMD or Intel (amd64) CPUDisk
At least 500GB NVMe Storagegit clone https://github.com/cosmic-horizon/QWOYN
cd QWOYN
git checkout v5.4.2
make install
wget -O $HOME/go/bin/qwoynd https://anode.team/QWOYN/test/qwoynd && chmod +x $HOME/go/bin/qwoynd
qwoynd init [moniker] --chain-id qwoyn-1
sed -i "s/chain-id = .*/chain-id = \"qwoyn-1\"/" $HOME/.qwoynd/config/client.toml
qwoynd keys add [wallet_name]
curl https://anode.team/QWOYN/test/genesis.json > ~/.qwoynd/config/genesis.json
curl https://anode.team/QWOYN/test/addrbook.json > ~/.qwoynd/config/addrbook.json
SEEDS=""
PEERS="e1ce77f83e72363abf71e19cff62c0dba2d8eebe@144.76.97.251:48656"
sed -i -e "s/^seeds *=.*/seeds = \"$SEEDS\"/; s/^persistent_peers *=.*/persistent_peers = \"$PEERS\"/" $HOME/.qwoynd/config/config.toml
sed -i 's|minimum-gas-prices =.*|minimum-gas-prices = "0.025uqwoyn"|g' $HOME/.qwoynd/config/app.toml
curl -sSL https://anode.team/set-ports.sh | bash -s -- .qwoynd
sed -i -e "s/^pruning *=.*/pruning = \"custom\"/" $HOME/.qwoynd/config/app.toml
sed -i -e "s/^pruning-keep-recent *=.*/pruning-keep-recent = \"100\"/" $HOME/.qwoynd/config/app.toml
sed -i -e "s/^pruning-interval *=.*/pruning-interval = \"19\"/" $HOME/.qwoynd/config/app.toml
sed -i -e "s/^indexer *=.*/indexer = \"null\"/" $HOME/.qwoynd/config/config.toml
sudo tee /etc/systemd/system/qwoynd.service > /dev/null <<EOF
[Unit]
Description=Cosmic Horizont
After=network-online.target
[Service]
User=$USER
ExecStart=$(which qwoynd) start
Restart=always
RestartSec=3
LimitNOFILE=65535
[Install]
WantedBy=multi-user.target
EOF
sudo systemctl daemon-reload && sudo systemctl enable qwoynd
sudo systemctl restart qwoynd && journalctl -fu qwoynd -o cat
qwoynd tx staking create-validator \
--amount=1000000uqwoyn \
--pubkey=$(qwoynd tendermint show-validator) \
--moniker="[moniker]" \
--identity="[identity]" \
--website="[website]" \
--details="[details]" \
--security-contact="[contact]" \
--chain-id="qwoyn-1" \
--commission-rate="0.10" \
--commission-max-rate="0.20" \
--commission-max-change-rate="0.01" \
--min-self-delegation="1" \
--fees="5000uqwoyn" \
--from=[wallet_name]
SNAP_RPC=https://qwoyn.rpc.m.anode.team:443 && \
LATEST_HEIGHT=$(curl -s $SNAP_RPC/block | jq -r .result.block.header.height); \
BLOCK_HEIGHT=$((LATEST_HEIGHT - 1000)); \
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 qwoynd .qwoynd
peers="e1ce77f83e72363abf71e19cff62c0dba2d8eebe@144.76.97.251:48656"
sed -i.bak -e "s/^persistent_peers *=.*/persistent_peers = \"$peers\"/" $HOME/.qwoynd/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/.qwoynd/config/config.toml
curl -o - -L https://anode.team/QWOYN/test/anode.team_qwoyn_wasm.tar.lz4 | lz4 -c -d - | tar -x -C $HOME/.qwoynd/
sudo systemctl restart qwoynd && journalctl -fu qwoynd -o cat