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