Welcome to validator AlxVoy ⚡ ANODE.TEAM
Telegram Channel
https://t.me/worrellvalidatorsGitHub
https://github.com/worrellchainANODE.TEAM https://main.anode.team/worrellRPC https://worrell.rpc.m.anode.teamAPI https://worrell.api.m.anode.teamgRPC http://worrell.grpc.m.anode.teamSeed Peer 754f6a93b484b6486eac888a2fcbf76430152817@65.108.229.19:27006Live peers https://anode.team/Worrell/main/peers.txtGenesis https://anode.team/Worrell/main/genesis.jsonAddrbook https://anode.team/Worrell/main/addrbook.jsonMemory 16GBCPUs Quad Core or larger AMD or Intel (amd64) CPUDisk At least 500GB NVMe Storagegit clone https://github.com/worrellchain/worrell.git
cd worrell
ignite chain build
make install
wget -O $HOME/go/bin/worrelld https://anode.team/Worrell/main/worrelld && chmod +x $HOME/go/bin/worrelld
worrelld init [moniker] --chain-id worrell-testnet-1
sed -i "s/chain-id = .*/chain-id = \"worrell-testnet-1\"/" $HOME/.worrell/config/client.toml
worrelld keys add [wallet_name]
curl https://anode.team/Worrell/main/genesis.json > ~/.worrell/config/genesis.json
curl https://anode.team/Worrell/main/addrbook.json > ~/.worrell/config/addrbook.json
SEEDS=""
PEERS="754f6a93b484b6486eac888a2fcbf76430152817@65.108.229.19:27006"
sed -i -e "s/^seeds *=.*/seeds = \"$SEEDS\"/; s/^persistent_peers *=.*/persistent_peers = \"$PEERS\"/" $HOME/.worrell/config/config.toml
sed -i 's|minimum-gas-prices =.*|minimum-gas-prices = "0.025uworrell"|g' $HOME/.worrell/config/app.toml
curl -sSL https://anode.team/set-ports.sh | bash -s -- .worrell
sed -i -e "s/^pruning *=.*/pruning = \"custom\"/" $HOME/.worrell/config/app.toml
sed -i -e "s/^pruning-keep-recent *=.*/pruning-keep-recent = \"100\"/" $HOME/.worrell/config/app.toml
sed -i -e "s/^pruning-interval *=.*/pruning-interval = \"19\"/" $HOME/.worrell/config/app.toml
sed -i -e "s/^indexer *=.*/indexer = \"null\"/" $HOME/.worrell/config/config.toml
sudo tee /etc/systemd/system/worrelld.service > /dev/null <<EOF
[Unit]
Description=Worrell
After=network-online.target
[Service]
User=$USER
ExecStart=$(which worrelld) start
Restart=always
RestartSec=3
LimitNOFILE=65535
[Install]
WantedBy=multi-user.target
EOF
sudo systemctl daemon-reload && sudo systemctl enable worrelld
sudo systemctl restart worrelld && journalctl -fu worrelld -o cat
cat > validator.json <<EOF
{
"pubkey": $(worrelld comet show-validator),
"amount": "1000000uworrell",
"moniker": "[moniker]",
"identity": "[identity]",
"website": "[website]",
"details": "[details]",
"security": "[contact]",
"commission-rate": "0.05",
"commission-max-rate": "0.20",
"commission-max-change-rate": "0.01",
"min-self-delegation": "1"
}
EOF
worrelld tx staking create-validator validator.json \
--from [wallet_name] \
--chain-id worrell-testnet-1 \
--gas 400000 \
--fees 5000uworrell \
-y
ANODE.TEAM https://test.anode.team/worrellRPC https://worrell.rpc.t.anode.teamAPI https://worrell.api.t.anode.teamgRPC http://worrell.grpc.t.anode.teamSeed Peer 754f6a93b484b6486eac888a2fcbf76430152817@65.108.229.19:27006Live peers https://anode.team/Worrell/test/peers.txtGenesis https://anode.team/Worrell/test/genesis.jsonAddrbook https://anode.team/Worrell/test/addrbook.jsonMemory 16GBCPUs Quad Core or larger AMD or Intel (amd64) CPUDisk At least 500GB NVMe Storagegit clone https://github.com/worrellchain/worrell.git
cd worrell
ignite chain build
make install
wget -O $HOME/go/bin/worrelld https://anode.team/Worrell/test/worrelld && chmod +x $HOME/go/bin/worrelld
worrelld init [moniker] --chain-id worrell-testnet-1
sed -i "s/chain-id = .*/chain-id = \"worrell-testnet-1\"/" $HOME/.worrell/config/client.toml
worrelld keys add [wallet_name]
curl https://anode.team/Worrell/test/genesis.json > ~/.worrell/config/genesis.json
curl https://anode.team/Worrell/test/addrbook.json > ~/.worrell/config/addrbook.json
SEEDS=""
PEERS="754f6a93b484b6486eac888a2fcbf76430152817@65.108.229.19:27006"
sed -i -e "s/^seeds *=.*/seeds = \"$SEEDS\"/; s/^persistent_peers *=.*/persistent_peers = \"$PEERS\"/" $HOME/.worrell/config/config.toml
sed -i 's|minimum-gas-prices =.*|minimum-gas-prices = "0.025uworrell"|g' $HOME/.worrell/config/app.toml
curl -sSL https://anode.team/set-ports.sh | bash -s -- .worrell
sed -i -e "s/^pruning *=.*/pruning = \"custom\"/" $HOME/.worrell/config/app.toml
sed -i -e "s/^pruning-keep-recent *=.*/pruning-keep-recent = \"100\"/" $HOME/.worrell/config/app.toml
sed -i -e "s/^pruning-interval *=.*/pruning-interval = \"19\"/" $HOME/.worrell/config/app.toml
sed -i -e "s/^indexer *=.*/indexer = \"null\"/" $HOME/.worrell/config/config.toml
sudo tee /etc/systemd/system/worrelld.service > /dev/null <<EOF
[Unit]
Description=Worrell
After=network-online.target
[Service]
User=$USER
ExecStart=$(which worrelld) start
Restart=always
RestartSec=3
LimitNOFILE=65535
[Install]
WantedBy=multi-user.target
EOF
sudo systemctl daemon-reload && sudo systemctl enable worrelld
sudo systemctl restart worrelld && journalctl -fu worrelld -o cat
cat > validator.json <<EOF
{
"pubkey": $(worrelld comet show-validator),
"amount": "1000000uworrell",
"moniker": "[moniker]",
"identity": "[identity]",
"website": "[website]",
"details": "[details]",
"security": "[contact]",
"commission-rate": "0.05",
"commission-max-rate": "0.20",
"commission-max-change-rate": "0.01",
"min-self-delegation": "1"
}
EOF
worrelld tx staking create-validator validator.json \
--from [wallet_name] \
--chain-id worrell-testnet-1 \
--gas 400000 \
--fees 5000uworrell \
-y