Welcome to validator AlxVoy ⚡ ANODE.TEAM
Website
- https://planq.network/Twitter
- https://twitter.com/PlanqFoundationTelegram
- https://t.me/planqnetworkDiscord
- https://discord.gg/planq-networkCoinGecko
https://www.coingecko.com/en/coins/planqGithub
https://github.com/planq-network/Reddit
https://www.reddit.com/r/planq_networkMedium
https://medium.com/@planqWhitepaper
https://static.planq.network/whitepaper.pdfTokenomics
https://planq.network/whitepaper#tokenomicsANODE.TEAM
https://main.anode.team/planqPlanq
https://explorer.planq.network/RPC
https://planq.rpc.m.anode.teamAPI
https://planq.api.m.anode.teamgRPC
http://planq.grpc.m.anode.teamPeer
6563c2409390cfea48623404812123315c5691df@65.109.93.152:26756Live peers
https://anode.team/Planq/main/peers.txtGenesis
https://anode.team/Planq/main/genesis.jsonAddrbook
https://anode.team/Planq/main/addrbook.jsonwget -O Planq.sh https://anode.team/Planq/main/Planq.sh && chmod u+x Planq.sh && ./Planq.sh
Memory
At least 32GBCPUs
4 or moreDisk
At least 500GB of SSDgit clone https://github.com/planq-network/planq
cd planq
git checkout v2.0.4
make install
planqd init <moniker> --chain-id planq_7070-2
planqd config chain-id planq_7070-2
planqd keys add <wallet_name>
curl https://anode.team/Planq/main/genesis.json > ~/.planqd/config/genesis.json
curl https://anode.team/Planq/main/addrbook.json > ~/.planqd/config/addrbook.json
SEEDS=""
PEERS="6563c2409390cfea48623404812123315c5691df@65.109.93.152:26756"
sed -i.bak -e "s/^seeds *=.*/seeds = \"$SEEDS\"/; s/^persistent_peers *=.*/persistent_peers = \"$PEERS\"/" $HOME/.planqd/config/config.toml
sed -i.bak -e "s/^minimum-gas-prices *=.*/minimum-gas-prices = \"0aplanq\"/" $HOME/.planqd/config/app.toml
sudo tee /etc/systemd/system/planqd.service > /dev/null <<EOF
[Unit]
Description=Planq
After=network-online.target
[Service]
User=$USER
ExecStart=$(which planqd) start
Restart=always
RestartSec=3
LimitNOFILE=4096
[Install]
WantedBy=multi-user.target
EOF
sudo systemctl daemon-reload && sudo systemctl enable planqd
sudo systemctl restart planqd && journalctl -fu planqd -o cat
planqd tx staking create-validator \
--amount=1000000000000000000aplanq \
--pubkey=$(planqd tendermint show-validator) \
--moniker="<moniker>" \
--identity="<identity>" \
--website="<website>" \
--details="<details>" \
--security-contact="<contact>" \
--chain-id="planq_7070-2" \
--commission-rate="0.10" \
--commission-max-rate="0.20" \
--commission-max-change-rate="0.01" \
--min-self-delegation="1" \
--fees="0aplanq" \
--gas 400000 \
--from=<wallet_name>
SNAP_RPC=https://planq.rpc.m.anode.team:443 && \
LATEST_HEIGHT=$(curl -s $SNAP_RPC/block | jq -r .result.block.header.height); \
BLOCK_HEIGHT=$((LATEST_HEIGHT - 1500)); \
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 planqd .planqd
peers="6563c2409390cfea48623404812123315c5691df@65.109.93.152:26756"
sed -i.bak -e "s/^persistent_peers *=.*/persistent_peers = \"$peers\"/" $HOME/.planqd/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/.planqd/config/config.toml
sudo systemctl restart planqd && journalctl -fu planqd -o cat
sudo systemctl stop planqd && \
cp $HOME/.planqd/data/priv_validator_state.json $HOME/.planqd/priv_validator_state.json.backup && \
rm -rf $HOME/.planqd/data/
curl -o - -L https://anode.team/Planq/main/anode.team_planq.tar.lz4 | lz4 -c -d - | tar -x -C $HOME/.planqd
mv $HOME/.planqd/priv_validator_state.json.backup $HOME/.planqd/data/priv_validator_state.json && \
sudo systemctl restart planqd && journalctl -fu planqd -o cat
ANODE.TEAM
https://test.anode.team/planqRPC
https://planq.rpc.t.anode.teamAPI
https://planq.api.t.anode.teamgRPC
http://planq.grpc.t.anode.teamPeer
0092b265cbe9687b92696553c662f0c46fc0baf6@65.108.70.119:26686Live peers
https://anode.team/Planq/test/peers.txtGenesis
https://anode.team/Planq/test/genesis.jsonAddrbook
https://anode.team/Planq/test/addrbook.jsonwget -O Planq.sh https://anode.team/Planq/test/Planq.sh && chmod u+x Planq.sh && ./Planq.sh
git clone https://github.com/planq-network/planq
cd planq
git checkout v2.0.1
make install
planqd init <moniker> --chain-id planq_7077-1
planqd config chain-id planq_7077-1
planqd keys add <wallet_name>
curl https://anode.team/Planq/test/genesis.json > ~/.planqd/config/genesis.json
curl https://anode.team/Planq/test/addrbook.json > ~/.planqd/config/addrbook.json
SEEDS="9bea353c3ebfcba081c45aa4c2a8929809437859@54.37.78.240:26656"
PEERS="0092b265cbe9687b92696553c662f0c46fc0baf6@65.108.70.119:26686"
sed -i.bak -e "s/^seeds *=.*/seeds = \"$SEEDS\"/; s/^persistent_peers *=.*/persistent_peers = \"$PEERS\"/" $HOME/.planqd/config/config.toml
sed -i.bak -e "s/^minimum-gas-prices *=.*/minimum-gas-prices = \"0atplanq\"/" $HOME/.planqd/config/app.toml
sudo tee /etc/systemd/system/planqd.service > /dev/null <<EOF
[Unit]
Description=Planq
After=network-online.target
[Service]
User=$USER
ExecStart=$(which planqd) start
Restart=always
RestartSec=3
LimitNOFILE=4096
[Install]
WantedBy=multi-user.target
EOF
sudo systemctl daemon-reload && sudo systemctl enable planqd
sudo systemctl restart planqd && journalctl -fu planqd -o cat
planqd tx staking create-validator \
--amount=1000000atplanq \
--pubkey=$(planqd tendermint show-validator) \
--moniker="<moniker>" \
--identity="<identity>" \
--website="<website>" \
--details="<details>" \
--security-contact="<contact>" \
--chain-id="planq_7077-1" \
--commission-rate="0.10" \
--commission-max-rate="0.20" \
--commission-max-change-rate="0.01" \
--min-self-delegation="1" \
--fees="0atplanq" \
--gas-adjustment 1.5 \
--gas 1000000 \
--gas-prices 30000000000atplanq \
--from=<wallet_name>
SNAP_RPC=https://planq.rpc.t.anode.team:443 && \
LATEST_HEIGHT=$(curl -s $SNAP_RPC/block | jq -r .result.block.header.height); \
BLOCK_HEIGHT=$((LATEST_HEIGHT - 1500)); \
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 planqd .planqd
peers="0092b265cbe9687b92696553c662f0c46fc0baf6@65.108.70.119:26686"
sed -i.bak -e "s/^persistent_peers *=.*/persistent_peers = \"$peers\"/" $HOME/.planqd/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/.planqd/config/config.toml
sudo systemctl restart planqd && journalctl -fu planqd -o cat