WINSNIP
10K subscribers
1.86K photos
32 videos
15 files
885 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
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
LeyerEdge WD Hashkey x2 FCFS

Daftar disini 👇
https://global.hashkey.com/
WINSNIP
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…
We’re kicking off June with full momentum — our biggest community campaign is now LIVE! 🪂

—o9_Bag: 1,000,000 $LUME up for grabs.
—1805_check_ravena: Complete quests. Earn XP. Get rewarded.
—fire: This is how we launch. Our Road To Mainnet starts now.
https://zealy.io/cw/lumeraprotocol
WINSNIP
Node Empeirias wget https://raw.githubusercontent.com/Winnode/Node-Tools/main/Empeirias.sh && chmod +x Empeirias.sh && ./Empeirias.sh Create Wallet Change "your-wallet-name" New emped keys add your-wallet-name Or Restore emped keys add your-wallet-name -…
IF you run validator claim role


Validator chats have been moved to Discord to improve communication and support.

Please open a Discord ticket and submit your wallet address to claim the "Validator" role, which grants access to exclusive channels.

https://discord.gg/JpaRJ3Da

sourch  https://t.me/EmpeValidators/8008
This media is not supported in your browser
VIEW IN TELEGRAM