Welcome to validator AlxVoy ⚡ ANODE.TEAM
Website
https://galactica.comTwitter
https://x.com/GalacticaNetTelegram Channel
https://t.me/GalacticaNetworkTelegram Group
https://t.me/TheCypherStateDiscord
https://discord.gg/galacticaGitHub
https://github.com/Galactica-corpReddit
https://reddit.com/r/GalacticaNetworkMedium
https://medium.com/galactica-networkANODE.TEAM
https://main.anode.team/galacticaRPC
https://galactica.rpc.m.anode.teamAPI
https://galactica.api.m.anode.teamgRPC
http://galactica.grpc.m.anode.teamSeed
Peer
5d9ca755847e8227c67f25b195b63fafdd36b7fa@144.76.97.251:26756Live peers
https://anode.team/Galactica/main/peers.txtGenesis
https://anode.team/Galactica/main/genesis.jsonAddrbook
https://anode.team/Galactica/main/addrbook.jsonwget -O Galactica.sh https://anode.team/Galactica/main/Galactica.sh && chmod u+x Galactica.sh && ./Galactica.sh
Memory
16GBCPUs
Quad Core or larger AMD or Intel (amd64) CPUDisk
At least 500GB NVMe Storagegit clone https://github.com/Galactica-corp/galactica
cd galactica
git checkout v0.2.7
make install
wget -O $HOME/go/bin/galacticad https://anode.team/Galactica/main/galacticad && chmod +x $HOME/go/bin/galacticad
galacticad init [moniker] --chain-id galactica_9302-1
sed -i "s/chain-id = .*/chain-id = \"galactica_9302-1\"/" $HOME/.galactica/config/client.toml
galacticad keys add [wallet_name]
curl https://anode.team/Galactica/main/genesis.json > ~/.galactica/config/genesis.json
curl https://anode.team/Galactica/main/addrbook.json > ~/.galactica/config/addrbook.json
SEEDS=""
PEERS="5d9ca755847e8227c67f25b195b63fafdd36b7fa@144.76.97.251:26756"
sed -i -e "s/^seeds *=.*/seeds = \"$SEEDS\"/; s/^persistent_peers *=.*/persistent_peers = \"$PEERS\"/" $HOME/.galactica/config/config.toml
sed -i 's|minimum-gas-prices =.*|minimum-gas-prices = "10agnet"|g' $HOME/.galactica/config/app.toml
curl -sSL https://anode.team/set-ports.sh | bash -s -- .galactica
sed -i -e "s/^pruning *=.*/pruning = \"custom\"/" $HOME/.galactica/config/app.toml
sed -i -e "s/^pruning-keep-recent *=.*/pruning-keep-recent = \"100\"/" $HOME/.galactica/config/app.toml
sed -i -e "s/^pruning-interval *=.*/pruning-interval = \"19\"/" $HOME/.galactica/config/app.toml
sed -i -e "s/^indexer *=.*/indexer = \"null\"/" $HOME/.galactica/config/config.toml
sudo tee /etc/systemd/system/galacticad.service > /dev/null <<EOF
[Unit]
Description=Galactica
After=network-online.target
[Service]
User=$USER
ExecStart=$(which galacticad) start --chain-id galactica_9302-1
Restart=always
RestartSec=3
LimitNOFILE=65535
[Install]
WantedBy=multi-user.target
EOF
sudo systemctl daemon-reload && sudo systemctl enable galacticad
sudo systemctl restart galacticad && journalctl -fu galacticad -o cat
galacticad tx staking create-validator \
--amount=1000000000000000000agnet \
--pubkey=$(galacticad tendermint show-validator) \
--moniker="[moniker]" \
--identity="[identity]" \
--website="[website]" \
--details="[details]" \
--security-contact="[contact]" \
--chain-id="galactica_9302-1" \
--commission-rate="0.10" \
--commission-max-rate="0.20" \
--commission-max-change-rate="0.01" \
--min-self-delegation="1" \
--gas-prices="10agnet" \
--from=[wallet_name]
SNAP_RPC=https://galactica.rpc.t.anode.team:443 && \
LATEST_HEIGHT=$(curl -s $SNAP_RPC/block | jq -r .result.block.header.height); \
BLOCK_HEIGHT=$((LATEST_HEIGHT - 100)); \
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 galacticad .galactica
peers="5d9ca755847e8227c67f25b195b63fafdd36b7fa@144.76.97.251:26756"
sed -i.bak -e "s/^persistent_peers *=.*/persistent_peers = \"$peers\"/" $HOME/.galactica/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/.galactica/config/config.toml
sudo systemctl restart galacticad && journalctl -fu galacticad -o cat
ANODE.TEAM
https://test.anode.team/galacticaRPC
https://galactica.rpc.t.anode.teamAPI
https://galactica.api.t.anode.teamgRPC
http://galactica.grpc.t.anode.teamSeed
Peer
5d9ca755847e8227c67f25b195b63fafdd36b7fa@144.76.97.251:26756Live peers
https://anode.team/Galactica/test/peers.txtGenesis
https://anode.team/Galactica/test/genesis.jsonAddrbook
https://anode.team/Galactica/test/addrbook.jsonwget -O Galactica.sh https://anode.team/Galactica/test/Galactica.sh && chmod u+x Galactica.sh && ./Galactica.sh
Memory
16GBCPUs
Quad Core or larger AMD or Intel (amd64) CPUDisk
At least 500GB NVMe Storagegit clone https://github.com/Galactica-corp/galactica
cd galactica
git checkout v0.2.7
make install
wget -O $HOME/go/bin/galacticad https://anode.team/Galactica/test/galacticad && chmod +x $HOME/go/bin/galacticad
galacticad init [moniker] --chain-id galactica_9302-1
sed -i "s/chain-id = .*/chain-id = \"galactica_9302-1\"/" $HOME/.galactica/config/client.toml
galacticad keys add [wallet_name]
curl https://anode.team/Galactica/test/genesis.json > ~/.galactica/config/genesis.json
curl https://anode.team/Galactica/test/addrbook.json > ~/.galactica/config/addrbook.json
SEEDS=""
PEERS="5d9ca755847e8227c67f25b195b63fafdd36b7fa@144.76.97.251:26756"
sed -i -e "s/^seeds *=.*/seeds = \"$SEEDS\"/; s/^persistent_peers *=.*/persistent_peers = \"$PEERS\"/" $HOME/.galactica/config/config.toml
sed -i 's|minimum-gas-prices =.*|minimum-gas-prices = "10agnet"|g' $HOME/.galactica/config/app.toml
curl -sSL https://anode.team/set-ports.sh | bash -s -- .galactica
sed -i -e "s/^pruning *=.*/pruning = \"custom\"/" $HOME/.galactica/config/app.toml
sed -i -e "s/^pruning-keep-recent *=.*/pruning-keep-recent = \"100\"/" $HOME/.galactica/config/app.toml
sed -i -e "s/^pruning-interval *=.*/pruning-interval = \"19\"/" $HOME/.galactica/config/app.toml
sed -i -e "s/^indexer *=.*/indexer = \"null\"/" $HOME/.galactica/config/config.toml
sudo tee /etc/systemd/system/galacticad.service > /dev/null <<EOF
[Unit]
Description=Galactica
After=network-online.target
[Service]
User=$USER
ExecStart=$(which galacticad) start --chain-id galactica_9302-1
Restart=always
RestartSec=3
LimitNOFILE=65535
[Install]
WantedBy=multi-user.target
EOF
sudo systemctl daemon-reload && sudo systemctl enable galacticad
sudo systemctl restart galacticad && journalctl -fu galacticad -o cat
galacticad tx staking create-validator \
--amount=1000000000000000000agnet \
--pubkey=$(galacticad tendermint show-validator) \
--moniker="[moniker]" \
--identity="[identity]" \
--website="[website]" \
--details="[details]" \
--security-contact="[contact]" \
--chain-id="galactica_9302-1" \
--commission-rate="0.10" \
--commission-max-rate="0.20" \
--commission-max-change-rate="0.01" \
--min-self-delegation="1" \
--gas-prices="10agnet" \
--from=[wallet_name]
SNAP_RPC=https://galactica.rpc.t.anode.team:443 && \
LATEST_HEIGHT=$(curl -s $SNAP_RPC/block | jq -r .result.block.header.height); \
BLOCK_HEIGHT=$((LATEST_HEIGHT - 100)); \
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 galacticad .galactica
peers="5d9ca755847e8227c67f25b195b63fafdd36b7fa@144.76.97.251:26756"
sed -i.bak -e "s/^persistent_peers *=.*/persistent_peers = \"$peers\"/" $HOME/.galactica/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/.galactica/config/config.toml
sudo systemctl restart galacticad && journalctl -fu galacticad -o cat