moonbeam
moonbeam

LikeCoin chain mainnet validator

moonbeam - Renewal of Delegation Application

As a dedicated validator of the LikeCoin network, I want to announce the renewal of my delegation application. With this renewal, I want to reiterate my commitment to providing a robust, reliable service to all those who have placed their trust in me by delegating their LIKE.

Firstly, I would like to extend my gratitude to my delegators for their faith in my capabilities. Their support has fueled my dedication to maintain an excellent uptime, ensuring a seamless, uninterrupted service. I am proud of the stability and reliability we've achieved together and will continue to prioritize these aspects in my role as a validator.

Moreover, to enhance the value I provide to the community, I have been running an RPC/API/State sync services:
RPC endpoint: http://207.180.238.137:26657
API endpiont: http://207.180.238.137:1317
gRPC/web endpoints: http://207.180.238.137:9090 / http://207.180.238.137:9091
Statesync guide is below the article.

In my continued role as a validator, I will remain steadfast in delivering high-quality service and maintaining an excellent uptime. Thank you for your ongoing support, and I look forward to fostering further growth and success in our LikeCoin community.

Please feel free to reach out with any questions or feedback.

Thank you for considering my application!

My validator: explorer link
My email: moonbeamwow@gmail.com

State sync Guide:

SNAP_RPC=http://207.180.238.137:26657
peers="d85e025a1b815412a76c0fe5fa5c9d6ea0b5dfae@207.180.238.137:26656"
sed -i -e "s/^persistent_peers *=.*/persistent_peers = \"$peers\"/" ~/.liked/config/config.toml
LATEST_HEIGHT=$(curl -s $SNAP_RPC/block | jq -r .result.block.header.height); \
BLOCK_HEIGHT=$((LATEST_HEIGHT - 2000)); \
TRUST_HASH=$(curl -s "$SNAP_RPC/block?height=$BLOCK_HEIGHT" | jq -r .result.block_id.hash)
echo $LATEST_HEIGHT $BLOCK_HEIGHT $TRUST_HASH
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\"|" $HOME/.liked/config/config.toml
liked tendermint unsafe-reset-all --home $HOME/.liked
sudo systemctl restart liked && journalctl -u liked -f -o cat
CC BY-NC-ND 2.0 版权声明

喜欢我的文章吗?
别忘了给点支持与赞赏,让我知道创作的路上有你陪伴。

加载中…

发布评论