Welcome to validator AlxVoy ⚡ ANODE.TEAM
Website
https://konstellation.techTwitter
https://x.com/knstl_techTelegram
https://t.me/KonstellationDiscord
https://discord.gg/bSUb4hTtMYCoingecko
https://www.coingecko.com/en/coins/konstellationGitHub
https://github.com/konstellationMedium
https://konstellation.medium.comLinkedin
https://www.linkedin.com/company/konstellation-tech/ANODE.TEAM
https://main.anode.team/konstellationRPC
https://konstellation.rpc.m.anode.teamAPI
https://konstellation.api.m.anode.teamgRPC
http://konstellation.grpc.m.anode.teamSeed
Peer
50a6af6c8fd1cbc4745c018d44d84dc5b365d9e3@144.76.97.251:39656Live peers
https://anode.team/Konstellation/main/peers.txtGenesis
https://anode.team/Konstellation/main/genesis.jsonAddrbook
https://anode.team/Konstellation/main/addrbook.jsonwget -O Konstellation.sh https://anode.team/Konstellation/main/Konstellation.sh && chmod u+x Konstellation.sh && ./Konstellation.sh
Memory
16GBCPUs
Quad Core or larger AMD or Intel (amd64) CPUDisk
At least 500GB NVMe Storagegit clone https://github.com/konstellation/konstellation
cd konstellation
git checkout v0.6.2
make install
wget -O $HOME/go/bin/knstld https://anode.team/Konstellation/main/knstld && chmod +x $HOME/go/bin/knstld
knstld init [moniker] --chain-id darchub
sed -i "s/chain-id = .*/chain-id = \"darchub\"/" $HOME/.knstld/config/client.toml
knstld keys add [wallet_name]
curl https://anode.team/Konstellation/main/genesis.json > ~/.knstld/config/genesis.json
curl https://anode.team/Konstellation/main/addrbook.json > ~/.knstld/config/addrbook.json
SEEDS=""
PEERS="50a6af6c8fd1cbc4745c018d44d84dc5b365d9e3@144.76.97.251:39656"
sed -i -e "s/^seeds *=.*/seeds = \"$SEEDS\"/; s/^persistent_peers *=.*/persistent_peers = \"$PEERS\"/" $HOME/.knstld/config/config.toml
sed -i 's|minimum-gas-prices =.*|minimum-gas-prices = "0udarc"|g' $HOME/.knstld/config/app.toml
curl -sSL https://anode.team/set-ports.sh | bash -s -- .knstld
sed -i -e "s/^pruning *=.*/pruning = \"custom\"/" $HOME/.knstld/config/app.toml
sed -i -e "s/^pruning-keep-recent *=.*/pruning-keep-recent = \"100\"/" $HOME/.knstld/config/app.toml
sed -i -e "s/^pruning-interval *=.*/pruning-interval = \"19\"/" $HOME/.knstld/config/app.toml
sed -i -e "s/^indexer *=.*/indexer = \"null\"/" $HOME/.knstld/config/config.toml
sudo tee /etc/systemd/system/knstld.service > /dev/null <<EOF
[Unit]
Description=Konstellation
After=network-online.target
[Service]
User=root
ExecStart=$(which knstld) start
Restart=always
RestartSec=3
LimitNOFILE=4096
[Install]
WantedBy=multi-user.target
EOF
sudo systemctl daemon-reload && sudo systemctl enable knstld
sudo systemctl restart knstld && journalctl -fu knstld -o cat
knstld tx staking create-validator \
--amount=1000000udarc \
--pubkey=$(knstld tendermint show-validator) \
--moniker="[moniker]" \
--identity="[identity]" \
--website="[website]" \
--details="[details]" \
--security-contact="[contact]" \
--chain-id="darchub" \
--commission-rate="0.10" \
--commission-max-rate="0.20" \
--commission-max-change-rate="0.01" \
--min-self-delegation="1" \
--fees="200udarc" \
--from=[wallet_name]
ANODE.TEAM
https://test.anode.team/konstellationRPC
https://konstellation.rpc.t.anode.teamAPI
https://konstellation.api.t.anode.teamgRPC
http://konstellation.grpc.t.anode.teamSeed
Peer
50a6af6c8fd1cbc4745c018d44d84dc5b365d9e3@144.76.97.251:39656Live peers
https://anode.team/Konstellation/test/peers.txtGenesis
https://anode.team/Konstellation/test/genesis.jsonAddrbook
https://anode.team/Konstellation/test/addrbook.jsonwget -O Konstellation.sh https://anode.team/Konstellation/test/Konstellation.sh && chmod u+x Konstellation.sh && ./Konstellation.sh
Memory
16GBCPUs
Quad Core or larger AMD or Intel (amd64) CPUDisk
At least 500GB NVMe Storagegit clone https://github.com/konstellation/konstellation
cd konstellation
git checkout v0.6.2
make install
wget -O $HOME/go/bin/knstld https://anode.team/Konstellation/test/knstld && chmod +x $HOME/go/bin/knstld
knstld init [moniker] --chain-id darchub
sed -i "s/chain-id = .*/chain-id = \"darchub\"/" $HOME/.knstld/config/client.toml
knstld keys add [wallet_name]
curl https://anode.team/Konstellation/test/genesis.json > ~/.knstld/config/genesis.json
curl https://anode.team/Konstellation/test/addrbook.json > ~/.knstld/config/addrbook.json
SEEDS=""
PEERS="50a6af6c8fd1cbc4745c018d44d84dc5b365d9e3@144.76.97.251:39656"
sed -i -e "s/^seeds *=.*/seeds = \"$SEEDS\"/; s/^persistent_peers *=.*/persistent_peers = \"$PEERS\"/" $HOME/.knstld/config/config.toml
sed -i 's|minimum-gas-prices =.*|minimum-gas-prices = "0udarc"|g' $HOME/.knstld/config/app.toml
curl -sSL https://anode.team/set-ports.sh | bash -s -- .knstld
sed -i -e "s/^pruning *=.*/pruning = \"custom\"/" $HOME/.knstld/config/app.toml
sed -i -e "s/^pruning-keep-recent *=.*/pruning-keep-recent = \"100\"/" $HOME/.knstld/config/app.toml
sed -i -e "s/^pruning-interval *=.*/pruning-interval = \"19\"/" $HOME/.knstld/config/app.toml
sed -i -e "s/^indexer *=.*/indexer = \"null\"/" $HOME/.knstld/config/config.toml
sudo tee /etc/systemd/system/knstld.service > /dev/null <<EOF
[Unit]
Description=Konstellation
After=network-online.target
[Service]
User=root
ExecStart=$(which knstld) start
Restart=always
RestartSec=3
LimitNOFILE=4096
[Install]
WantedBy=multi-user.target
EOF
sudo systemctl daemon-reload && sudo systemctl enable knstld
sudo systemctl restart knstld && journalctl -fu knstld -o cat
knstld tx staking create-validator \
--amount=1000000udarc \
--pubkey=$(knstld tendermint show-validator) \
--moniker="[moniker]" \
--identity="[identity]" \
--website="[website]" \
--details="[details]" \
--security-contact="[contact]" \
--chain-id="darchub" \
--commission-rate="0.10" \
--commission-max-rate="0.20" \
--commission-max-change-rate="0.01" \
--min-self-delegation="1" \
--fees="200udarc" \
--from=[wallet_name]