Welcome to validator AlxVoy ⚡ ANODE.TEAM
Website
https://gitopia.comTwitter
https://x.com/gitopiaDAOTelegram
https://t.me/GitopiaDiscord
https://discord.gg/Ta5zakrwM5Coingecko
https://www.coingecko.com/en/coins/gitopiaCoinmarketcap
https://coinmarketcap.com/ru/currencies/gitopia/GitHub
https://github.com/gitopiaYouTube
https://www.youtube.com/channel/UCsAVjkAUnT5krP_e8HyFRHgReddit
https://www.reddit.com/r/Gitopia/Linkedin
https://www.linkedin.com/company/gitopia/ANODE.TEAM
https://main.anode.team/gitopiaRPC
https://gitopia.rpc.m.anode.teamAPI
https://gitopia.api.m.anode.teamgRPC
http://gitopia.grpc.m.anode.teamSeed
Peer
901c393d17c1e6094cbbc83c34f167a67bb5fab1@65.108.70.119:36656Live peers
https://anode.team/Gitopia/main/peers.txtGenesis
https://anode.team/Gitopia/main/genesis.jsonAddrbook
https://anode.team/Gitopia/main/addrbook.jsonwget -O Gitopia.sh https://anode.team/Gitopia/main/Gitopia.sh && chmod u+x Gitopia.sh && ./Gitopia.sh
Memory
16GBCPUs
Quad Core or larger AMD or Intel (amd64) CPUDisk
At least 500GB NVMe Storagegit clone https://github.com/gitopia/gitopia
cd gitopia
git checkout v5.1.0
make install
wget -O $HOME/go/bin/gitopiad https://anode.team/Gitopia/main/gitopiad && chmod +x $HOME/go/bin/gitopiad
gitopiad init [moniker] --chain-id gitopia
sed -i "s/chain-id = .*/chain-id = \"gitopia\"/" $HOME/.gitopia/config/client.toml
gitopiad keys add [wallet_name]
curl https://anode.team/Gitopia/main/genesis.json > ~/.gitopia/config/genesis.json
curl https://anode.team/Gitopia/main/addrbook.json > ~/.gitopia/config/addrbook.json
SEEDS=""
PEERS="901c393d17c1e6094cbbc83c34f167a67bb5fab1@65.108.70.119:36656"
sed -i -e "s/^seeds *=.*/seeds = \"$SEEDS\"/; s/^persistent_peers *=.*/persistent_peers = \"$PEERS\"/" $HOME/.gitopia/config/config.toml
sed -i 's|minimum-gas-prices =.*|minimum-gas-prices = "0.001ulore"|g' $HOME/.gitopia/config/app.toml
curl -sSL https://anode.team/set-ports.sh | bash -s -- .gitopia
sed -i -e "s/^pruning *=.*/pruning = \"custom\"/" $HOME/.gitopia/config/app.toml
sed -i -e "s/^pruning-keep-recent *=.*/pruning-keep-recent = \"100\"/" $HOME/.gitopia/config/app.toml
sed -i -e "s/^pruning-interval *=.*/pruning-interval = \"19\"/" $HOME/.gitopia/config/app.toml
sed -i -e "s/^indexer *=.*/indexer = \"null\"/" $HOME/.gitopia/config/config.toml
sudo tee /etc/systemd/system/gitopiad.service > /dev/null <<EOF
[Unit]
Description=Gitopiad Daemon
After=network-online.target
[Service]
User=$USER
ExecStart=$(which gitopiad) start
Restart=always
RestartSec=3
LimitNOFILE=65535
[Install]
WantedBy=multi-user.target
EOF
sudo systemctl daemon-reload && sudo systemctl enable gitopiad
sudo systemctl restart gitopiad && journalctl -fu gitopiad -o cat
gitopiad tx staking create-validator \
--amount=1000000ulore \
--pubkey=$(gitopiad tendermint show-validator) \
--moniker="[moniker]" \
--identity="[identity]" \
--website="[website]" \
--details="[details]" \
--security-contact="[contact]" \
--chain-id="gitopia" \
--commission-rate="0.10" \
--commission-max-rate="0.20" \
--commission-max-change-rate="0.01" \
--min-self-delegation="1" \
--fees="200ulore" \
--from=[wallet_name]
SNAP_RPC=https://gitopia.rpc.m.anode.team:443 && \
LATEST_HEIGHT=$(curl -s $SNAP_RPC/block | jq -r .result.block.header.height); \
BLOCK_HEIGHT=$((LATEST_HEIGHT - 1500)); \
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 gitopiad .gitopia
peers="901c393d17c1e6094cbbc83c34f167a67bb5fab1@65.108.70.119:36656"
sed -i.bak -e "s/^persistent_peers *=.*/persistent_peers = \"$peers\"/" $HOME/.gitopia/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/.gitopia/config/config.toml
sudo systemctl restart gitopiad && journalctl -fu gitopiad -o cat
sudo systemctl stop gitopiad && \
cp $HOME/.gitopia/data/priv_validator_state.json $HOME/.gitopia/priv_validator_state.json.backup && \
rm -rf $HOME/.gitopia/data/
curl -o - -L https://anode.team/Gitopia/main/anode.team_gitopia.tar.lz4 | lz4 -c -d - | tar -x -C $HOME/.gitopia/
mv $HOME/.gitopia/priv_validator_state.json.backup $HOME/.gitopia/data/priv_validator_state.json && \
sudo systemctl restart gitopiad && journalctl -fu gitopiad -o cat
ANODE.TEAM
https://test.anode.team/gitopiaRPC
https://gitopia.rpc.t.anode.teamAPI
https://gitopia.api.t.anode.teamgRPC
http://gitopia.grpc.t.anode.teamSeed
Peer
901c393d17c1e6094cbbc83c34f167a67bb5fab1@65.108.70.119:36656Live peers
https://anode.team/Gitopia/test/peers.txtGenesis
https://anode.team/Gitopia/test/genesis.jsonAddrbook
https://anode.team/Gitopia/test/addrbook.jsonwget -O Gitopia.sh https://anode.team/Gitopia/test/Gitopia.sh && chmod u+x Gitopia.sh && ./Gitopia.sh
Memory
16GBCPUs
Quad Core or larger AMD or Intel (amd64) CPUDisk
At least 500GB NVMe Storagegit clone https://github.com/gitopia/gitopia
cd gitopia
git checkout v5.1.0
make install
wget -O $HOME/go/bin/gitopiad https://anode.team/Gitopia/test/gitopiad && chmod +x $HOME/go/bin/gitopiad
gitopiad init [moniker] --chain-id gitopia
sed -i "s/chain-id = .*/chain-id = \"gitopia\"/" $HOME/.gitopia/config/client.toml
gitopiad keys add [wallet_name]
curl https://anode.team/Gitopia/test/genesis.json > ~/.gitopia/config/genesis.json
curl https://anode.team/Gitopia/test/addrbook.json > ~/.gitopia/config/addrbook.json
SEEDS=""
PEERS="901c393d17c1e6094cbbc83c34f167a67bb5fab1@65.108.70.119:36656"
sed -i -e "s/^seeds *=.*/seeds = \"$SEEDS\"/; s/^persistent_peers *=.*/persistent_peers = \"$PEERS\"/" $HOME/.gitopia/config/config.toml
sed -i 's|minimum-gas-prices =.*|minimum-gas-prices = "0.001ulore"|g' $HOME/.gitopia/config/app.toml
curl -sSL https://anode.team/set-ports.sh | bash -s -- .gitopia
sed -i -e "s/^pruning *=.*/pruning = \"custom\"/" $HOME/.gitopia/config/app.toml
sed -i -e "s/^pruning-keep-recent *=.*/pruning-keep-recent = \"100\"/" $HOME/.gitopia/config/app.toml
sed -i -e "s/^pruning-interval *=.*/pruning-interval = \"19\"/" $HOME/.gitopia/config/app.toml
sed -i -e "s/^indexer *=.*/indexer = \"null\"/" $HOME/.gitopia/config/config.toml
sudo tee /etc/systemd/system/gitopiad.service > /dev/null <<EOF
[Unit]
Description=Gitopiad Daemon
After=network-online.target
[Service]
User=$USER
ExecStart=$(which gitopiad) start
Restart=always
RestartSec=3
LimitNOFILE=65535
[Install]
WantedBy=multi-user.target
EOF
sudo systemctl daemon-reload && sudo systemctl enable gitopiad
sudo systemctl restart gitopiad && journalctl -fu gitopiad -o cat
gitopiad tx staking create-validator \
--amount=1000000ulore \
--pubkey=$(gitopiad tendermint show-validator) \
--moniker="[moniker]" \
--identity="[identity]" \
--website="[website]" \
--details="[details]" \
--security-contact="[contact]" \
--chain-id="gitopia" \
--commission-rate="0.10" \
--commission-max-rate="0.20" \
--commission-max-change-rate="0.01" \
--min-self-delegation="1" \
--fees="200ulore" \
--from=[wallet_name]
SNAP_RPC=https://gitopia.rpc.m.anode.team:443 && \
LATEST_HEIGHT=$(curl -s $SNAP_RPC/block | jq -r .result.block.header.height); \
BLOCK_HEIGHT=$((LATEST_HEIGHT - 1500)); \
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 gitopiad .gitopia
peers="901c393d17c1e6094cbbc83c34f167a67bb5fab1@65.108.70.119:36656"
sed -i.bak -e "s/^persistent_peers *=.*/persistent_peers = \"$peers\"/" $HOME/.gitopia/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/.gitopia/config/config.toml
sudo systemctl restart gitopiad && journalctl -fu gitopiad -o cat
sudo systemctl stop gitopiad && \
cp $HOME/.gitopia/data/priv_validator_state.json $HOME/.gitopia/priv_validator_state.json.backup && \
rm -rf $HOME/.gitopia/data/
curl -o - -L https://anode.team/Gitopia/main/anode.team_gitopia.tar.lz4 | lz4 -c -d - | tar -x -C $HOME/.gitopia/
mv $HOME/.gitopia/priv_validator_state.json.backup $HOME/.gitopia/data/priv_validator_state.json && \
sudo systemctl restart gitopiad && journalctl -fu gitopiad -o cat