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)
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
⁉️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
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
download and run the new validator image
NOTE: Please make sure your environment file contains the correct setting for testnet
Auto Testnet
MAINNET INSTRUCTIONS
stop any existing validator instances
download and run the new validator image
NOTE: Please make sure your environment file contains the correct setting for testnet
Auto Mainnet
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
baru jalankan mainnet
Mainnet
https://www.elixir.xyz/validators
testnet
https://testnet-3.elixir.xyz/#/
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/#/
WINSNIP
https://t.me/PAWSOG_bot/PAWS?startapp=HNFmILIB Ya kali kaga gas kuyangkan 🐶 🐶
Reminder se remindernya wes centang biru kawan
WINSNIP
aman keknya..
update Bot
Silahkan /start ulang masukan 1-1 pwr
trus /start lagi masukan elixir mainnet
trus /start lagi masukan elixir testnet
kalo hanya jalakan pwr hanya input pwr saja
begtupun tidak jalankan pwr hanya input elixir saja
setiap 1 jam akan berikan report status..
@winsnip_monitor_bot
Silahkan /start ulang masukan 1-1 pwr
trus /start lagi masukan elixir mainnet
trus /start lagi masukan elixir testnet
kalo hanya jalakan pwr hanya input pwr saja
begtupun tidak jalankan pwr hanya input elixir saja
setiap 1 jam akan berikan report status..
@winsnip_monitor_bot
Node yang mungkin masih bisa di RUN
(ga menjamin buat yang ga ngikutin dari awala garapan, detailnya bisa Join DC Project dan tanyakan Moderator/Adminnya biar yakin mau Run/Skip)
🎮 BrinxAI
(FirstPost & LastPost)
🎮 OriginTrail DKG V8
🎮 Sonaric
(First Post & Last Post)
🎮 Elixir (katanya udah ga bisa kalo New User)
(First Post & Last Post)
🎮 Zenrock
(First Post & Last Post)
🎮 Nesa
(First Post & Last Post)
🎮 Nexus
(First Post & Last Post)
🎮 Spheron
(First Post & Last Post)
🎮 Covalent (WL First)
(First Post & Last Post)
🎮 Dria
(First Post & Last Post)
🎮 Nillion
(First Post & Last Post)
🎮 Rivalz
Sementara ini dulu, Update berkala
(ga menjamin buat yang ga ngikutin dari awala garapan, detailnya bisa Join DC Project dan tanyakan Moderator/Adminnya biar yakin mau Run/Skip)
(FirstPost & LastPost)
(First Post & Last Post)
(First Post & Last Post)
(First Post & Last Post)
(First Post & Last Post)
(First Post & Last Post)
(First Post & Last Post)
(First Post & Last Post)
(First Post & Last Post)
(First Post & Last Post)
Sementara ini dulu, Update berkala
Please open Telegram to view this post
VIEW IN TELEGRAM
Grass Linux
TANPA PROXY
Input Port
buka browser ip nya tadi
login akun grassnya
done
cek log
Hapus
Noted vps diluar eropa bisa ijo..
tanggu sendiri ya..
TANPA PROXY
bash <(curl -s https://file.winsnip.xyz/file/uploads/Grass-Dekstop.sh)
Input Port
buka browser ip nya tadi
login akun grassnya
done
cek log
docker logs grass
Hapus
docker stop grass && docker rm grass && docker rmi winsnip/grass:latest && rm -rf "$HOME/grass" "$HOME/appdata/grass"
Noted vps diluar eropa bisa ijo..
tanggu sendiri ya..
WINSNIP
Grass Linux TANPA PROXY bash <(curl -s https://file.winsnip.xyz/file/uploads/Grass-Dekstop.sh) Input Port buka browser ip nya tadi login akun grassnya done cek log docker logs grass Hapus docker stop grass && docker rm grass && docker rmi winsnip/grass:latest…
Kalo pake Proxy cukup beda² IP wae ojo beda beda negara nanti dapet tanda cinta di pojok alokasimu , tanda cinta dev kepadamu cok 😁🗿
Please open Telegram to view this post
VIEW IN TELEGRAM
WINSNIP
PWR Update 13.1.0
sudo systemctl stop pwr.service && \
sudo rm -rf validator.jar config.json blocks rocksdb && \
latest_version=$(curl -s https://api.github.com/repos/pwrlabs/PWR-Validator/releases/latest | grep -Po '"tag_name": "\K.*?(?=")') && \
wget "https://github.com/pwrlabs/PWR-Validator/releases/download/$latest_version/validator.jar" && \
wget https://github.com/pwrlabs/PWR-Validator/raw/refs/heads/main/config.json && \
sudo ufw allow 8231/tcp && \
sudo ufw allow 8085/tcp && \
sudo ufw allow 7621/udp && \
sudo iptables -A INPUT -p tcp --dport 8085 -j ACCEPT && \
sudo iptables -A INPUT -p tcp --dport 8231 -j ACCEPT && \
sudo iptables -A INPUT -p udp --dport 7621 -j ACCEPT && \
sudo ufw reload && \
sudo pkill -f java && \
sudo systemctl restart pwr && \
sudo journalctl -u pwr -f
BlockMesh
Register
https://app.blockmesh.xyz/register
💠 invite Code:
💠 Download Extension on Kiwi or Mises Browser (for Android User)
💠 Go to Dasboard > Verify Email
💠 Login > Go To Perk > Connect SOL Wallet > Connect Twitter
🔹 Instal Extension
sebelum install, siapkan email dan pass yg sudah register
Untuk Spek pakai kentang kuat
Auto Install (not Support Multi Account)
cek logs
Hapus (simpen)
Traktir kopinya & Thanks for Supporting us :
https://trakteer.id/Winsnipsupport/tip
Register
https://app.blockmesh.xyz/register
💠 invite Code:
5b97e7a0-ae21-4c94-8947-825bb940bd1f
💠 Download Extension on Kiwi or Mises Browser (for Android User)
💠 Go to Dasboard > Verify Email
💠 Login > Go To Perk > Connect SOL Wallet > Connect Twitter
🔹 Instal Extension
sebelum install, siapkan email dan pass yg sudah register
Untuk Spek pakai kentang kuat
Auto Install (not Support Multi Account)
bash <(curl -s https://file.winsnip.xyz/file/uploads/Block-Mesh.sh)
cek logs
docker logs -f blockmesh-cli-container
Hapus (simpen)
docker stop blockmesh-cli-container && docker rm blockmesh-cli-container && rm -rf target/release
Traktir kopinya & Thanks for Supporting us :
https://trakteer.id/Winsnipsupport/tip
WINSNIP
Update Units Network Our thriving community campaign is growing stronger!💥 ➕ Unlock an extra $20,000 in $UNIT0 tokens through our newly launched Telegram bot https://t.me/BoostChainBot/unitsnetwork?startapp=LYTWYnGzjxCG (Simple Task) 💵 This exciting opportunity…
⚠️ Attention, Units Community!
The $UNIT0 snapshot is just 24 hours away! This is your final chance to gather as many UP as possible across all our platforms – whether it’s in the
Source
https://x.com/UnitsNetwork/status/1852681943747330198
The $UNIT0 snapshot is just 24 hours away! This is your final chance to gather as many UP as possible across all our platforms – whether it’s in the
Source
https://x.com/UnitsNetwork/status/1852681943747330198
WINSNIP
BlockMesh Register https://app.blockmesh.xyz/register 💠 invite Code: 5b97e7a0-ae21-4c94-8947-825bb940bd1f 💠 Download Extension on Kiwi or Mises Browser (for Android User) 💠 Go to Dasboard > Verify Email 💠 Login > Go To Perk > Connect SOL Wallet > Connect…
ini sudah auto download versi terbaru, jika ada update dari blockmeshnya silahkan run ulang auto installnya...
WINSNIP
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…
Update Covalent
RUN EWM: Customize Your Leaderboard Name!
https://forms.gle/vXDE9icCM2i8xhy39
> Submit Burner/Client Address
> What is the nickname you would like to use on the leaderboard?
(For example, your name, Twitter handle, etc.)
RUN EWM: Customize Your Leaderboard Name!
https://forms.gle/vXDE9icCM2i8xhy39
> Submit Burner/Client Address
> What is the nickname you would like to use on the leaderboard?
(For example, your name, Twitter handle, etc.)