Still very early, only 80 followers in Galxe
Potentialy have incentivized node runner later
Please open Telegram to view this post
VIEW IN TELEGRAM
๐ฅ3
Crypto Node ID
๐ดโโ ๏ธ Introducing Daily Check-ins! ๐
Hey DOGS! Check the app daily and receive an additional reward ๐ฆด๐ค
Keep the pace and watch your rewards grow!๐ฅท
#DOGS
Please open Telegram to view this post
VIEW IN TELEGRAM
๐ฅ1
Forwarded from Vladimir Rodinka
Dear validators!
Today at 18:00 (UTC+3) a snapshot was taken to consolidate your delegation stakes. Now weโll start to work on scoring your results. It will take some time to take into account all the past activities and consider all aspects that can affect your position in the leaderboard.
We know that many validators are having trouble getting out of jail now and weโre working on it. Weโll solve this issue soon and will report back on the solution.
On behalf of the entire CrossFinance team, we thank you for your participation in this initiative. Almost 5 months of working together brought incredible fruitful results and a tremendous experience of networking. We have made remarkable progress together and would appreciate your continued support of our test network!
We hope you enjoyed our collaborative work and look forward to further cooperation!Dear validators!
Today at 18:00 (UTC+3) a snapshot was taken to consolidate your delegation stakes. Now weโll start to work on scoring your results. It will take some time to take into account all the past activities and consider all aspects that can affect your position in the leaderboard.
We know that many validators are having trouble getting out of jail now and weโre working on it. Weโll solve this issue soon and will report back on the solution.
On behalf of the entire CrossFinance team, we thank you for your participation in this initiative. Almost 5 months of working together brought incredible fruitful results and a tremendous experience of networking. We have made remarkable progress together and would appreciate your continued support of our test network!
We hope you enjoyed our collaborative work and look forward to further cooperation!
Today at 18:00 (UTC+3) a snapshot was taken to consolidate your delegation stakes. Now weโll start to work on scoring your results. It will take some time to take into account all the past activities and consider all aspects that can affect your position in the leaderboard.
We know that many validators are having trouble getting out of jail now and weโre working on it. Weโll solve this issue soon and will report back on the solution.
On behalf of the entire CrossFinance team, we thank you for your participation in this initiative. Almost 5 months of working together brought incredible fruitful results and a tremendous experience of networking. We have made remarkable progress together and would appreciate your continued support of our test network!
We hope you enjoyed our collaborative work and look forward to further cooperation!Dear validators!
Today at 18:00 (UTC+3) a snapshot was taken to consolidate your delegation stakes. Now weโll start to work on scoring your results. It will take some time to take into account all the past activities and consider all aspects that can affect your position in the leaderboard.
We know that many validators are having trouble getting out of jail now and weโre working on it. Weโll solve this issue soon and will report back on the solution.
On behalf of the entire CrossFinance team, we thank you for your participation in this initiative. Almost 5 months of working together brought incredible fruitful results and a tremendous experience of networking. We have made remarkable progress together and would appreciate your continued support of our test network!
We hope you enjoyed our collaborative work and look forward to further cooperation!
๐ฅ4๐1
Crypto Node ID
We've just shut down our old monitoring.
to continue to use our monitoring, please proceed with the latest setup.
you can check previous post for more info.
Please open Telegram to view this post
VIEW IN TELEGRAM
๐ฅ1
Crypto Node ID
Please open Telegram to view this post
VIEW IN TELEGRAM
๐ฅ3๐1
Crypto Node ID
All validators are required to run the Connect, it's an external process that connects to
wardend after network update.This is a requirement, because the network needs 2/3 consensus of the price data before it's added to the network.
We recommend to familiarize yourself with it:
https://docs.wardenprotocol.org/operate-a-node/operate-connect
1. Docker is installed
2. Change grpc listener in
app.toml to 0.0.0.03. add these line in
app.toml[oracle]
enabled = "true"
oracle_address = "localhost:<YOUR ORACLE CUSTOM PORT>"
client_timeout = "2s"
metrics_enabled = "true"
example:
[oracle]
enabled = "true"
oracle_address = "localhost:40180"
client_timeout = "2s"
metrics_enabled = "true"
1. Create
slinky-data folder : mkdir slinky-data2. Create
docker-compose.yml : nano docker-compose.yml and fill in with below dataservices:
slinky-warden:
container_name: slinky-warden
image: ghcr.io/skip-mev/slinky-sidecar:9f85f7f
restart: unless-stopped
stop_grace_period: 5m
command:
--market-map-endpoint <YOUR-NODE-PUBLIC-IP>:<NODE-GRPC-PORT>
volumes:
- ./slinky-data:/data
ports:
- <YOUR ORACLE CUSTOM PORT>:8080 # oracle
- <YOUR CUSTOM PORT A>:9091 # prom metric
- <YOUR CUSTOM PORT B>:8002 # metric explorer
- <YOUR CUSTOM PORT C>:6060 # profiler
example:
services:
slinky-warden:
container_name: slinky-warden
image: ghcr.io/skip-mev/slinky-sidecar:9f85f7f
restart: unless-stopped
stop_grace_period: 5m
command:
--market-map-endpoint 11.22.33.44:40090
volumes:
- ./slinky-data:/data
ports:
- 40180:8080 # oracle
- 40191:9091 # prom metric
- 40102:8002 # metric explorer
- 40160:6060 # profiler
3. Start docker :
sudo docker compose up -dSource: Discord
Please open Telegram to view this post
VIEW IN TELEGRAM
Happy Sysadmin Week from Contabo, start from 50% Disc and free disk upgrade. Grab yours here ๐ฅ
Please open Telegram to view this post
VIEW IN TELEGRAM
๐ฅ1
untuk para sepuh yang maen pancakeswap, monggo dicek, sapa tau ada remah remah ZKSync nyangkut~
Please open Telegram to view this post
VIEW IN TELEGRAM
๐ฅ2
Please open Telegram to view this post
VIEW IN TELEGRAM
Crypto Node ID
The update is now available to install; if you are using Humanode Launcher update the node via
Settings -> Check for peer updatesWe'll be monitoring the rollout via https://telemetry.humanode.io/ you are welcome to follow it too
Target version is
f5bccf0d13193e070aeef1472a2a4726e836cd93
Please open Telegram to view this post
VIEW IN TELEGRAM
Crypto Node ID
we will be online in 30 minutes.
anyone welcome to join
Please open Telegram to view this post
VIEW IN TELEGRAM
๐ฅ1
Useful Links: GROQ | OPENROUTER
Prerequisite:
1. Go to https://scout.chasm.net/ > Mint key
2. Create .env file by running :
nano .env and copy paste below config with necessary modificationPORT=3001
LOGGER_LEVEL=debug
# Chasm
ORCHESTRATOR_URL=https://orchestrator.chasm.net
SCOUT_NAME=<YOUR NODE NAME>
SCOUT_UID=<SCOUT UID FROM CHASM>
WEBHOOK_API_KEY=<WEBHOOK API FROM CHASM>
WEBHOOK_URL=http://<YOUR SERVER IP>:3001/
# Chosen Provider (groq, openai)
PROVIDERS=groq
MODEL=gemma2-9b-it
GROQ_API_KEY=<GROQ API KEY FROM https://console.groq.com/keys>
# Optional
OPENROUTER_API_KEY=<OPENROUTER API KEY FROM https://openrouter.ai/settings/keys>
3. Create docker-compose.yml by running :
nano docker-compose.yml and copy paste below config with necessary modificationservices:
chasm-scout:
container_name: scout
image: chasmtech/chasm-scout
restart: always
env_file:
- ./.env
ports:
- 3001:3001
4. run your node :
sudo docker compose up -d5. test your node:
source ./.env
curl -X POST \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $WEBHOOK_API_KEY" \
-d '{"body":"{\"model\":\"gemma2-9b-it\",\"messages\":[{\"role\":\"system\",\"content\":\"You are a helpful assistant.\"}]}"}' \
$WEBHOOK_URL
Please open Telegram to view this post
VIEW IN TELEGRAM
๐ฅ3
Crypto Node ID
Official Instructions:
https://docs.wardenprotocol.org/operate-a-node/buenavista-testnet/upgrade/v0.4.0
DAEMON_NAME=wardend
DAEMON_HOME=/home/warden/.warden
UPGRADE_HEIGHT=1534500
rm -rf ${HOME}/upgrade
mkdir ${HOME}/upgrade
cd ${HOME}/upgrade
wget https://github.com/warden-protocol/wardenprotocol/releases/download/v0.4.0/wardend_Linux_x86_64.zip
unzip wardend_Linux_x86_64.zip
rm wardend_Linux_x86_64.zip CHANGELOG.md LICENSE README.md
chmod +x ${HOME}/upgrade/wardend
mkdir ${HOME}/.warden/cosmovisor/upgrades/v0.4.0
cp ${HOME}/upgrade/wardend ${HOME}/.warden/cosmovisor/upgrades/v0.4.0
shell
shell
sudo systemctl stop wardend
rm -rf ${HOME}/upgrade
mkdir ${HOME}/upgrade
cd ${HOME}/upgrade
wget https://github.com/warden-protocol/wardenprotocol/releases/download/v0.4.0/wardend_Linux_x86_64.zip
unzip wardend_Linux_x86_64.zip
rm wardend_Linux_x86_64.zip CHANGELOG.md LICENSE README.md
chmod +x ${HOME}/upgrade/wardend
sudo mv $HOME/upgrade/wardend $(which wardend)
sudo systemctl restart wardend && sudo journalctl -u wardend -f
Please open Telegram to view this post
VIEW IN TELEGRAM
Status: ๐ขOnline
Node: CryptoNodeID
Please open Telegram to view this post
VIEW IN TELEGRAM
๐3๐ฅ2
Please open Telegram to view this post
VIEW IN TELEGRAM
๐ฅ2
Crypto Node ID
DAEMON_NAME=wardend
DAEMON_HOME=/home/warden/.warden
UPGRADE_HEIGHT=1534500
rm -rf ${HOME}/upgrade
mkdir ${HOME}/upgrade
cd ${HOME}/upgrade
wget https://github.com/warden-protocol/wardenprotocol/releases/download/v0.4.0/wardend_Linux_x86_64.zip
unzip wardend_Linux_x86_64.zip
rm wardend_Linux_x86_64.zip CHANGELOG.md LICENSE README.md
chmod +x ${HOME}/upgrade/wardend
mkdir -p ${DAEMON_HOME}/cosmovisor/upgrades/v03-to-v04/bin/
cp ${HOME}/upgrade/wardend ${DAEMON_HOME}/cosmovisor/upgrades/v03-to-v04/bin/wardend
sudo systemctl stop wardend
rm -rf ${HOME}/upgrade
mkdir ${HOME}/upgrade
cd ${HOME}/upgrade
wget https://github.com/warden-protocol/wardenprotocol/releases/download/v0.4.0/wardend_Linux_x86_64.zip
unzip wardend_Linux_x86_64.zip
rm wardend_Linux_x86_64.zip CHANGELOG.md LICENSE README.md
chmod +x ${HOME}/upgrade/wardend
sudo mv $HOME/wardend $(which wardend)
sudo systemctl restart wardend && sudo journalctl -u wardend -f
Please open Telegram to view this post
VIEW IN TELEGRAM
๐ฅ2
Crypto Node ID
Upgrade v0.4.0 is failed
We're rolling back to 0.3.1 and start new height 1534600
sudo systemctl stop wardend
rm -rf ~/.warden/cosmovisor/current
ln -s ~/.warden/cosmovisor/genesis ~/.warden/cosmovisor/current
rm -rf ${HOME}/upgrade
mkdir ${HOME}/upgrade
cd ${HOME}/upgrade
wget -O - https://buenavista-genesis.s3.eu-west-1.amazonaws.com/genesis.json.tar.xz | tar -xJf - -C $HOME/.warden/config/
wget https://github.com/warden-protocol/wardenprotocol/releases/download/v0.3.1/wardend_Linux_x86_64.zip
unzip wardend_Linux_x86_64.zip
rm wardend_Linux_x86_64.zip CHANGELOG.md LICENSE README.md
mv ${HOME}/upgrade/wardend ${HOME}/.warden/cosmovisor/genesis/bin/wardend
mv ~/.warden/data/priv_validator_state.json ~/.warden/priv_validator_state.json.backup
wardend tendermint unsafe-reset-all --home $HOME/.warden
sudo sed -i "s|cosmovisor run start --unsafe-skip-upgrades 1534500|cosmovisor run start|g" /etc/systemd/system/wardend.service
PEERS="85abfb1a10ef88d37277e7462830890ff2f7a1ac@sentry1.cryptonode.id:24656,92ba004ac4bcd5afbd46bc494ec906579d1f5c1d@52.30.124.80:26656,ed5781ea586d802b580fdc3515d75026262f4b9d@54.171.21.98:26656"
sed -i -e "/^\[p2p\]/,/^\[/{s/^[[:space:]]*persistent_peers *=.*/persistent_peers = \"$PEERS\"/}" $HOME/.warden/config/config.toml
sudo systemctl daemon-reload
mv ~/.warden/priv_validator_state.json.backup ~/.warden/data/priv_validator_state.json
sudo systemctl start wardend
sudo systemctl stop wardend
rm -rf ${HOME}/upgrade
mkdir ${HOME}/upgrade
cd ${HOME}/upgrade
wget -O - https://buenavista-genesis.s3.eu-west-1.amazonaws.com/genesis.json.tar.xz | tar -xJf - -C $HOME/.warden/config/
wget https://github.com/warden-protocol/wardenprotocol/releases/download/v0.3.1/wardend_Linux_x86_64.zip
unzip wardend_Linux_x86_64.zip
rm wardend_Linux_x86_64.zip CHANGELOG.md LICENSE README.md
chmod +x ${HOME}/upgrade/wardend
sudo mv $HOME/wardend $(which wardend)
mv ~/.warden/data/priv_validator_state.json ~/.warden/priv_validator_state.json.backup
wardend tendermint unsafe-reset-all --home $HOME/.warden
sudo sed -i "s|cosmovisor run start --unsafe-skip-upgrades 1534500|cosmovisor run start|g" /etc/systemd/system/wardend.service
PEERS="85abfb1a10ef88d37277e7462830890ff2f7a1ac@sentry1.cryptonode.id:24656,92ba004ac4bcd5afbd46bc494ec906579d1f5c1d@52.30.124.80:26656,ed5781ea586d802b580fdc3515d75026262f4b9d@54.171.21.98:26656"
sed -i -e "/^\[p2p\]/,/^\[/{s/^[[:space:]]*persistent_peers *=.*/persistent_peers = \"$PEERS\"/}" $HOME/.warden/config/config.toml
sudo systemctl daemon-reload
mv ~/.warden/priv_validator_state.json.backup ~/.warden/data/priv_validator_state.json
sudo systemctl start wardend
Please open Telegram to view this post
VIEW IN TELEGRAM
๐ฅ1
Crypto Node ID
Instruction: https://crxanode.com/chasm
Prerequisite:
Credits to: @caraka17
Please open Telegram to view this post
VIEW IN TELEGRAM
๐ฅ1
Crypto Node ID
After 3 days struggling, the Warden network is finally back online.
sudo systemctl stop wardend
rm -rf ~/.warden/cosmovisor/current
ln -s ~/.warden/cosmovisor/genesis ~/.warden/cosmovisor/current
rm -rf ${HOME}/upgrade
mkdir ${HOME}/upgrade
cd ${HOME}/upgrade
wget -O - https://buenavista-genesis.s3.eu-west-1.amazonaws.com/genesis.json.tar.xz | tar -xJf - -C $HOME/.warden/config/
wget https://github.com/warden-protocol/wardenprotocol/releases/download/v0.3.2/wardend_Linux_x86_64.zip
unzip wardend_Linux_x86_64.zip
rm wardend_Linux_x86_64.zip CHANGELOG.md LICENSE README.md
mv ${HOME}/upgrade/wardend ${HOME}/.warden/cosmovisor/genesis/bin/wardend
mv ~/.warden/data/priv_validator_state.json ~/.warden/priv_validator_state.json.backup
wardend tendermint unsafe-reset-all --home $HOME/.warden
sudo sed -i "s|cosmovisor run start --unsafe-skip-upgrades 1534500|cosmovisor run start|g" /etc/systemd/system/wardend.service
PEERS="85abfb1a10ef88d37277e7462830890ff2f7a1ac@sentry1.cryptonode.id:24656,400195374c9bde32385a4398719ba3f529066569@sentry2.cryptonode.id:24656,92ba004ac4bcd5afbd46bc494ec906579d1f5c1d@52.30.124.80:26656,ed5781ea586d802b580fdc3515d75026262f4b9d@54.171.21.98:26656"
sed -i -e "/^\[p2p\]/,/^\[/{s/^[[:space:]]*persistent_peers *=.*/persistent_peers = \"$PEERS\"/}" $HOME/.warden/config/config.toml
sudo systemctl daemon-reload
mv ~/.warden/priv_validator_state.json.backup ~/.warden/data/priv_validator_state.json
sudo systemctl start wardend
sudo systemctl stop wardend
rm -rf ${HOME}/upgrade
mkdir ${HOME}/upgrade
cd ${HOME}/upgrade
wget -O - https://buenavista-genesis.s3.eu-west-1.amazonaws.com/genesis.json.tar.xz | tar -xJf - -C $HOME/.warden/config/
wget https://github.com/warden-protocol/wardenprotocol/releases/download/v0.3.2/wardend_Linux_x86_64.zip
unzip wardend_Linux_x86_64.zip
rm wardend_Linux_x86_64.zip CHANGELOG.md LICENSE README.md
chmod +x ${HOME}/upgrade/wardend
sudo mv $HOME/wardend $(which wardend)
mv ~/.warden/data/priv_validator_state.json ~/.warden/priv_validator_state.json.backup
wardend tendermint unsafe-reset-all --home $HOME/.warden
sudo sed -i "s|cosmovisor run start --unsafe-skip-upgrades 1534500|cosmovisor run start|g" /etc/systemd/system/wardend.service
PEERS="85abfb1a10ef88d37277e7462830890ff2f7a1ac@sentry1.cryptonode.id:24656,400195374c9bde32385a4398719ba3f529066569@sentry2.cryptonode.id:24656,92ba004ac4bcd5afbd46bc494ec906579d1f5c1d@52.30.124.80:26656,ed5781ea586d802b580fdc3515d75026262f4b9d@54.171.21.98:26656"
sed -i -e "/^\[p2p\]/,/^\[/{s/^[[:space:]]*persistent_peers *=.*/persistent_peers = \"$PEERS\"/}" $HOME/.warden/config/config.toml
sudo systemctl daemon-reload
mv ~/.warden/priv_validator_state.json.backup ~/.warden/data/priv_validator_state.json
sudo systemctl start wardend
Please open Telegram to view this post
VIEW IN TELEGRAM
๐3
Crypto Node ID
For all of you who joined on Chasm Scout Node, you can claim "Apollo" role on their Discord
Get the role by guild here
Please open Telegram to view this post
VIEW IN TELEGRAM
๐ฅ2