WINSNIP
9.99K subscribers
1.93K photos
34 videos
16 files
958 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
Nodeops Update Introducing the verification checker for the Genesis Airdrop claim. To claim your $NODE allocation for the Genesis Airdrop, you must first verify your identity. Start the process here: http://claims.nodeops.network/verify Note: buat yangโ€ฆ
Update NodeOps

Did you encounter any issues during the verification process?
Our team has now reviewed all submitted appeals.
If you submitted your video correctly, you have been verified and are all set.
However, if you did not include a verification video, please resubmit your appeal with the correct information here ๐Ÿ‘‡๐Ÿป
http://forms.gle/4rWpWpK6VnRyUwWM9
(Buat yang gagal Verifikasi di Privado)

Source
https://x.com/NodeOpsHQ/status/1938911211892199656
WINSNIP
โ€ผ๏ธ โ€ผ๏ธ **__We ask all participants to respect the confidential nature of this early phase. __**โ€ผ๏ธ โ€ผ๏ธ **__Public communication about Lumeraโ€™s Mainnet should be withheld until our full public release.__** Dear Validator Community, Thank you for your continuedโ€ฆ
๐Ÿ’ซ **Lumeraโ€Šโ€”โ€ŠRoadmap Drop #1 & #2**

---

### ๐Ÿ›ฐ๏ธ Sequence 1 โ€” **Chain Upgrade v1.6.0 โ€œAurora Borealisโ€**

*Why?* *Quick patches for **Action** & **Claim** modules*

1. **๐Ÿ” Testnet reboot โ†’ โ€œTestnet-2โ€ โ€” *July 2***
- Exact same binaries as ***mainnet*** (v1.6.0)
- **Active set = 50** validators (mirrors ***mainnet***)
- โฐ Claim period ends **11-30-25** (vs 12-31-25 on ***mainnet***)
- ๐Ÿงช Includes fake claim addresses for testing
- ๐Ÿ’ฐ SuperNode min self-stake **10 K LUME** (25 K on ***mainnet***)
- โšก Genesis starts with **4-5 validators** for fast boot
- The rest join by tx - ask for dust on Discord!.
2. **๐Ÿš€ Mainnet upgrade โ€” *~ July 9***
- Via on-chain gov proposal & vote
- Binary bump **v1.5.0 โžœ v1.6.0** after Testnet-2 soak

---

### ๐ŸŒ Sequence 2 โ€” **SuperNode On-Boarding on Testnet-2** *(post-July 2)*

*Why?* *Get **Cascade** real-world traffic*

- **๐Ÿ‘ทโ€โ™‚๏ธ Who?** Any validator (active or not) can spin up & register a SuperNode.
- **๐Ÿ› ๏ธ Guide:** *link coming soon* ๐Ÿ“–
- **๐Ÿ”’ Best practice:** run SN on a host separate from the validator.
- **๐Ÿ–ฅ๏ธ Infra bits:**
- ๐Ÿฆพ **Action SDK Server** goes live (with Swagger!) at some point
- ๐ŸŒ Explorer/Portal updated with shiny SuperNode page

---

๐Ÿ“ข **Spread the word** โ€” Drop them in **#validators** or tag **@core-devs**. Letโ€™s light up the sky! ๐ŸŒŒ



Source : https://discord.com/channels/774465063540097050/1330926556880568421/1388724228185915402
WINSNIP
ZKVerify Loyalty Program https://points.zkverify.io/loyalty ๐Ÿ’  Connect Wallet (same on galxe) ๐Ÿ’  Complete task ๐Ÿ’  Daily check-in Note : Earn points by contributing to the growth of the zkVerify ecosystem, points update daily with weekly updates from Galxe.โ€ฆ
Update Zkverify

Open :
https://points.zkverify.io/loyalty
๐Ÿ’  Login to your account
๐Ÿ’  Daily checkin

Quest Onchain :
Bridge your tVFY tokens between zkVerify Volta and Ethereum Sepolia using Teleporter

Claim Faucet tVFY :
https://www.faucy.com/zkverify-volta
๐Ÿ’  Connect Subwallet/Polkadot
๐Ÿ’  Claim Faucet tVFY > Done

Bridge tVFY :
https://zkverify-teleport.vercel.app/
๐Ÿ’  Connect Subwallet & Metamask ( Galxe account )
๐Ÿ’  Fill Amount Bridge > Click teleport

Answer Quiz :
๐Ÿ’  Verify Proofs : B
๐Ÿ’  Optimistic Proof : D
๐Ÿ’  Agnostic System : groth16
๐Ÿ’  Native stark : B
๐Ÿ’  Dedicated : C
Please open Telegram to view this post
VIEW IN TELEGRAM
$INFOFI landing kukoin
WINSNIP
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โ€ฆ
# Update versi v0.8.14

Multi ID
read -p "Masukkan Node ID (pisahkan dengan spasi jika lebih dari satu): " -a NODE_IDS

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

cd $HOME
rm -rf nexus-cli
git clone https://github.com/nexus-xyz/nexus-cli.git
cd nexus-cli
git fetch --all --tags
LATEST_TAG=$(git describe --tags "$(git rev-list --tags --max-count=1)")
git checkout "$LATEST_TAG"

cd clients/cli
cargo clean
cargo build --release --features build_proto

BIN_PATH=$(find target/release -maxdepth 1 -type f -executable -name 'nexus-*' | grep nexus-network)
sudo systemctl stop nexus-node.service 2>/dev/null
for id in "${NODE_IDS[@]}"; do
sudo screen -S nexus-node-"$id" -X quit 2>/dev/null
done
sudo mv /usr/local/bin/nexus-network /usr/local/bin/nexus-network.bak 2>/dev/null
sudo cp "$BIN_PATH" /usr/local/bin/

cd ~

for id in "${NODE_IDS[@]}"; do
screen -dmS nexus-node-"$id" nexus-network start --node-id "$id"
done

echo "โœ… Selesai!"
echo "๐Ÿ‘‰ Gunakan perintah berikut untuk melihat log tiap node:"
for id in "${NODE_IDS[@]}"; do
echo " screen -r nexus-node-$id"
done
echo "๐Ÿ‘‰ Tekan Ctrl+A lalu D untuk keluar dari screen tanpa menghentikan proses"
Optimism Airdrop 5: Onchain together, benefit together

Reward criteria
๐ŸŽฎ Superchain Power User
You interacted with at least 20 unique contracts on the Superchain and had a contracts-to-transactions ratio of at least 10% during the eligibility period from Mar 15, 2024, to Sep 15, 2024.

Bonus criteria
๐ŸŽฎ Active Delegator
You had at least 9,000 total OP delegated x days delegated during the eligibility period from Mar 15, 2024, to Sep 15, 2024.
๐ŸŽฎ Frequent User
You made at least 10 app transactions per week in at least 20 distinct weeks during the eligibility period from Mar 15, 2024, to Sep 15, 2024.
๐ŸŽฎ Superchain Explorer
You made at least 1 app transaction on at least 7 chains in the Superchain during the eligibility period from Mar 15, 2024, to Sep 15, 2024.
๐ŸŽฎ Early Superchain Adopter
You made at least 1 app transaction on at least 3 chains in the Superchain in the first week after each chainโ€™s public mainnet launch.
๐ŸŽฎ Quester
You completed at least 1 Optimism quest between Sep 20, 2022, and Jan 17, 2023.
๐ŸŽฎ SuperFest Participant
You participated in at least 5 SuperFest missions during the campaign period from Jul 9, 2024, to Sep 3, 2024.
๐ŸŽฎ SUNNYs Fan
You minted NFTs from at least 3 unique contracts that registered for the SUNNYs during the eligibility period from Mar 15, 2024, to Sep 15, 2024.

Detail
https://app.optimism.io/airdrops/5

Source :
https://x.com/Optimism/status/1939715997310869876
Please open Telegram to view this post
VIEW IN TELEGRAM
Tomorrow, July 1st, Zama Public Testnet goes live.

https://x.com/zama_fhe
๐Ÿ‘€
@monad_xyz
has mentioned Mainnet a few times
Might be getting closer?
Top 0.03% wallet
๐Ÿ”น 1,735 txns
๐Ÿ”น 1,608 contract calls
๐Ÿ”น 119 active days since Feb 17
๐Ÿ”น 8.68 Nads balance

Check your rank โ†’ http://layerhub.xyz/search?p=monad_testnet
Post your screenshot here:
https://x.com/winsnip/status/1939946350990213122
Mainnet July?
๐ŸŽ Join the giveaway together with me and share ๐Ÿช™ 5,000 USDT ($5,000.57).
Please open Telegram to view this post
VIEW IN TELEGRAM