WINSNIP
10K subscribers
1.86K photos
32 videos
15 files
883 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/
Grup chat WS : @winsnip_hub
Download Telegram
$BTC $ETH
Bullish Structure
WINSNIP
#info 🎉 Selamat kepada semua @Onboarded Soundies! 🐬 Peran akhir sekarang telah ditugaskan kepada mereka yang telah menyelesaikan semua langkah, dan seperti yang kami sebutkan sebelumnya—tidak akan ada perpanjangan untuk tahap orientasi ini. Ini menandai…
Soundness Onboarded Role End .

The final roles have now been assigned to those who have completed all the steps, and as we mentioned earlier—there will be no extensions for this onboarding stage. This marks an exciting milestone as we prepare to launch the Soundness Layer Testnet.

https://discord.com/channels/1341336526713257984/1341345200055779368/1376837154004533342
WINSNIP
Succinct Week 2 Stage 2 VeriStar https://testnet.succinct.xyz/veristar Quiz Answer: • A marketplace for ZK proving • Verifiable application • On chain auction • Ethereum • High costs Truthlens Answers: 3-4-7 (9/10) points
Succinct Week 2 Stage 3 (Week 16)

VeriStar Quiz
SP1 Hypercube,
using Jagged PCS,
All of the above,
$PROVE,
Ethereum blocks proving in <12 sec,

Truthlens Quiz :
6, 7, 8, 9, 10
(dont know the result of Score, because Leaderboard Update)
WINSNIP
Abang JAGER mulai bangkit 🤣
Ada yang masih hold ? 🤣
Ditanya masih hold malah minta CA orang dapet gratisan anjir 🙀
Please open Telegram to view this post
VIEW IN TELEGRAM
Forwarded from Batok | HCA
Hadir
WINSNIP
reminder @everyone ⚠️ Anggota Komunitas yang terhormat, Ini adalah pengingat penting bahwa periode pendaftaran ulang untuk mempertahankan poin dan hak istimewa Anda akan ditutup pada akhir bulan ini. Kegagalan menyelesaikan pendaftaran Anda sebelum batas…
@everyone
📢 🚨 IMPORTANT ANNOUNCEMENT 🚨

Hey BrinxAI fam! 👋

We’re currently facing a serious issue with our Central Node 🧠⚠️
But don’t worry — the team is already on it and everything will be fixed later today 🔧🛠️

Old points will be distributed on May 31st
🎁 And YES — every user will receive a BONUS as an apology for the inconvenience ❤️

Thanks for your patience & support — we got you!
#BrinxAI #InfraFirst #Web3AI
Lumera 100 Testnet Validator

Minimum Hardware Requirements
CPU: 8 cores, x86_64 architecture
RAM: 32 GB RAM
Storage: 2 TB NVMe SSD
Network: 1 Gbps dedicated line
Operating System: Ubuntu 22.04 LTS or higher

Recommended Hardware Requirements
CPU: 16 cores, x86_64 architecture
RAM: 64 GB RAM
Storage: 4 TB NVMe SSD
Network: 5 Gbps dedicated line
Operating System: Ubuntu 22.04 LTS or higher

Auto Install Node Lumera
Input Moniker and 2 digit first port

Copy
bash <(curl -s https://file.winsnip.xyz/file/uploads/Lumera-Node.sh)

Create new validator
lumerad tx staking create-validator <(cat <<EOF
{
"pubkey": $(lumerad comet show-validator),
"amount": "1000000ulume",
"moniker": "YOUR_MONIKER_NAME",
"identity": "YOUR_KEYBASE_ID",
"website": "YOUR_WEBSITE_URL",
"security": "YOUR_SECURITY_EMAIL",
"details": "YOUR_DETAILS",
"commission-rate": "0.05",
"commission-max-rate": "0.20",
"commission-max-change-rate": "0.05",
"min-self-delegation": "1"
}
EOF
) \
--chain-id lumera-testnet-1 \
--from wallet \
--gas-adjustment 1.4 \
--gas auto \
--gas-prices 0.025ulume \
-y


manual install guides
https://winnode.gitbook.io/guide/tesnet/lumera

explorer
https://explorer.winnode.xyz/lumera-test/staking

Faucet
https://faucet.testnet.lumera.io/
https://faucet.winnode.xyz

Check block
PORT_LINE=$(grep -m1 '^laddr' "$HOME/.lumera/config/config.toml")
rpc_port=$(echo "$PORT_LINE" | grep -oP ':\K[0-9]+')

if [[ -z "$rpc_port" ]]; then
echo -e "\033[0;31m✘ Gagal menemukan RPC port dari config.toml\033[0m"
exit 1
fi

echo -e "\033[1;32m✔️ Memantau sinkronisasi node Lumera di port $rpc_port...\033[0m"

while true; do
local=$(curl -s "http://127.0.0.1:$rpc_port/status" | jq -r '.result.sync_info.latest_block_height')
remote=$(curl -s "https://rpc-lumera.winnode.xyz/status" | jq -r '.result.sync_info.latest_block_height')

if ! [[ "$local" =~ ^[0-9]+$ && "$remote" =~ ^[0-9]+$ ]]; then
echo -e "\033[0;31m[!] Data block height tidak valid. Retry...\033[0m"
sleep 3
continue
fi

diff=$((remote - local))
synced=$([[ "$diff" -le 0 ]] && echo "" || echo "")

printf "\033[0;90m[%s]\033[0m \033[1;36mLocal:\033[1;34m %s \033[1;36m| Remote:\033[1;32m %s \033[1;36m| Sisa:\033[1;31m %s\033[0m %s\n" "$(date '+%T')" "$local" "$remote" "$diff" "$synced"

sleep 4
done


Delete Node
cd $HOME
sudo systemctl stop lumera-testnet.service
sudo systemctl disable lumera-testnet.service
sudo rm /etc/systemd/system/lumera-testnet.service
sudo systemctl daemon-reload
rm -f $(which lumerad)
rm -rf $HOME/.lumera
rm -rf $HOME/lumera


Twitter
https://x.com/lumeraprotocol

Discord
https://discord.gg

website lumera https://lumera.io

after install and create validator claim role validator via ticket on discord
Yg ikut validator testnet bisa update
Update binary

Kalo error ulangi paste update binary 2x

sudo systemctl stop selfchaind
wget https://github.com/selfchainxyz/testnet-setup/releases/download/testnet-v2.0.0/selfchaind-linux-amd64 && \
chmod +x selfchaind-linux-amd64 && \
sudo mv selfchaind-linux-amd64 /usr/local/bin/selfchaind && \
echo '[Unit]
Description=Selfchain Daemon
After=network-online.target

[Service]
User=root
ExecStart=/usr/local/bin/selfchaind start
Restart=on-failure
RestartSec=10
LimitNOFILE=4096

[Install]
WantedBy=multi-user.target
' | sudo tee /etc/systemd/system/selfchaind.service && \
sudo systemctl daemon-reload && \
sudo systemctl enable selfchaind && \
sudo systemctl restart selfchaind && \
sudo journalctl -fu selfchaind -o cat

Vote

selfchaind tx gov vote 1 yes --from wallet --chain-id selfchain-testnet --node https://rpc-testnet.selfchain.xyz:26657 --fees 500uslf -y

sudo systemctl restart selfchaind && \
sudo journalctl -fu selfchaind -o cat

Unjiled

rpc_port=$(grep -m 1 -oP '^laddr = "\K[^"]+' "$HOME/.selfchain/config/config.toml" | cut -d ':' -f 3)

selfchaind tx slashing unjail --from wallet --chain-id selfchain-testnet --gas 350000 --node tcp://127.0.0.1:"$rpc_port" -y

Kalo ga dapet peer

rpc="https://rpc-testnet.selfchain.xyz:26657"
config="$HOME/.selfchain/config/config.toml"
peers=$(curl -s "$rpc/net_info" | jq -r '.result.peers[] | select(.remote_ip != "") | "\(.node_info.id)@\(.remote_ip):26656"' | sort -u)
good=""
for peer in $peers; do
  ip=${peer#*@}; ip=${ip%%:*}
  nc -z -w1 $ip 26656 && good+="$peer,"
  [ "$(echo $good | grep -o ',' | wc -l)" -ge 5 ] && break
done
good=${good%,}
if [ -n "$good" ]; then
  cp "$config" "$config.bak"
  sed -i -E "s|^persistent_peers *= *\"[^\"]*\"|persistent_peers = \"$good\"|" "$config"
  echo " persistent_peers updated:"
  echo "$good"
  sudo systemctl restart selfchaind.service
  sudo journalctl -u selfchaind.service -f
else
  echo " No responsive peers found."
fi


Explorer

https://explorer.winnode.xyz/Selfchain-Testnet/staking
Biar ga puyeng rehat dulu sambil cek WUMP bg
- Register : https://wump.xyz/
- Complete all task
- Done

Kuyangkan dah asik²an aja
Gaib AI Retroactive

Gaib Ai is building the economic layer for AI & compute.
Its main feature: stake stablecoins to earn Spices (Points) — based on capital amount and staking duration.

No minimum or maximum deposit required

How to join:

1. Visit: https://aid.gaib.ai
2. Sign up for an account
3. Click Explore and enter referral code AFFC7A23 get a 10% bonus (optional)
4. Deposit USDT or USDC
5. Start staking and earn Spices!
WINSNIP
https://faucet.winnode.xyz faucetnya masih ada bang
Dapet serangan negara api...

semangat faucetnya masih bnyk stok

Keamanan web menggunakan fingerprint, IP detect, Cloudflare, hCAPTCHA, 1 wallet, dan Vercel Firewall😂
WINSNIP
Go to : https://brinxai.com/login Relay sudah bisa digunakan dan points sudah jalan kembali
#update
bash <(curl -s https://file.winsnip.xyz/file/uploads/Brinxai-update.sh)
CLI IBC

Commands Examples:
python cli.py --help
python cli.py list-chains
python cli.py list-users
python cli.py --chain [chain] check-status [user]
python cli.py --chain [chain] check-balance [user]
python cli.py --chain [chain] check-reward [user]
python cli.py --chain [chain] tx-delegate [user] [amount] [validator]
python cli.py --chain [chain] tx-send [user] [to_address] [amount]
python cli.py --chain [chain] tx-claim [user] [validator]



soon