WINSNIP
10K subscribers
1.91K photos
33 videos
16 files
946 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 & @jrisamsoee
Download Telegram
WINSNIP
Explorer Lumera waiting soon update all chain. https://tracking.lumera.catsmile.cloud/
There’s an airdrop 1.000.000 $LUME opportunity waiting!
Check it out here:

https://zealy.io/cw/lumeraprotocol/
Saya MDP izin pamit dari WS
Saya Mengundurkan diri karna mau fokus kembali didunia Trading

yg nanya soal kelas NFT WS yg dibuat saya tanggung jawab penuh untuk membuild mereka bersama team saya dan itu sudah berjalan 2 bulan lebih dan selamanya trading bareng kita

Dan untuk yg pernah ikut event kelas Gratis bisa chat @HelloMDP sebagai bentuk tanggung jawab saya agar saya invite di Grup diskusi private

Setelah pernyataan ini Apapun kegiatan di WS saya sudah tidak ada hubungannya lagi , terima kasih abang2 yg sudah ngajarin saya cara berkomunitas banyak pengalaman dan pelajaran yg bisa saya ambil


Thank you WS
WINSNIP
Spheron Network Klippy AI Early Adopter Quest + Exclusive NFT + Discord Role
#Update

Klaim bg nft, tau dah ini klaim ada keterangan masuk ke dc terus klaim bagian mana
https://tge.spheron.network/missions
Forwarded from CEX Alerts
Bang serius ini Perang Dunia beneran?
WINSNIP
Yang run Validator symphony Isi form https://forms.gle/9LEEcbktnHqSo7Rw7 Pakai wallet symphony yang di pakai run
#update

Symphony Mainnet launches on 23 June 2025 15:00 UTC

The TGE and airdrop claims will be available once the mainnet is live!

Source:
https://x.com/orchestra_labs/status/1936638732267933699
Bagi kalian semua yg jadi MOD suatu projek, jadilah mod yg bisa merjuangin region sendiri, jangan pernah ada rasa lu mod lu si paling paham web3, mod = member biasa karna sering aktif aja.

Gw sendiri walaupun pernah contributor ga pernah request jadi mod. Karna apa ? MOD = tanggung jawab untuk regionnya sendiri.
live nexus silahkan

pake docker

siapkan Node id
Create Node ID
---> Create Node ID via Web:
1- Go to https://app.nexus.xyz/nodes

2- Click Add Node, click Add CLI Node and copy your node-id

CLI

read -p "Masukkan Node ID kamu: " NODE_ID

sudo apt update
sudo apt upgrade -y
sudo apt install -y build-essential pkg-config libssl-dev git-all protobuf-compiler curl screen

if ! command -v cargo &> /dev/null; then
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
. "$HOME/.cargo/env"
else
. "$HOME/.cargo/env"
fi

rm -rf nexus-cli
git clone https://github.com/nexus-xyz/nexus-cli.git

cd nexus-cli/clients/cli
cargo build --release

sudo cp target/release/nexus-network /usr/local/bin/

cd ~
screen -dmS nexus-node nexus-network start --node-id "$NODE_ID"

echo " Selesai!"
echo "👉 Gunakan perintah berikut untuk melihat log:"
echo " screen -r nexus-node"
echo "👉 Tekan Ctrl+A lalu D untuk keluar dari screen tanpa menghentikan proses"


exploller : https://testnet3.explorer.nexus.xyz

source : https://docs.nexus.xyz/layer-1/testnet/cli-node