Welcome to validator AlxVoy ⚡ ANODE.TEAM
Website
https://althea.netTwitter
https://twitter.com/AltheaNetworkDiscord
https://discord.gg/6wADjvYfzgCoingecko
https://www.coingecko.com/en/coins/altheaGitHub
https://github.com/AltheaFoundation/YouTube
https://youtube.com/c/AltheaNetFacebook
https://facebook.com/altheanetworkMedium
https://medium.com/althea-meshLinkedin
https://linkedin.com/company/altheanetwork/Whitepaper
updates.althea.net/Althea-Whitepaper-v2.0.pdfANODE.TEAM
https://main.anode.team/altheaRPC
https://althea.rpc.m.anode.teamAPI
https://althea.api.m.anode.teamgRPC
http://althea.grpc.m.anode.teamSeed
Peer
d7e370152052ba702adaebb8bc37ed0fc4d07193@174.138.176.146:26656Live peers
https://anode.team/Althea/main/peers.txtGenesis
https://anode.team/Althea/main/genesis.jsonAddrbook
https://anode.team/Althea/main/addrbook.jsonwget -O Althea.sh https://anode.team/Althea/main/Althea.sh && chmod u+x Althea.sh && ./Althea.sh
Memory
16GBCPUs
Quad Core or larger AMD or Intel (amd64) CPUDisk
At least 500GB NVMe Storagegit clone https://github.com/AltheaFoundation/althea-L1
cd althea-L1
git checkout v1.5.1
make install
wget -O $HOME/go/bin/althea https://anode.team/Althea/main/althea && chmod +x $HOME/go/bin/althea
althea init [moniker] --chain-id althea_258432-1
sed -i "s/chain-id = .*/chain-id = \"althea_258432-1\"/" $HOME/.althea/config/client.toml
althea keys add [wallet_name]
curl https://anode.team/Althea/main/genesis.json > ~/.althea/config/genesis.json
curl https://anode.team/Althea/main/addrbook.json > ~/.althea/config/addrbook.json
SEEDS=""
PEERS="d7e370152052ba702adaebb8bc37ed0fc4d07193@174.138.176.146:26656"
sed -i -e "s/^seeds *=.*/seeds = \"$SEEDS\"/; s/^persistent_peers *=.*/persistent_peers = \"$PEERS\"/" $HOME/.althea/config/config.toml
sed -i 's|minimum-gas-prices =.*|minimum-gas-prices = "0aalthea"|g' $HOME/.althea/config/app.toml
curl -sSL https://anode.team/set-ports.sh | bash -s -- .althea
sed -i -e "s/^pruning *=.*/pruning = \"custom\"/" $HOME/.althea/config/app.toml
sed -i -e "s/^pruning-keep-recent *=.*/pruning-keep-recent = \"100\"/" $HOME/.althea/config/app.toml
sed -i -e "s/^pruning-interval *=.*/pruning-interval = \"19\"/" $HOME/.althea/config/app.toml
sed -i -e "s/^indexer *=.*/indexer = \"null\"/" $HOME/.althea/config/config.toml
sudo tee /etc/systemd/system/althea.service > /dev/null <<EOF
[Unit]
Description=Althea L1
After=network-online.target
[Service]
User=$USER
ExecStart=$(which althea) start
Restart=always
RestartSec=3
LimitNOFILE=4096
[Install]
WantedBy=multi-user.target
EOF
sudo systemctl daemon-reload && sudo systemctl enable althea
sudo systemctl restart althea && journalctl -fu althea -o cat
althea tx staking create-validator \
--amount=1000000000000000aalthea \
--pubkey=$(althea tendermint show-validator) \
--moniker="[moniker]" \
--identity="[identity]" \
--website="[website]" \
--details="[details]" \
--security-contact="[contact]" \
--chain-id="althea_258432-1" \
--commission-rate="0.10" \
--commission-max-rate="0.20" \
--commission-max-change-rate="0.01" \
--min-self-delegation="1" \
--from=[wallet_name]
ANODE.TEAM
https://test.anode.team/altheaRPC
https://althea.rpc.t.anode.teamAPI
https://althea.api.t.anode.teamgRPC
http://althea.grpc.t.anode.teamSeed
Peer
d7e370152052ba702adaebb8bc37ed0fc4d07193@174.138.176.146:26656Live peers
https://anode.team/Althea/test/peers.txtGenesis
https://anode.team/Althea/test/genesis.jsonAddrbook
https://anode.team/Althea/test/addrbook.jsonwget -O Althea.sh https://anode.team/Althea/test/Althea.sh && chmod u+x Althea.sh && ./Althea.sh
Memory
16GBCPUs
Quad Core or larger AMD or Intel (amd64) CPUDisk
At least 500GB NVMe Storagegit clone https://github.com/AltheaFoundation/althea-L1
cd althea-L1
git checkout v1.5.1
make install
wget -O $HOME/go/bin/althea https://anode.team/Althea/test/althea && chmod +x $HOME/go/bin/althea
althea init [moniker] --chain-id althea_258432-1
sed -i "s/chain-id = .*/chain-id = \"althea_258432-1\"/" $HOME/.althea/config/client.toml
althea keys add [wallet_name]
curl https://anode.team/Althea/test/genesis.json > ~/.althea/config/genesis.json
curl https://anode.team/Althea/test/addrbook.json > ~/.althea/config/addrbook.json
SEEDS=""
PEERS="d7e370152052ba702adaebb8bc37ed0fc4d07193@174.138.176.146:26656"
sed -i -e "s/^seeds *=.*/seeds = \"$SEEDS\"/; s/^persistent_peers *=.*/persistent_peers = \"$PEERS\"/" $HOME/.althea/config/config.toml
sed -i 's|minimum-gas-prices =.*|minimum-gas-prices = "0aalthea"|g' $HOME/.althea/config/app.toml
curl -sSL https://anode.team/set-ports.sh | bash -s -- .althea
sed -i -e "s/^pruning *=.*/pruning = \"custom\"/" $HOME/.althea/config/app.toml
sed -i -e "s/^pruning-keep-recent *=.*/pruning-keep-recent = \"100\"/" $HOME/.althea/config/app.toml
sed -i -e "s/^pruning-interval *=.*/pruning-interval = \"19\"/" $HOME/.althea/config/app.toml
sed -i -e "s/^indexer *=.*/indexer = \"null\"/" $HOME/.althea/config/config.toml
sudo tee /etc/systemd/system/althea.service > /dev/null <<EOF
[Unit]
Description=Althea L1
After=network-online.target
[Service]
User=$USER
ExecStart=$(which althea) start
Restart=always
RestartSec=3
LimitNOFILE=4096
[Install]
WantedBy=multi-user.target
EOF
sudo systemctl daemon-reload && sudo systemctl enable althea
sudo systemctl restart althea && journalctl -fu althea -o cat
althea tx staking create-validator \
--amount=1000000000000000aalthea \
--pubkey=$(althea tendermint show-validator) \
--moniker="[moniker]" \
--identity="[identity]" \
--website="[website]" \
--details="[details]" \
--security-contact="[contact]" \
--chain-id="althea_258432-1" \
--commission-rate="0.10" \
--commission-max-rate="0.20" \
--commission-max-change-rate="0.01" \
--min-self-delegation="1" \
--from=[wallet_name]