Welcome to validator AlxVoy ⚡ ANODE.TEAM
Website
https://genesisl1.comTwitter
https://x.com/genesis_L1Telegram
https://t.me/GenesisL1Discord
https://discord.gg/7wnYmQwPwUGitHub
https://github.com/alpha-omega-labs/genesisdWhitepaper
github.com/alpha-omega-labs/genesisd/raw/neolithic/whitepaper.pdfANODE.TEAM
https://main.anode.team/genesisl1RPC
https://genesisl1.rpc.m.anode.teamAPI
https://genesisl1.api.m.anode.teamgRPC
http://genesisl1.grpc.m.anode.teamSeed
Peer
9f662a927cdab904fd2fef5f4b10d85aa2c68ce6@65.109.28.177:21496Live peers
https://anode.team/GenesisL1/main/peers.txtGenesis
https://anode.team/GenesisL1/main/genesis.jsonAddrbook
https://anode.team/GenesisL1/main/addrbook.jsonwget -O GenesisL1.sh https://anode.team/GenesisL1/main/GenesisL1.sh && chmod u+x GenesisL1.sh && ./GenesisL1.sh
Memory
16GBCPUs
Quad Core or larger AMD or Intel (amd64) CPUDisk
At least 500GB NVMe Storagegit clone https://github.com/alpha-omega-labs/genesisd
cd genesisd
git checkout v1.0.0
make install
wget -O $HOME/go/bin/genesisd https://anode.team/GenesisL1/main/genesisd && chmod +x $HOME/go/bin/genesisd
genesisd init [moniker] --chain-id genesis_29-2
sed -i "s/chain-id = .*/chain-id = \"genesis_29-2\"/" $HOME/.genesis/config/client.toml
genesisd keys add [wallet_name]
curl https://anode.team/GenesisL1/main/genesis.json > ~/.genesis/config/genesis.json
curl https://anode.team/GenesisL1/main/addrbook.json > ~/.genesis/config/addrbook.json
SEEDS=""
PEERS="9f662a927cdab904fd2fef5f4b10d85aa2c68ce6@65.109.28.177:21496"
sed -i -e "s/^seeds *=.*/seeds = \"$SEEDS\"/; s/^persistent_peers *=.*/persistent_peers = \"$PEERS\"/" $HOME/.genesis/config/config.toml
sed -i 's|minimum-gas-prices =.*|minimum-gas-prices = "50000000000el1"|g' $HOME/.genesis/config/app.toml
curl -sSL https://anode.team/set-ports.sh | bash -s -- .genesis
sed -i -e "s/^pruning *=.*/pruning = \"custom\"/" $HOME/.genesis/config/app.toml
sed -i -e "s/^pruning-keep-recent *=.*/pruning-keep-recent = \"100\"/" $HOME/.genesis/config/app.toml
sed -i -e "s/^pruning-interval *=.*/pruning-interval = \"19\"/" $HOME/.genesis/config/app.toml
sed -i -e "s/^indexer *=.*/indexer = \"null\"/" $HOME/.genesis/config/config.toml
sudo tee /etc/systemd/system/genesisd.service > /dev/null <<EOF
[Unit]
Description=Genesis1
After=network-online.target
[Service]
User=$USER
ExecStart=$(which genesisd) start
Restart=always
RestartSec=3
LimitNOFILE=65535
[Install]
WantedBy=multi-user.target
EOF
sudo systemctl daemon-reload && sudo systemctl enable genesisd
sudo systemctl restart genesisd && journalctl -fu genesisd -o cat
genesisd tx staking create-validator \
--amount=1000000000000000000el1 \
--pubkey=$(genesisd tendermint show-validator) \
--moniker="[moniker]" \
--identity="[identity]" \
--website="[website]" \
--details="[details]" \
--security-contact="[contact]" \
--chain-id="genesis_29-2" \
--commission-rate="0.10" \
--commission-max-rate="0.20" \
--commission-max-change-rate="0.01" \
--min-self-delegation="1" \
--fees="50000000000000000el1" \
--gas 400000 \
--from=[wallet_name]
ANODE.TEAM
https://test.anode.team/genesisl1RPC
https://genesisl1.rpc.t.anode.teamAPI
https://genesisl1.api.t.anode.teamgRPC
http://genesisl1.grpc.t.anode.teamSeed
Peer
9f662a927cdab904fd2fef5f4b10d85aa2c68ce6@65.109.28.177:21496Live peers
https://anode.team/GenesisL1/test/peers.txtGenesis
https://anode.team/GenesisL1/test/genesis.jsonAddrbook
https://anode.team/GenesisL1/test/addrbook.jsonwget -O GenesisL1.sh https://anode.team/GenesisL1/test/GenesisL1.sh && chmod u+x GenesisL1.sh && ./GenesisL1.sh
Memory
16GBCPUs
Quad Core or larger AMD or Intel (amd64) CPUDisk
At least 500GB NVMe Storagegit clone https://github.com/alpha-omega-labs/genesisd
cd genesisd
git checkout v1.0.0
make install
wget -O $HOME/go/bin/genesisd https://anode.team/GenesisL1/test/genesisd && chmod +x $HOME/go/bin/genesisd
genesisd init [moniker] --chain-id genesis_29-2
sed -i "s/chain-id = .*/chain-id = \"genesis_29-2\"/" $HOME/.genesis/config/client.toml
genesisd keys add [wallet_name]
curl https://anode.team/GenesisL1/test/genesis.json > ~/.genesis/config/genesis.json
curl https://anode.team/GenesisL1/test/addrbook.json > ~/.genesis/config/addrbook.json
SEEDS=""
PEERS="9f662a927cdab904fd2fef5f4b10d85aa2c68ce6@65.109.28.177:21496"
sed -i -e "s/^seeds *=.*/seeds = \"$SEEDS\"/; s/^persistent_peers *=.*/persistent_peers = \"$PEERS\"/" $HOME/.genesis/config/config.toml
sed -i 's|minimum-gas-prices =.*|minimum-gas-prices = "50000000000el1"|g' $HOME/.genesis/config/app.toml
curl -sSL https://anode.team/set-ports.sh | bash -s -- .genesis
sed -i -e "s/^pruning *=.*/pruning = \"custom\"/" $HOME/.genesis/config/app.toml
sed -i -e "s/^pruning-keep-recent *=.*/pruning-keep-recent = \"100\"/" $HOME/.genesis/config/app.toml
sed -i -e "s/^pruning-interval *=.*/pruning-interval = \"19\"/" $HOME/.genesis/config/app.toml
sed -i -e "s/^indexer *=.*/indexer = \"null\"/" $HOME/.genesis/config/config.toml
sudo tee /etc/systemd/system/genesisd.service > /dev/null <<EOF
[Unit]
Description=Genesis1
After=network-online.target
[Service]
User=$USER
ExecStart=$(which genesisd) start
Restart=always
RestartSec=3
LimitNOFILE=65535
[Install]
WantedBy=multi-user.target
EOF
sudo systemctl daemon-reload && sudo systemctl enable genesisd
sudo systemctl restart genesisd && journalctl -fu genesisd -o cat
genesisd tx staking create-validator \
--amount=1000000000000000000el1 \
--pubkey=$(genesisd tendermint show-validator) \
--moniker="[moniker]" \
--identity="[identity]" \
--website="[website]" \
--details="[details]" \
--security-contact="[contact]" \
--chain-id="genesis_29-2" \
--commission-rate="0.10" \
--commission-max-rate="0.20" \
--commission-max-change-rate="0.01" \
--min-self-delegation="1" \
--fees="50000000000000000el1" \
--gas 400000 \
--from=[wallet_name]