Welcome to validator AlxVoy ⚡ ANODE.TEAM
Website
https://elys.networkTwitter
https://x.com/elys_networkDiscord
https://discord.gg/elysnetworkCoingecko
https://www.coingecko.com/en/coins/elys-networkCoinmarketcap
https://coinmarketcap.com/ru/currencies/elys-network/GitHub
https://github.com/elys-network/Reddit
https://www.reddit.com/r/Elys_Network/Common
https://common.xyz/elys-network/ANODE.TEAM
https://main.anode.team/elysRPC
https://elys.rpc.m.anode.teamAPI
https://elys.api.m.anode.teamgRPC
http://elys.grpc.m.anode.teamSeed
Peer
aa387e8f121acf33417e8cbbc6f197ee461e0951@65.109.93.152:26926Live peers
https://anode.team/Elys/main/peers.txtGenesis
https://anode.team/Elys/main/genesis.jsonAddrbook
https://anode.team/Elys/main/addrbook.jsonwget -O Elys.sh https://anode.team/Elys/main/Elys.sh && chmod u+x Elys.sh && ./Elys.sh
Memory
16GBCPUs
Quad Core or larger AMD or Intel (amd64) CPUDisk
At least 500GB NVMe Storagegit clone https://github.com/elys-network/elys
cd elys
git checkout v6.2.0
make install
wget -O $HOME/go/bin/elysd https://anode.team/Elys/main/elysd && chmod +x $HOME/go/bin/elysd
elysd init [moniker] --chain-id elys-1
sed -i "s/chain-id = .*/chain-id = \"elys-1\"/" $HOME/.elys/config/client.toml
elysd keys add [wallet_name]
curl https://anode.team/Elys/main/genesis.json > ~/.elys/config/genesis.json
curl https://anode.team/Elys/main/addrbook.json > ~/.elys/config/addrbook.json
SEEDS=""
PEERS="aa387e8f121acf33417e8cbbc6f197ee461e0951@65.109.93.152:26926"
sed -i -e "s/^seeds *=.*/seeds = \"$SEEDS\"/; s/^persistent_peers *=.*/persistent_peers = \"$PEERS\"/" $HOME/.elys/config/config.toml
sed -i 's|minimum-gas-prices =.*|minimum-gas-prices = "0.0003uelys,0.001ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349,0.001ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9"|g' $HOME/.elys/config/app.toml
curl -sSL https://anode.team/set-ports.sh | bash -s -- .elys
sed -i -e "s/^pruning *=.*/pruning = \"custom\"/" $HOME/.elys/config/app.toml
sed -i -e "s/^pruning-keep-recent *=.*/pruning-keep-recent = \"100\"/" $HOME/.elys/config/app.toml
sed -i -e "s/^pruning-interval *=.*/pruning-interval = \"19\"/" $HOME/.elys/config/app.toml
sed -i -e "s/^indexer *=.*/indexer = \"null\"/" $HOME/.elys/config/config.toml
sudo tee /etc/systemd/system/elysd.service > /dev/null <<EOF
[Unit]
Description=Elys
After=network-online.target
[Service]
User=$USER
ExecStart=$(which elysd) start
Restart=always
RestartSec=3
LimitNOFILE=65535
[Install]
WantedBy=multi-user.target
EOF
sudo systemctl daemon-reload && sudo systemctl enable elysd
sudo systemctl restart elysd && journalctl -fu elysd -o cat
echo "{\"pubkey\":{\"@type\":\"/cosmos.crypto.ed25519.PubKey\",\"key\":\"$(elysd comet show-validator | grep -Po '\"key\":\s*\"\K[^"]*')\"},
"amount": "1000000uelys",
'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
elysd tx staking create-validator validator.json \
--from [wallet_name] \
--chain-id elys-1 \
--gas 800000
ANODE.TEAM
https://test.anode.team/elysRPC
https://elys.rpc.t.anode.teamAPI
https://elys.api.t.anode.teamgRPC
http://elys.grpc.t.anode.teamSeed
Peer
aa387e8f121acf33417e8cbbc6f197ee461e0951@65.109.93.152:26926Live peers
https://anode.team/Elys/test/peers.txtGenesis
https://anode.team/Elys/test/genesis.jsonAddrbook
https://anode.team/Elys/test/addrbook.jsonwget -O Elys.sh https://anode.team/Elys/test/Elys.sh && chmod u+x Elys.sh && ./Elys.sh
Memory
16GBCPUs
Quad Core or larger AMD or Intel (amd64) CPUDisk
At least 500GB NVMe Storagegit clone https://github.com/elys-network/elys
cd elys
git checkout v6.2.0
make install
wget -O $HOME/go/bin/elysd https://anode.team/Elys/test/elysd && chmod +x $HOME/go/bin/elysd
elysd init [moniker] --chain-id elys-1
sed -i "s/chain-id = .*/chain-id = \"elys-1\"/" $HOME/.elys/config/client.toml
elysd keys add [wallet_name]
curl https://anode.team/Elys/test/genesis.json > ~/.elys/config/genesis.json
curl https://anode.team/Elys/test/addrbook.json > ~/.elys/config/addrbook.json
SEEDS=""
PEERS="aa387e8f121acf33417e8cbbc6f197ee461e0951@65.109.93.152:26926"
sed -i -e "s/^seeds *=.*/seeds = \"$SEEDS\"/; s/^persistent_peers *=.*/persistent_peers = \"$PEERS\"/" $HOME/.elys/config/config.toml
sed -i 's|minimum-gas-prices =.*|minimum-gas-prices = "0.0003uelys,0.001ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349,0.001ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9"|g' $HOME/.elys/config/app.toml
curl -sSL https://anode.team/set-ports.sh | bash -s -- .elys
sed -i -e "s/^pruning *=.*/pruning = \"custom\"/" $HOME/.elys/config/app.toml
sed -i -e "s/^pruning-keep-recent *=.*/pruning-keep-recent = \"100\"/" $HOME/.elys/config/app.toml
sed -i -e "s/^pruning-interval *=.*/pruning-interval = \"19\"/" $HOME/.elys/config/app.toml
sed -i -e "s/^indexer *=.*/indexer = \"null\"/" $HOME/.elys/config/config.toml
sudo tee /etc/systemd/system/elysd.service > /dev/null <<EOF
[Unit]
Description=Elys
After=network-online.target
[Service]
User=$USER
ExecStart=$(which elysd) start
Restart=always
RestartSec=3
LimitNOFILE=65535
[Install]
WantedBy=multi-user.target
EOF
sudo systemctl daemon-reload && sudo systemctl enable elysd
sudo systemctl restart elysd && journalctl -fu elysd -o cat
echo "{\"pubkey\":{\"@type\":\"/cosmos.crypto.ed25519.PubKey\",\"key\":\"$(elysd comet show-validator | grep -Po '\"key\":\s*\"\K[^"]*')\"},
"amount": "1000000uelys",
'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
elysd tx staking create-validator validator.json \
--from [wallet_name] \
--chain-id elys-1 \
--gas 800000