WINSNIP
10K subscribers
1.9K photos
33 videos
16 files
922 links
Your hub for airdrops, sniper strategies, and node guides! Get the latest airdrop alerts, trading insights, and node tips.
Website : https://www.winsnip.xyz
For Business Inquiries & Collaborations:
@jamalsetiawan
Download Telegram
Forwarded from CEX Alerts
$SUPRA Found in Gate

Chains: SUPRA
Notified at: 2024-10-29 10:09:11.945660
Notifer: @CexAlerts
BAKE/USDT

entry 2430-2440

Close candle SL low bawah 2395

Binance 😁
WINSNIP
BAKE/USDT entry 2430-2440 Close candle SL low bawah 2395 Binance 😁
Kalo ketinggalan bisa pantauΒ² token defi volumenya naik lumayan πŸ‘
New Bot Helper on Winsip Group: @winsnip_chat

sekarang kalian bisa tanyakan Eror dan Solusi di Group Winsnip dengan menggunakan Command/Perintah:
/wshelp erornya dan solusinya
atau seperti ini
https://t.me/winsnip_chat/81679

Contoh bisa lihat Pict diatas
WINSNIP
New Bot Helper on Winsip Group: @winsnip_chat sekarang kalian bisa tanyakan Eror dan Solusi di Group Winsnip dengan menggunakan Command/Perintah: /wshelp erornya dan solusinya atau seperti ini https://t.me/winsnip_chat/81679 Contoh bisa lihat Pict diatas
Tambahan, Jangan disalahgunakan (memberikan pertanyaan aneh/tidak termasuk pertanyaan menyangkut Node/Script Eror) seperti Bot Price sebelumnya (dikit" cek harga)

ngeyel Mute 360 Hari
WINSNIP
BAKE/USDT entry 2430-2440 Close candle SL low bawah 2395 Binance 😁
Kalo mau HOLD SL naikin diBEP minimal bang 🀝
https://t.me/PAWSOG_bot/PAWS?startapp=HNFmILIB

Ya kali kaga gas kuyangkan 🐢🐢
Please open Telegram to view this post
VIEW IN TELEGRAM
GRASS SEASON 2

GARAP YG BANYAK 1 DEVICE 1 IP 😁
WINSNIP
Emang iya bang ? πŸ˜‚
Kaga bisa dipuji emang πŸ—Ώ
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ’Ž AIRDROP PLPA TAPTAP πŸ’Ž

PLPA TAPTAP HERO, Telegram miniapp asli dr PALAPA, token native BITTIME !!  Segera Listing di Bittime dan Exchange Global.
Cost: Gratis

Sekalian daftar Bittime untuk pencairan reward Airdropnya, dapatkan hadiah sampai Rp 15 Juta :
https://www.bittime.com/en/reward/plpataptaphero?inviteCode=WINSNIP


1️⃣ Join airdrop disini (https://t.me/plpa_tap_to_earn_bot/PLPATapTapHero?startapp=GZVTVAQQE)
2️⃣ Klik "Start"
3️⃣ Mulai tap tap
4️⃣ Menu "Tasks", kerjakan task

⚠️ CATATAN ⚠️

Rutin lakukan tap tap krn energy akan di refill otomatis.

***

Semoga kita bisa JP bareng. 😁
GM, bang yg blom claim Testme pump tuh
WINSNIP
Update Covalent Check Leaderboard https://www.covalenthq.com/products/light-client/ (Paste rClient ID)
Covalent Update New Version

PRIVATE_KEY="YOUR_HEX_PRIVATE_KEY" (ganti Private Key Burn Wallet)
cd $HOME && rm -rf ewm-das && git clone --branch v0.14.0 --depth 1 https://github.com/covalenthq/ewm-das.git && cd ewm-das && docker stop light-client && docker rm light-client && docker build -t covalent/light-client -f Dockerfile.lc . && docker run -d --restart always --name light-client -e PRIVATE_KEY="YOUR_HEX_PRIVATE_KEY" covalent/light-client && docker logs -f light-client
Trading Memecoin di Bittime dapat Baby Doge Gratisss!πŸŽƒ

⁉️Punya Memecoin di Exchange/DEX? Deposit buruan ke Bittime, Trade & Stake hari ini juga!
Kenapa?
1. Bittime bagi bagi Baby Doge Gratis
2. Staking memecoin di Bittime APYnya 20%
3. Semua orang pasti dapat hadiah di Event ini

Ikutan eventnya pakai link ini supaya dapat Booster Rewards https://www.bittime.com/airdrop/BabyDoge?inviteCode=WINSNIP

Buruaaaan jangan sampai ketinggalan!

#Bittime - Best Memecoin Trading Platform
Syarat dan Ketentuan
WINSNIP
Vote Pwr https://www.blockchainforgood.xyz/vote/7
Please open Telegram to view this post
VIEW IN TELEGRAM
WINSNIP
Done βœ…
WINSNIP
Version 3.5.2 docker kill elixir && docker rm elixir && docker pull elixirprotocol/validator:v3 && docker run -d --env-file ./validator.env --name elixir --restart unless-stopped -p 17690:17690 elixirprotocol/validator:v3 && docker logs -f elixir
Mainnet is alive! Validator version 3.5.5 is now available for testnet AND mainnet!

Priority: Important. Update when you are able.

Here are the instructions for upgrading to the new version:

TESTNET INSTRUCTIONS
stop any existing validator instances
docker kill elixir

docker rm elixir


download and run the new validator image
docker pull elixirprotocol/validator:testnet-3 --platform linux/amd64
docker run --env-file <path to env file> --platform linux/amd64 --name elixir -p 17690:17690 elixirprotocol/validator:testnet-3


NOTE: Please make sure your environment file contains the correct setting for testnet
ENV=testnet-3

Auto Testnet
sed -i '/^ENV=/d' ./validator.env && echo "ENV=testnet-3" >> ./validator.env && docker kill elixir && docker rm elixir && docker pull elixirprotocol/validator:testnet-3 --platform linux/amd64 && docker run -d --env-file ./validator.env --platform linux/amd64 --name elixir --restart unless-stopped -p 17690:17690 elixirprotocol/validator:testnet-3 && docker logs -f elixir



MAINNET INSTRUCTIONS
stop any existing validator instances
docker kill elixir

docker rm elixir


download and run the new validator image
docker pull elixirprotocol/validator --platform linux/amd64
docker run --env-file <path to env file> --platform linux/amd64 --name elixir -p 17690:17690 elixirprotocol/validator


NOTE: Please make sure your environment file contains the correct setting for testnet
ENV=prod


Auto Mainnet
sed -i '/^ENV=/d' ./validator.env && echo "ENV=prod" >> ./validator.env && \
docker pull elixirprotocol/validator --platform linux/amd64 && \
docker run -d --env-file ./validator.env --platform linux/amd64 --name elixir --restart unless-stopped -p 17690:17690 elixirprotocol/validator && \
docker logs -f elixir



VERIFY YOUR VALIDATOR SETUP
Verify no configuration errors are found at startup. The software will tell you how great of a job you did setting up your system. Note: It may take a minute or so for the first authorization to complete and for messages to start coming in.

Please let us know if you have any issues upgrading to the new version.

Source
https://discord.com/channels/1059691738349977674/1262863354528272477/1301582100687884381


yang mau jalanin
1 VPS test dan mainnet
pertama jalankan dulu testnetnya

sudo docker ps -a | grep elixirprotocol | awk '{print $1}' | xargs docker stop && \
sudo docker ps -a | grep elixirprotocol | awk '{print $1}' | xargs docker rm && \
sed -i '/^ENV=/d' ./validator.env && echo "ENV=testnet-3" >> ./validator.env && docker kill elixir && docker rm elixir && docker pull elixirprotocol/validator:testnet-3 --platform linux/amd64 && docker run -d --env-file ./validator.env --platform linux/amd64 --name elixir --restart unless-stopped -p 17690:17690 elixirprotocol/validator:testnet-3 && docker logs -f elixir



baru jalankan mainnet

sudo docker ps -a | grep elixirprotocol | awk '{print $1}' | xargs docker stop && \
sudo docker ps -a | grep elixirprotocol | awk '{print $1}' | xargs docker rm && \
mkdir -p ./elixir && cp ./validator.env ./elixir/validator.env && \
sed -i '/^ENV=/d' ./elixir/validator.env && echo "ENV=prod" >> ./elixir/validator.env && \
docker pull elixirprotocol/validator --platform linux/amd64 && \
docker run -d --env-file ./elixir/validator.env --platform linux/amd64 --name elixir2 --restart unless-stopped -p 17691:17690 elixirprotocol/validator && \
docker logs -f elixir2


Mainnet
https://www.elixir.xyz/validators

testnet
https://testnet-3.elixir.xyz/#/