Welcome to validator AlxVoy ⚡ ANODE.TEAM
Website
https://uptick.networkTwitter
https://x.com/uptickprojectTelegram
https://t.me/uptickprojectDiscord
https://discord.gg/5rVycYfNzwGitHub
https://github.com/UptickNetworkReddit
https://www.reddit.com/r/UptickNetwork/Medium
https://medium.com/@uptickprojectANODE.TEAM
https://main.anode.team/uptickRPC
https://uptick.rpc.m.anode.teamAPI
https://uptick.api.m.anode.teamgRPC
http://uptick.grpc.m.anode.teamSeed
Peer
ee045c74c0678f1122650a3a5223923977cae1b3@65.109.93.152:30656Live peers
https://anode.team/Uptick/main/peers.txtGenesis
https://anode.team/Uptick/main/genesis.jsonAddrbook
https://anode.team/Uptick/main/addrbook.jsonwget -O Uptick.sh https://anode.team/Uptick/main/Uptick.sh && chmod u+x Uptick.sh && ./Uptick.sh
Memory
16GBCPUs
Quad Core or larger AMD or Intel (amd64) CPUDisk
At least 500GB NVMe Storagegit clone https://github.com/UptickNetwork/uptick
cd uptick
git checkout v0.2.19
make install
wget -O $HOME/go/bin/uptickd https://anode.team/Uptick/main/uptickd && chmod +x $HOME/go/bin/uptickd
uptickd init [moniker] --chain-id uptick_117-1
sed -i "s/chain-id = .*/chain-id = \"uptick_117-1\"/" $HOME/.uptickd/config/client.toml
uptickd keys add [wallet_name]
curl https://anode.team/Uptick/main/genesis.json > ~/.uptickd/config/genesis.json
curl https://anode.team/Uptick/main/addrbook.json > ~/.uptickd/config/addrbook.json
SEEDS=""
PEERS="ee045c74c0678f1122650a3a5223923977cae1b3@65.109.93.152:30656"
sed -i -e "s/^seeds *=.*/seeds = \"$SEEDS\"/; s/^persistent_peers *=.*/persistent_peers = \"$PEERS\"/" $HOME/.uptickd/config/config.toml
sed -i 's|minimum-gas-prices =.*|minimum-gas-prices = "0auptick"|g' $HOME/.uptickd/config/app.toml
curl -sSL https://anode.team/set-ports.sh | bash -s -- .uptickd
sed -i -e "s/^pruning *=.*/pruning = \"custom\"/" $HOME/.uptickd/config/app.toml
sed -i -e "s/^pruning-keep-recent *=.*/pruning-keep-recent = \"100\"/" $HOME/.uptickd/config/app.toml
sed -i -e "s/^pruning-interval *=.*/pruning-interval = \"19\"/" $HOME/.uptickd/config/app.toml
sed -i -e "s/^indexer *=.*/indexer = \"null\"/" $HOME/.uptickd/config/config.toml
sudo tee /etc/systemd/system/uptickd.service > /dev/null <<EOF
[Unit]
Description=Uptick Network
After=network.target
[Service]
Type=simple
User=root
WorkingDirectory=/root/
ExecStart=$(which uptickd) start
Restart=on-failure
RestartSec=3
LimitNOFILE=10000
[Install]
WantedBy=multi-user.target
EOF
sudo systemctl daemon-reload && sudo systemctl enable uptickd
sudo systemctl restart uptickd && journalctl -fu uptickd -o cat
uptickd tx staking create-validator \
--amount=1000000000000000000auptick \
--pubkey=$(uptickd tendermint show-validator) \
--moniker="[moniker]" \
--identity="[identity]" \
--website="[website]" \
--details="[details]" \
--security-contact="[contact]" \
--chain-id="uptick_117-1" \
--commission-rate="0.10" \
--commission-max-rate="0.20" \
--commission-max-change-rate="0.01" \
--min-self-delegation="1" \
--fees="3000000000000000auptick" \
--gas 300000 \
--from=[wallet_name]
ANODE.TEAM
https://test.anode.team/uptickRPC
https://uptick.rpc.t.anode.teamAPI
https://uptick.api.t.anode.teamgRPC
http://uptick.grpc.t.anode.teamSeed
Peer
ee045c74c0678f1122650a3a5223923977cae1b3@65.109.93.152:30656Live peers
https://anode.team/Uptick/test/peers.txtGenesis
https://anode.team/Uptick/test/genesis.jsonAddrbook
https://anode.team/Uptick/test/addrbook.jsonwget -O Uptick.sh https://anode.team/Uptick/test/Uptick.sh && chmod u+x Uptick.sh && ./Uptick.sh
Memory
16GBCPUs
Quad Core or larger AMD or Intel (amd64) CPUDisk
At least 500GB NVMe Storagegit clone https://github.com/UptickNetwork/uptick
cd uptick
git checkout v0.2.19
make install
wget -O $HOME/go/bin/uptickd https://anode.team/Uptick/test/uptickd && chmod +x $HOME/go/bin/uptickd
uptickd init [moniker] --chain-id uptick_117-1
sed -i "s/chain-id = .*/chain-id = \"uptick_117-1\"/" $HOME/.uptickd/config/client.toml
uptickd keys add [wallet_name]
curl https://anode.team/Uptick/test/genesis.json > ~/.uptickd/config/genesis.json
curl https://anode.team/Uptick/test/addrbook.json > ~/.uptickd/config/addrbook.json
SEEDS=""
PEERS="ee045c74c0678f1122650a3a5223923977cae1b3@65.109.93.152:30656"
sed -i -e "s/^seeds *=.*/seeds = \"$SEEDS\"/; s/^persistent_peers *=.*/persistent_peers = \"$PEERS\"/" $HOME/.uptickd/config/config.toml
sed -i 's|minimum-gas-prices =.*|minimum-gas-prices = "0auptick"|g' $HOME/.uptickd/config/app.toml
curl -sSL https://anode.team/set-ports.sh | bash -s -- .uptickd
sed -i -e "s/^pruning *=.*/pruning = \"custom\"/" $HOME/.uptickd/config/app.toml
sed -i -e "s/^pruning-keep-recent *=.*/pruning-keep-recent = \"100\"/" $HOME/.uptickd/config/app.toml
sed -i -e "s/^pruning-interval *=.*/pruning-interval = \"19\"/" $HOME/.uptickd/config/app.toml
sed -i -e "s/^indexer *=.*/indexer = \"null\"/" $HOME/.uptickd/config/config.toml
sudo tee /etc/systemd/system/uptickd.service > /dev/null <<EOF
[Unit]
Description=Uptick Network
After=network.target
[Service]
Type=simple
User=root
WorkingDirectory=/root/
ExecStart=$(which uptickd) start
Restart=on-failure
RestartSec=3
LimitNOFILE=10000
[Install]
WantedBy=multi-user.target
EOF
sudo systemctl daemon-reload && sudo systemctl enable uptickd
sudo systemctl restart uptickd && journalctl -fu uptickd -o cat
uptickd tx staking create-validator \
--amount=1000000000000000000auptick \
--pubkey=$(uptickd tendermint show-validator) \
--moniker="[moniker]" \
--identity="[identity]" \
--website="[website]" \
--details="[details]" \
--security-contact="[contact]" \
--chain-id="uptick_117-1" \
--commission-rate="0.10" \
--commission-max-rate="0.20" \
--commission-max-change-rate="0.01" \
--min-self-delegation="1" \
--fees="3000000000000000auptick" \
--gas 300000 \
--from=[wallet_name]