Welcome to validator AlxVoy ⚡ ANODE.TEAM
Website
https://agoric.comTwitter
https://x.com/agoricTelegram
https://t.me/agoricsystemsDiscord
https://discord.gg/agoric-585576150827532298Coingecko
https://www.coingecko.com/en/coins/agoricCoinmarketcap
https://coinmarketcap.com/ru/currencies/agoric/GitHub
https://github.com/agoricYouTube
https://youtube.com/agoricLinkedin
https://linkedin.com/company/agoricWhitepaper
assets.ctfassets.net/xm0kp9xt5r54/3GlnCaUVJPySUaDjYgtmmH/f397f9e3dc6f…ANODE.TEAM
https://main.anode.team/agoricRPC
https://agoric.rpc.m.anode.teamAPI
https://agoric.api.m.anode.teamgRPC
http://agoric.grpc.m.anode.teamSeed
Peer
a0834c00aa5ad633b0bf800db60e62e93e2b695c@65.108.229.19:26676Live peers
https://anode.team/Agoric/main/peers.txtGenesis
https://anode.team/Agoric/main/genesis.jsonAddrbook
https://anode.team/Agoric/main/addrbook.jsonwget -O Agoric.sh https://anode.team/Agoric/main/Agoric.sh && chmod u+x Agoric.sh && ./Agoric.sh
Memory
16GBCPUs
Quad Core or larger AMD or Intel (amd64) CPUDisk
At least 500GB NVMe Storagegit clone https://github.com/Agoric/agoric-sdk
cd $HOME/agoric-sdk
git fetch --all
git checkout agoric-upgrade-20
git clean -xdf && git submodule foreach --recursive git clean -xdf
./bin/agd build
agd init [moniker] --chain-id agoric-3
sed -i "s/chain-id = .*/chain-id = \"agoric-3\"/" $HOME/.agoric/config/client.toml
agd keys add [wallet_name]
curl https://anode.team/Agoric/main/genesis.json > ~/.agoric/config/genesis.json
curl https://anode.team/Agoric/main/addrbook.json > ~/.agoric/config/addrbook.json
SEEDS=""
PEERS="a0834c00aa5ad633b0bf800db60e62e93e2b695c@65.108.229.19:26676"
sed -i -e "s/^seeds *=.*/seeds = \"$SEEDS\"/; s/^persistent_peers *=.*/persistent_peers = \"$PEERS\"/" $HOME/.agoric/config/config.toml
sed -i 's|minimum-gas-prices =.*|minimum-gas-prices = "0.025ubld"|g' $HOME/.agoric/config/app.toml
curl -sSL https://anode.team/set-ports.sh | bash -s -- .agoric
sed -i -e "s/^pruning *=.*/pruning = \"custom\"/" $HOME/.agoric/config/app.toml
sed -i -e "s/^pruning-keep-recent *=.*/pruning-keep-recent = \"100\"/" $HOME/.agoric/config/app.toml
sed -i -e "s/^pruning-interval *=.*/pruning-interval = \"19\"/" $HOME/.agoric/config/app.toml
sed -i -e "s/^indexer *=.*/indexer = \"null\"/" $HOME/.agoric/config/config.toml
sudo tee /etc/systemd/system/agd.service > /dev/null <<EOF
[Unit]
Description=Agoric
After=network-online.target
[Service]
User=$USER
ExecStart=$(which agd) start
Restart=always
RestartSec=3
LimitNOFILE=65535
[Install]
WantedBy=multi-user.target
EOF
sudo systemctl daemon-reload && sudo systemctl enable agd
sudo systemctl restart agd && journalctl -fu agd -o cat
agd tx staking create-validator \
--amount=1000000ubld \
--pubkey=$(agd tendermint show-validator) \
--moniker="[moniker]" \
--identity="[identity]" \
--website="[website]" \
--details="[details]" \
--security-contact="[contact]" \
--chain-id="agoric-3" \
--commission-rate="0.10" \
--commission-max-rate="0.20" \
--commission-max-change-rate="0.01" \
--min-self-delegation="1" \
--gas="auto" \
--gas-adjustment="1.4" \
--gas-prices="0.025ubld" \
--from=[wallet_name]
ANODE.TEAM
https://test.anode.team/agoricRPC
https://agoric.rpc.t.anode.teamAPI
https://agoric.api.t.anode.teamgRPC
http://agoric.grpc.t.anode.teamSeed
Peer
a0834c00aa5ad633b0bf800db60e62e93e2b695c@65.108.229.19:26676Live peers
https://anode.team/Agoric/test/peers.txtGenesis
https://anode.team/Agoric/test/genesis.jsonAddrbook
https://anode.team/Agoric/test/addrbook.jsonwget -O Agoric.sh https://anode.team/Agoric/test/Agoric.sh && chmod u+x Agoric.sh && ./Agoric.sh
Memory
16GBCPUs
Quad Core or larger AMD or Intel (amd64) CPUDisk
At least 500GB NVMe Storagegit clone https://github.com/Agoric/agoric-sdk
cd $HOME/agoric-sdk
git fetch --all
git checkout agoric-upgrade-20
git clean -xdf && git submodule foreach --recursive git clean -xdf
./bin/agd build
agd init [moniker] --chain-id agoric-3
sed -i "s/chain-id = .*/chain-id = \"agoric-3\"/" $HOME/.agoric/config/client.toml
agd keys add [wallet_name]
curl https://anode.team/Agoric/test/genesis.json > ~/.agoric/config/genesis.json
curl https://anode.team/Agoric/test/addrbook.json > ~/.agoric/config/addrbook.json
SEEDS=""
PEERS="a0834c00aa5ad633b0bf800db60e62e93e2b695c@65.108.229.19:26676"
sed -i -e "s/^seeds *=.*/seeds = \"$SEEDS\"/; s/^persistent_peers *=.*/persistent_peers = \"$PEERS\"/" $HOME/.agoric/config/config.toml
sed -i 's|minimum-gas-prices =.*|minimum-gas-prices = "0.025ubld"|g' $HOME/.agoric/config/app.toml
curl -sSL https://anode.team/set-ports.sh | bash -s -- .agoric
sed -i -e "s/^pruning *=.*/pruning = \"custom\"/" $HOME/.agoric/config/app.toml
sed -i -e "s/^pruning-keep-recent *=.*/pruning-keep-recent = \"100\"/" $HOME/.agoric/config/app.toml
sed -i -e "s/^pruning-interval *=.*/pruning-interval = \"19\"/" $HOME/.agoric/config/app.toml
sed -i -e "s/^indexer *=.*/indexer = \"null\"/" $HOME/.agoric/config/config.toml
sudo tee /etc/systemd/system/agd.service > /dev/null <<EOF
[Unit]
Description=Agoric
After=network-online.target
[Service]
User=$USER
ExecStart=$(which agd) start
Restart=always
RestartSec=3
LimitNOFILE=65535
[Install]
WantedBy=multi-user.target
EOF
sudo systemctl daemon-reload && sudo systemctl enable agd
sudo systemctl restart agd && journalctl -fu agd -o cat
agd tx staking create-validator \
--amount=1000000ubld \
--pubkey=$(agd tendermint show-validator) \
--moniker="[moniker]" \
--identity="[identity]" \
--website="[website]" \
--details="[details]" \
--security-contact="[contact]" \
--chain-id="agoric-3" \
--commission-rate="0.10" \
--commission-max-rate="0.20" \
--commission-max-change-rate="0.01" \
--min-self-delegation="1" \
--gas="auto" \
--gas-adjustment="1.4" \
--gas-prices="0.025ubld" \
--from=[wallet_name]