Welcome to validator AlxVoy ⚡ ANODE.TEAM
Website
https://omniflix.networkTwitter
https://x.com/OmniFlixNetworkTelegram Channel
https://t.me/OmniFlixNetworkTelegram Group
https://t.me/OmniFlixChatDiscord
https://discord.gg/82tGMPMjapCoingecko
https://www.coingecko.com/en/coins/omniflix-networkCoinmarketcap
https://coinmarketcap.com/ru/currencies/omniflix-network/GitHub
https://github.com/OmniFlix/YouTube
https://youtube.com/c/OmniFlixNetworkReddit
https://reddit.com/r/OmniFlixANODE.TEAM
https://main.anode.team/omniflixRPC
https://omniflix.rpc.m.anode.teamAPI
https://omniflix.api.m.anode.teamgRPC
http://omniflix.grpc.m.anode.teamSeed
Peer
11d5a09e87ad768baf149005f3ac38a30550c4e8@65.108.229.19:26846Live peers
https://anode.team/OmniFlix/main/peers.txtGenesis
https://anode.team/OmniFlix/main/genesis.jsonAddrbook
https://anode.team/OmniFlix/main/addrbook.jsonwget -O OmniFlix.sh https://anode.team/OmniFlix/main/OmniFlix.sh && chmod u+x OmniFlix.sh && ./OmniFlix.sh
Memory
16GBCPUs
Quad Core or larger AMD or Intel (amd64) CPUDisk
At least 500GB NVMe Storagegit clone https://github.com/Omniflix/omniflixhub.git
cd omniflixhub
git checkout v5.2.1
make install
wget -O $HOME/go/bin/omniflixhubd https://anode.team/OmniFlix/main/omniflixhubd && chmod +x $HOME/go/bin/omniflixhubd
omniflixhubd init [moniker] --chain-id omniflixhub-1
sed -i "s/chain-id = .*/chain-id = \"omniflixhub-1\"/" $HOME/.omniflixhub/config/client.toml
omniflixhubd keys add [wallet_name]
curl https://anode.team/OmniFlix/main/genesis.json > ~/.omniflixhub/config/genesis.json
curl https://anode.team/OmniFlix/main/addrbook.json > ~/.omniflixhub/config/addrbook.json
SEEDS=""
PEERS="11d5a09e87ad768baf149005f3ac38a30550c4e8@65.108.229.19:26846"
sed -i -e "s/^seeds *=.*/seeds = \"$SEEDS\"/; s/^persistent_peers *=.*/persistent_peers = \"$PEERS\"/" $HOME/.omniflixhub/config/config.toml
sed -i 's|minimum-gas-prices =.*|minimum-gas-prices = "0.001uflix"|g' $HOME/.omniflixhub/config/app.toml
curl -sSL https://anode.team/set-ports.sh | bash -s -- .omniflixhub
sed -i -e "s/^pruning *=.*/pruning = \"custom\"/" $HOME/.omniflixhub/config/app.toml
sed -i -e "s/^pruning-keep-recent *=.*/pruning-keep-recent = \"100\"/" $HOME/.omniflixhub/config/app.toml
sed -i -e "s/^pruning-interval *=.*/pruning-interval = \"19\"/" $HOME/.omniflixhub/config/app.toml
sed -i -e "s/^indexer *=.*/indexer = \"null\"/" $HOME/.omniflixhub/config/config.toml
sudo tee /etc/systemd/system/omniflixhubd.service > /dev/null <<EOF
[Unit]
Description=OmniFlix Network
After=network-online.target
[Service]
User=$USER
ExecStart=$(which omniflixhubd) start
Restart=always
RestartSec=3
LimitNOFILE=65535
[Install]
WantedBy=multi-user.target
EOF
sudo systemctl daemon-reload && sudo systemctl enable omniflixhubd
sudo systemctl restart omniflixhubd && journalctl -fu omniflixhubd -o cat
echo "{\"pubkey\":{\"@type\":\"/cosmos.crypto.ed25519.PubKey\",\"key\":\"$(omniflixhubd comet show-validator | grep -Po '\"key\":\s*\"\K[^"]*')\"},
"amount": "1000000uflix",
'moniker": "[moniker]",
"identity": "[identity]",
"website": "[website]",
"details": "[details],
"security-contact": "[contact]",
"commission-rate": "0.10",
"commission-max-rate": "0.20",
"commission-max-change-rate": "0.01",
"min-self-delegation": "1"
}" > validator.json
omniflixhubd tx staking create-validator validator.json \
--from [wallet_name] \
--chain-id omniflixhub-1 \
--fees 100uflix
SNAP_RPC=https://omniflix.rpc.m.anode.team:443 && \
LATEST_HEIGHT=$(curl -s $SNAP_RPC/block | jq -r .result.block.header.height); \
BLOCK_HEIGHT=$((LATEST_HEIGHT - 1000)); \
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 omniflixhubd .omniflixhub
peers="11d5a09e87ad768baf149005f3ac38a30550c4e8@65.108.229.19:26846"
sed -i.bak -e "s/^persistent_peers *=.*/persistent_peers = \"$peers\"/" $HOME/.omniflixhub/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/.omniflixhub/config/config.toml
curl -o - -L https://anode.team/OmniFlix/main/anode.team_omniflix_wasm.tar.lz4 | lz4 -c -d - | tar -x -C $HOME/.omniflixhub/
sudo systemctl restart omniflixhubd && journalctl -fu omniflixhubd -o cat
ANODE.TEAM
https://test.anode.team/omniflixRPC
https://omniflix.rpc.t.anode.teamAPI
https://omniflix.api.t.anode.teamgRPC
http://omniflix.grpc.t.anode.teamSeed
Peer
11d5a09e87ad768baf149005f3ac38a30550c4e8@65.108.229.19:26846Live peers
https://anode.team/OmniFlix/test/peers.txtGenesis
https://anode.team/OmniFlix/test/genesis.jsonAddrbook
https://anode.team/OmniFlix/test/addrbook.jsonwget -O OmniFlix.sh https://anode.team/OmniFlix/test/OmniFlix.sh && chmod u+x OmniFlix.sh && ./OmniFlix.sh
Memory
16GBCPUs
Quad Core or larger AMD or Intel (amd64) CPUDisk
At least 500GB NVMe Storagegit clone https://github.com/Omniflix/omniflixhub.git
cd omniflixhub
git checkout v5.2.1
make install
wget -O $HOME/go/bin/omniflixhubd https://anode.team/OmniFlix/test/omniflixhubd && chmod +x $HOME/go/bin/omniflixhubd
omniflixhubd init [moniker] --chain-id omniflixhub-1
sed -i "s/chain-id = .*/chain-id = \"omniflixhub-1\"/" $HOME/.omniflixhub/config/client.toml
omniflixhubd keys add [wallet_name]
curl https://anode.team/OmniFlix/test/genesis.json > ~/.omniflixhub/config/genesis.json
curl https://anode.team/OmniFlix/test/addrbook.json > ~/.omniflixhub/config/addrbook.json
SEEDS=""
PEERS="11d5a09e87ad768baf149005f3ac38a30550c4e8@65.108.229.19:26846"
sed -i -e "s/^seeds *=.*/seeds = \"$SEEDS\"/; s/^persistent_peers *=.*/persistent_peers = \"$PEERS\"/" $HOME/.omniflixhub/config/config.toml
sed -i 's|minimum-gas-prices =.*|minimum-gas-prices = "0.001uflix"|g' $HOME/.omniflixhub/config/app.toml
curl -sSL https://anode.team/set-ports.sh | bash -s -- .omniflixhub
sed -i -e "s/^pruning *=.*/pruning = \"custom\"/" $HOME/.omniflixhub/config/app.toml
sed -i -e "s/^pruning-keep-recent *=.*/pruning-keep-recent = \"100\"/" $HOME/.omniflixhub/config/app.toml
sed -i -e "s/^pruning-interval *=.*/pruning-interval = \"19\"/" $HOME/.omniflixhub/config/app.toml
sed -i -e "s/^indexer *=.*/indexer = \"null\"/" $HOME/.omniflixhub/config/config.toml
sudo tee /etc/systemd/system/omniflixhubd.service > /dev/null <<EOF
[Unit]
Description=OmniFlix Network
After=network-online.target
[Service]
User=$USER
ExecStart=$(which omniflixhubd) start
Restart=always
RestartSec=3
LimitNOFILE=65535
[Install]
WantedBy=multi-user.target
EOF
sudo systemctl daemon-reload && sudo systemctl enable omniflixhubd
sudo systemctl restart omniflixhubd && journalctl -fu omniflixhubd -o cat
echo "{\"pubkey\":{\"@type\":\"/cosmos.crypto.ed25519.PubKey\",\"key\":\"$(omniflixhubd comet show-validator | grep -Po '\"key\":\s*\"\K[^"]*')\"},
"amount": "1000000uflix",
'moniker": "[moniker]",
"identity": "[identity]",
"website": "[website]",
"details": "[details],
"security-contact": "[contact]",
"commission-rate": "0.10",
"commission-max-rate": "0.20",
"commission-max-change-rate": "0.01",
"min-self-delegation": "1"
}" > validator.json
omniflixhubd tx staking create-validator validator.json \
--from [wallet_name] \
--chain-id omniflixhub-1 \
--fees 100uflix
SNAP_RPC=https://omniflix.rpc.m.anode.team:443 && \
LATEST_HEIGHT=$(curl -s $SNAP_RPC/block | jq -r .result.block.header.height); \
BLOCK_HEIGHT=$((LATEST_HEIGHT - 1000)); \
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 omniflixhubd .omniflixhub
peers="11d5a09e87ad768baf149005f3ac38a30550c4e8@65.108.229.19:26846"
sed -i.bak -e "s/^persistent_peers *=.*/persistent_peers = \"$peers\"/" $HOME/.omniflixhub/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/.omniflixhub/config/config.toml
curl -o - -L https://anode.team/OmniFlix/test/anode.team_omniflix_wasm.tar.lz4 | lz4 -c -d - | tar -x -C $HOME/.omniflixhub/
sudo systemctl restart omniflixhubd && journalctl -fu omniflixhubd -o cat