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
619e4234872957c1f1ac1a31c6c88799e2acb326@65.108.120.161:44656Live 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.4.0-rc0
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 elysicstestnet-1
sed -i "s/chain-id = .*/chain-id = \"elysicstestnet-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="619e4234872957c1f1ac1a31c6c88799e2acb326@65.108.120.161:44656"
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.01uelys,0.001ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349,0.0002ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9,11395000000ibc/E925EC46A2F4B84815DB7218ADF272989DADD18372C779F68DB31A6BC4F91B7D"|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 Network
After=network-online.target
[Service]
User=$USER
ExecStart=$(which elysd) start
Restart=always
RestartSec=3
LimitNOFILE=4096
[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 elysicstestnet-1 \
--fees 200ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9,200ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349,60uelys
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
619e4234872957c1f1ac1a31c6c88799e2acb326@65.108.120.161:44656Live 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.4.0-rc0
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 elysicstestnet-1
sed -i "s/chain-id = .*/chain-id = \"elysicstestnet-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="619e4234872957c1f1ac1a31c6c88799e2acb326@65.108.120.161:44656"
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.01uelys,0.001ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349,0.0002ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9,11395000000ibc/E925EC46A2F4B84815DB7218ADF272989DADD18372C779F68DB31A6BC4F91B7D"|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 Network
After=network-online.target
[Service]
User=$USER
ExecStart=$(which elysd) start
Restart=always
RestartSec=3
LimitNOFILE=4096
[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 elysicstestnet-1 \
--fees 200ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9,200ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349,60uelys