Welcome to validator AlxVoy ⚡ ANODE.TEAM
Website
- https://terp.network/Twitter
- https://twitter.com/terpcultureDiscord
- https://discord.gg/dr36sUrkE7Github
https://github.com/terpnetworkANODE.TEAM
https://main.anode.team/terpPeer
e1e00580220f705c3f780504a1acfafbdae0d122@65.108.199.222:35656Live peers
https://anode.team/Terp/main/peers.txtGenesis
https://anode.team/Terp/main/genesis.jsonAddrbook
https://anode.team/Terp/main/addrbook.jsonwget -O Terp.sh https://anode.team/Terp/main/Terp.sh && chmod u+x Terp.sh && ./Terp.sh
git clone https://github.com/terpnetwork/terp-core
cd terp-core
git checkout v4.2.0
make install
terpd init <moniker> --chain-id morocco-1
terpd config chain-id morocco-1
terpd keys add <wallet_name>
curl https://anode.team/Terp/main/genesis.json > ~/.terp/config/genesis.json
curl https://anode.team/Terp/main/addrbook.json > ~/.terp/config/addrbook.json
SEEDS=""
PEERS="e1e00580220f705c3f780504a1acfafbdae0d122@65.108.199.222:35656"
sed -i.bak -e "s/^seeds *=.*/seeds = \"$SEEDS\"/; s/^persistent_peers *=.*/persistent_peers = \"$PEERS\"/" $HOME/.terp/config/config.toml
sed -i.bak -e "s/^minimum-gas-prices *=.*/minimum-gas-prices = \"0uterp\"/" $HOME/.terp/config/app.toml
sudo tee /etc/systemd/system/terpd.service > /dev/null <<EOF
[Unit]
Description=Terp Network
After=network-online.target
[Service]
User=$USER
ExecStart=$(which terpd) start
Restart=always
RestartSec=3
LimitNOFILE=4096
[Install]
WantedBy=multi-user.target
EOF
sudo systemctl daemon-reload && sudo systemctl enable terpd
sudo systemctl restart terpd && journalctl -fu terpd -o cat
terpd tx staking create-validator \
--amount=1000000uterp \
--pubkey=$(terpd tendermint show-validator) \
--moniker="<moniker>" \
--identity="<identity>" \
--website="<website>" \
--details="<details>" \
--security-contact="<contact>" \
--chain-id="morocco-1" \
--commission-rate="0.10" \
--commission-max-rate="0.20" \
--commission-max-change-rate="0.01" \
--min-self-delegation="1" \
--fees="0uterp" \
--from=<wallet_name>
SNAP_RPC=https://terp.rpc.m.anode.team:443 && \
LATEST_HEIGHT=$(curl -s $SNAP_RPC/block | jq -r .result.block.header.height); \
BLOCK_HEIGHT=$((LATEST_HEIGHT - 1000)); \
TRUST_HASH=$(curl -s "$SNAP_RPC/block?height=$BLOCK_HEIGHT" | jq -r .result.block_id.hash) && \
echo $LATEST_HEIGHT $BLOCK_HEIGHT $TRUST_HASH
wget https://anode.team/unsafe-reset-all.sh && chmod u+x unsafe-reset-all.sh && ./unsafe-reset-all.sh terpd .terp
peers="e1e00580220f705c3f780504a1acfafbdae0d122@65.108.199.222:35656"
sed -i.bak -e "s/^persistent_peers *=.*/persistent_peers = \"$peers\"/" $HOME/.terp/config/config.toml
sed -i.bak -E "s|^(enable[[:space:]]+=[[:space:]]+).*$|\1true| ; \
s|^(rpc_servers[[:space:]]+=[[:space:]]+).*$|\1\"$SNAP_RPC,$SNAP_RPC\"| ; \
s|^(trust_height[[:space:]]+=[[:space:]]+).*$|\1$BLOCK_HEIGHT| ; \
s|^(trust_hash[[:space:]]+=[[:space:]]+).*$|\1\"$TRUST_HASH\"| ; \
s|^(seeds[[:space:]]+=[[:space:]]+).*$|\1\"\"|" $HOME/.terp/config/config.toml
curl -o - -L https://anode.team/Terp/main/anode.team_terp_wasm.tar.lz4 | lz4 -c -d - | tar -x -C $HOME/.terp/
sudo systemctl restart terpd && journalctl -fu terpd -o cat
ANODE.TEAM
https://test.anode.team/terpPeer
2f0f98eb3965cc9949073b1f0e75a5e55be44ed2@65.109.28.177:21856Live peers
https://anode.team/Terp/test/peers.txtGenesis
https://anode.team/Terp/test/genesis.jsonAddrbook
https://anode.team/Terp/test/addrbook.jsonwget -O Terp.sh https://anode.team/Terp/test/Terp.sh && chmod u+x Terp.sh && ./Terp.sh
git clone https://github.com/terpnetwork/terp-core.git
cd terp-core
git checkout v4.2.2
make install
terpd init <moniker> --chain-id athena-4
terpd config chain-id athena-4
terpd keys add <wallet_name>
curl https://anode.team/Terp/test/genesis.json > ~/.terp/config/genesis.json
curl https://anode.team/Terp/test/addrbook.json > ~/.terp/config/addrbook.json
SEEDS=""
PEERS="69dd5a6c7d11903a6198109576fa739a216ed92a@97.84.107.110:26656"
sed -i.bak -e "s/^seeds *=.*/seeds = \"$SEEDS\"/; s/^persistent_peers *=.*/persistent_peers = \"$PEERS\"/" $HOME/.terp/config/config.toml
sed -i.bak -e "s/^minimum-gas-prices *=.*/minimum-gas-prices = \"0uterpx\"/" $HOME/.terp/config/app.toml
sudo tee /etc/systemd/system/terpd.service > /dev/null <<EOF
[Unit]
Description=Terp Testnet
After=network-online.target
[Service]
User=$USER
ExecStart=$(which terpd) start
Restart=always
RestartSec=3
LimitNOFILE=4096
[Install]
WantedBy=multi-user.target
EOF
sudo systemctl daemon-reload && sudo systemctl enable terpd
sudo systemctl restart terpd && journalctl -fu terpd -o cat
terpd tx staking create-validator \
--amount=1000000uterpx \
--pubkey=$(terpd tendermint show-validator) \
--moniker="<moniker>" \
--identity="<identity>" \
--website="<website>" \
--details="<details>" \
--security-contact="<contact>" \
--chain-id="athena-3" \
--commission-rate="0.10" \
--commission-max-rate="0.20" \
--commission-max-change-rate="0.01" \
--min-self-delegation="1" \
--fees="2000upersyx" \
--from=<wallet_name>
SNAP_RPC=https://terp.rpc.t.anode.team:443 && \
LATEST_HEIGHT=$(curl -s $SNAP_RPC/block | jq -r .result.block.header.height); \
BLOCK_HEIGHT=$((LATEST_HEIGHT - 100)); \
TRUST_HASH=$(curl -s "$SNAP_RPC/block?height=$BLOCK_HEIGHT" | jq -r .result.block_id.hash) && \
echo $LATEST_HEIGHT $BLOCK_HEIGHT $TRUST_HASH
wget https://anode.team/unsafe-reset-all.sh && chmod u+x unsafe-reset-all.sh && ./unsafe-reset-all.sh terpd terp
peers="2f0f98eb3965cc9949073b1f0e75a5e55be44ed2@65.109.28.177:21856"
sed -i.bak -e "s/^persistent_peers *=.*/persistent_peers = \"$peers\"/" $HOME/.terp/config/config.toml
sed -i.bak -E "s|^(enable[[:space:]]+=[[:space:]]+).*$|\1true| ; \
s|^(rpc_servers[[:space:]]+=[[:space:]]+).*$|\1\"$SNAP_RPC,$SNAP_RPC\"| ; \
s|^(trust_height[[:space:]]+=[[:space:]]+).*$|\1$BLOCK_HEIGHT| ; \
s|^(trust_hash[[:space:]]+=[[:space:]]+).*$|\1\"$TRUST_HASH\"| ; \
s|^(seeds[[:space:]]+=[[:space:]]+).*$|\1\"\"|" $HOME/.terp/config/config.toml
curl -o - -L https://anode.team/Terp/test/anode.team_terp_wasm.tar.lz4 | lz4 -c -d - | tar -x -C $HOME/.terp/
sudo systemctl restart terpd && journalctl -fu terpd -o cat