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
📢 🚨 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
Create new validator
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
Delete Node
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
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
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
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…
jangan lupa Ramaikan juga di twitter dengan Follow, Like & Retweet
https://x.com/winsnip/status/1928129963347108332
https://x.com/winsnip/status/1928129963347108332
Yg ikut validator testnet bisa update
Update binary
Kalo error ulangi paste update binary 2x
Vote
Unjiled
Kalo ga dapet peer
Explorer
https://explorer.winnode.xyz/Selfchain-Testnet/staking
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
WINSNIP
@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…
Brinxai
BrinxAI - Decentralized AI
BrinxAI offers decentralized AI infrastructure and tools.
Biar ga puyeng rehat dulu sambil cek WUMP bg
- Register : https://wump.xyz/
- Complete all task
- Done
Kuyangkan dah asik²an aja
- 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!
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😂
semangat faucetnya masih bnyk stok
Keamanan web menggunakan fingerprint, IP detect, Cloudflare, hCAPTCHA, 1 wallet, dan Vercel Firewall😂
CLI IBC
soon
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
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
—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
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
WINSNIP
LeyerEdge WD Hashkey x2 FCFS Daftar disini 👇 https://global.hashkey.com/
marah-marah silahkan 🥰
Di sebuah kampung kecil yang sinyalnya suka ilang-ilangan, hiduplah seorang anak sebut saja bos muda. Umurnya 23 tahun, udah kerja di penjaga toko, tapi punya mimpi besar: jadi miliarder dari crypto.
Suatu hari, dia nemu proyek baru: EDGEN.
Katanya, ini bakal jadi token masa depan. Katanya lagi, yang ikut airdrop bisa kaya mendadak.
Bos muda langsung semangat. Dia sampai bilang ke ibunya:
> "Bu, siap-siap ya... nanti kalau aku sukses, kita renovasi rumah. Punya kulkas dua pintu. Nonton TV nggak pakai semut."
Ibunya cuma senyum dan bilang:
> "Iya, Nak. Yang penting jangan lupa makan."
Hari listing pun tiba. Sore hari Bos muda selepas pulang kerja langsung mandi, pakai baju terbaik, duduk di depan komputer seperti bos, lalu menatap layar dengan penuh harapan.
Harga muncul.
EDGEN listing di harga... 500 rupiah.
Bos muda terdiam. Matanya kosong. Tangannya gemetar.
Lalu dia berdiri...
Menatap langit...
Dan berkata lirih:
> "Ya Allah... cilok aja seribu."
Suatu hari, dia nemu proyek baru: EDGEN.
Katanya, ini bakal jadi token masa depan. Katanya lagi, yang ikut airdrop bisa kaya mendadak.
Bos muda langsung semangat. Dia sampai bilang ke ibunya:
> "Bu, siap-siap ya... nanti kalau aku sukses, kita renovasi rumah. Punya kulkas dua pintu. Nonton TV nggak pakai semut."
Ibunya cuma senyum dan bilang:
> "Iya, Nak. Yang penting jangan lupa makan."
Hari listing pun tiba. Sore hari Bos muda selepas pulang kerja langsung mandi, pakai baju terbaik, duduk di depan komputer seperti bos, lalu menatap layar dengan penuh harapan.
Harga muncul.
EDGEN listing di harga... 500 rupiah.
Bos muda terdiam. Matanya kosong. Tangannya gemetar.
Lalu dia berdiri...
Menatap langit...
Dan berkata lirih:
> "Ya Allah... cilok aja seribu."
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 -…
explorer.winnode.xyz
Winnode explorer - Cosmos Blockchain Explorer And Web Wallet
Winnode explorer is a block explorer/web wallet for blockchains built on Cosmos SDK, Cosmoshub, Osmosis, Juno, Evmos, Injective, Canto and 70+ blockchains listed on ping.pub